aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2016-10-14 20:05:44 -0400
committerTaylor Holberton <taylorcholberton@gmail.com>2016-10-14 20:05:44 -0400
commit9cf0d77056c4d956bebf5d9aa39537d806869f96 (patch)
tree37afe539709220fdcb999d2640c2a62d82a3c61d /src
parentf319eb0c88a048b63d8691a654fab964f283cb4d (diff)
parent0d1494f4e2ec910762f5b768b09449ed2670c357 (diff)
Merge branch 'master' of https://github.com/tinyalsa/tinyalsa
Diffstat (limited to 'src')
-rw-r--r--src/mixer.c2
-rw-r--r--src/pcm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mixer.c b/src/mixer.c
index cf728e7..7f271e4 100644
--- a/src/mixer.c
+++ b/src/mixer.c
@@ -45,7 +45,7 @@
#define __user
#include <sound/asound.h>
-#include <tinyalsa/asoundlib.h>
+#include <tinyalsa/mixer.h>
/** A mixer control.
* @ingroup tinyalsa-mixer
diff --git a/src/pcm.c b/src/pcm.c
index b185f5e..bb907b6 100644
--- a/src/pcm.c
+++ b/src/pcm.c
@@ -47,7 +47,7 @@
#define __user
#include <sound/asound.h>
-#include <tinyalsa/asoundlib.h>
+#include <tinyalsa/pcm.h>
#define PARAM_MAX SNDRV_PCM_HW_PARAM_LAST_INTERVAL
#define SNDRV_PCM_HW_PARAMS_NO_PERIOD_WAKEUP (1<<2)