projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33eb331
)
ALSA: Add missing include of pcm.h to pcm_params.h
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 19 Jun 2012 18:31:48 +0000
(19:31 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 20 Jun 2012 10:00:59 +0000
(12:00 +0200)
There's a dependency but no #include.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/pcm_params.h
patch
|
blob
|
history
diff --git
a/include/sound/pcm_params.h
b/include/sound/pcm_params.h
index f494f1e3c900ef775a56909e2baeb6e99bd120ca..37ae12e0ab06d323ab50f78a97225392f6541dbf 100644
(file)
--- a/
include/sound/pcm_params.h
+++ b/
include/sound/pcm_params.h
@@
-22,6
+22,8
@@
*
*/
+#include <sound/pcm.h>
+
int snd_pcm_hw_param_first(struct snd_pcm_substream *pcm,
struct snd_pcm_hw_params *params,
snd_pcm_hw_param_t var, int *dir);