diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2016-10-14 20:05:44 -0400 |
---|---|---|
committer | Taylor Holberton <taylorcholberton@gmail.com> | 2016-10-14 20:05:44 -0400 |
commit | 9cf0d77056c4d956bebf5d9aa39537d806869f96 (patch) | |
tree | 37afe539709220fdcb999d2640c2a62d82a3c61d | |
parent | f319eb0c88a048b63d8691a654fab964f283cb4d (diff) | |
parent | 0d1494f4e2ec910762f5b768b09449ed2670c357 (diff) |
Merge branch 'master' of https://github.com/tinyalsa/tinyalsa
-rw-r--r-- | src/mixer.c | 2 | ||||
-rw-r--r-- | src/pcm.c | 2 |
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 @@ -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) |