mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-02 09:01:48 -05:00
Changed location of asoundlib.h from sys dir to alsa dir.
(it means that official location is '#include <alsa/asoundlib.h>')
This commit is contained in:
parent
0ce4d14906
commit
5f17f207c2
4 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/asoundlib.h>
|
#include <alsa/asoundlib.h>
|
||||||
|
|
||||||
typedef signed short sint_16;
|
typedef signed short sint_16;
|
||||||
typedef unsigned int uint_32;
|
typedef unsigned int uint_32;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <sys/asoundlib.h>
|
#include <alsa/asoundlib.h>
|
||||||
|
|
||||||
#define ICE1712_SUBDEVICE_DELTA1010 0x121430d6
|
#define ICE1712_SUBDEVICE_DELTA1010 0x121430d6
|
||||||
#define ICE1712_SUBDEVICE_DELTADIO2496 0x121431d6
|
#define ICE1712_SUBDEVICE_DELTADIO2496 0x121431d6
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <sys/asoundlib.h>
|
#include <alsa/asoundlib.h>
|
||||||
#include <linux/ioctl.h>
|
#include <linux/ioctl.h>
|
||||||
|
|
||||||
/* --- commands --- */
|
/* --- commands --- */
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/asoundlib.h>
|
#include <alsa/asoundlib.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue