From dbac7cb8a7fcae34ffda04e4bc30673c2ea841ae Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 11 Jun 2008 13:47:09 +0100 Subject: 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 --- sound/soc/codecs/ac97.c | 1 + sound/soc/codecs/wm9712.c | 1 + 2 files changed, 2 insertions(+) (limited to 'sound') 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" -- cgit v1.2.3