Replaced <sound/*> to <alsa/sound/*>

This commit is contained in:
Jaroslav Kysela 2004-03-09 12:43:21 +00:00
parent 05fbfbba18
commit 45ca68c3cb
4 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
#include <endian.h>
#include <sys/ioctl.h>
#include <alsa/asoundlib.h>
#include <sound/hdsp.h>
#include <alsa/sound/hdsp.h>
static u_int32_t code[24413];

View file

@ -30,7 +30,7 @@
#include <string.h>
#include <errno.h>
#include <linux/ioctl.h>
#include <sound/sb16_csp.h>
#include <alsa/sound/sb16_csp.h>
/* --- commands --- */
enum {

View file

@ -20,7 +20,7 @@
#include <errno.h>
#include <getopt.h>
#include <sound/ainstr_fm.h>
#include <alsa/sound/ainstr_fm.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

@ -8,7 +8,7 @@
#include <getopt.h>
#include <sys/ioctl.h>
#include <sound/sscape_ioctl.h>
#include <alsa/sound/sscape_ioctl.h>
#include <alsa/asoundlib.h>