]> git.alsa-project.org Git - alsa-tools.git/commitdiff
Replaced <sound/*> to <alsa/sound/*>
authorJaroslav Kysela <perex@perex.cz>
Tue, 9 Mar 2004 12:43:21 +0000 (12:43 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 9 Mar 2004 12:43:21 +0000 (12:43 +0000)
hdsploader/hdsploader.c
sb16_csp/cspctl.c
seq/sbiload/sbiload.c
sscape_ctl/sscape_ctl.c

index 2955cd9ad75842e1cd65791c53ca368647b5386e..289a6b59c732fcaa7d7fd0a4c92abd9612530ada 100644 (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];
 
index 3a0fe6dd84eb681e96bd80d449f70f6b40e174d3..3fd1d3ffce3a58c1c49e112ae54748a1e3d853b3 100644 (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 {
index 87122c5a05425c95d7080f530510b2ca2bdcbb43..6b9cbbb2839068899128986b273352d84af1adc7 100644 (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>
index ac7536f17d11428ca383438e30fc66c0ddd6ffd7..bd55dab9dcdee08002d101eb93760ccfaedaf2aa 100644 (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>