]> git.alsa-project.org Git - alsa-tools.git/commitdiff
Changed location of asoundlib.h from sys dir to alsa dir.
authorJaroslav Kysela <perex@perex.cz>
Tue, 11 Sep 2001 09:34:13 +0000 (09:34 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 11 Sep 2001 09:34:13 +0000 (09:34 +0000)
(it means that official location is '#include <alsa/asoundlib.h>')

ac3dec/output.c
envy24control/envy24control.h
sb16_csp/cspctl.c
seq/sbiload/sbiload.c

index d611fe6f1397e83aad697d2054213a59a6cd48e1..119232667091d116e9060ae636a1d7ef62725ec0 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <stdio.h>
 #include <errno.h>
-#include <sys/asoundlib.h>
+#include <alsa/asoundlib.h>
 
 typedef signed short sint_16;
 typedef unsigned int uint_32;
index 5d08342987adf1fa485d53b7b10121ed300d5c92..f6f8be75c86edd8b55bccc57acb6697d8b278577 100644 (file)
@@ -4,7 +4,7 @@
 #include <signal.h>
 #include <errno.h>
 #include <gtk/gtk.h>
-#include <sys/asoundlib.h>
+#include <alsa/asoundlib.h>
 
 #define ICE1712_SUBDEVICE_DELTA1010    0x121430d6
 #define ICE1712_SUBDEVICE_DELTADIO2496 0x121431d6
index de0310a852517cc44258740376f2f3a7b2ee80cb..073b4bf3bd573f40bdfd27a0e784681e41ea79b1 100644 (file)
@@ -27,7 +27,7 @@
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <sys/asoundlib.h>
+#include <alsa/asoundlib.h>
 #include <linux/ioctl.h>
 
 /* --- commands --- */
index 0886cf2123795d8b1be33beee6f6c30a6f28e1e2..b27e489f7346115e223cd4100574aad3edb8cdd2 100644 (file)
@@ -24,7 +24,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <sys/asoundlib.h>
+#include <alsa/asoundlib.h>
 #include <sys/time.h>
 #include <unistd.h>