From: Mark Brown Date: Wed, 11 Jun 2008 12:47:09 +0000 (+0100) Subject: ALSA: ASoC: Add missing includes X-Git-Tag: v2.6.27-rc1~1111^2~90 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=dbac7cb8a7fcae34ffda04e4bc30673c2ea841ae;p=~emulex%2Finfiniband.git ALSA: ASoC: Add missing includes Ensure that DAIs are prototyped in the codec drivers that define them. Signed-off-by: Mark Brown Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/soc/codecs/ac97.c b/sound/soc/codecs/ac97.c index 7bf2081b46f..300d007f233 100644 --- a/sound/soc/codecs/ac97.c +++ b/sound/soc/codecs/ac97.c @@ -21,6 +21,7 @@ #include #include #include +#include "ac97.h" #define AC97_VERSION "0.6" diff --git a/sound/soc/codecs/wm9712.c b/sound/soc/codecs/wm9712.c index d9789f1c890..28ac66f6b6b 100644 --- a/sound/soc/codecs/wm9712.c +++ b/sound/soc/codecs/wm9712.c @@ -22,6 +22,7 @@ #include #include #include +#include "wm9712.h" #define WM9712_VERSION "0.4"