Merge pull request #80 from ricardobiehl/master

We can include only necessary headers!?
This commit is contained in:
Taylor Holberton
2016-10-06 05:35:01 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
#define __user
#include <sound/asound.h>
#include <tinyalsa/asoundlib.h>
#include <tinyalsa/mixer.h>
/** A mixer control.
* @ingroup tinyalsa-mixer
+1 -1
View File
@@ -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)