]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ALSA: ASoC: Add missing includes
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 11 Jun 2008 12:47:09 +0000 (13:47 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 13 Jun 2008 14:47:54 +0000 (16:47 +0200)
Ensure that DAIs are prototyped in the codec drivers that define them.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/soc/codecs/ac97.c
sound/soc/codecs/wm9712.c

index 7bf2081b46fbc97b0a179b87c4c019f4031b7469..300d007f2339feef14fe0b3543003fe63aec42c9 100644 (file)
@@ -21,6 +21,7 @@
 #include <sound/ac97_codec.h>
 #include <sound/initval.h>
 #include <sound/soc.h>
+#include "ac97.h"
 
 #define AC97_VERSION "0.6"
 
index d9789f1c89033546d9e992924a72d440c062a208..28ac66f6b6b234742c4464f36516c130d723695b 100644 (file)
@@ -22,6 +22,7 @@
 #include <sound/initval.h>
 #include <sound/soc.h>
 #include <sound/soc-dapm.h>
+#include "wm9712.h"
 
 #define WM9712_VERSION "0.4"