]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ALSA: Add missing include of pcm.h to pcm_params.h
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 19 Jun 2012 18:31:48 +0000 (19:31 +0100)
committerTakashi 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

index f494f1e3c900ef775a56909e2baeb6e99bd120ca..37ae12e0ab06d323ab50f78a97225392f6541dbf 100644 (file)
@@ -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);