diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-06-11 16:47:09 +0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-06-13 18:47:54 +0400 |
commit | dbac7cb8a7fcae34ffda04e4bc30673c2ea841ae (patch) | |
tree | b5cf1e3e6db8890f47783788975203dcab7087bb /sound/soc | |
parent | ae2ff19180d7dcac438e399f874d4de230b7f326 (diff) | |
download | linux-dbac7cb8a7fcae34ffda04e4bc30673c2ea841ae.tar.xz |
ALSA: ASoC: Add missing includes
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>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/ac97.c | 1 | ||||
-rw-r--r-- | sound/soc/codecs/wm9712.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/ac97.c b/sound/soc/codecs/ac97.c index 7bf2081b46fb..300d007f2339 100644 --- a/sound/soc/codecs/ac97.c +++ b/sound/soc/codecs/ac97.c @@ -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" diff --git a/sound/soc/codecs/wm9712.c b/sound/soc/codecs/wm9712.c index d9789f1c8903..28ac66f6b6b2 100644 --- a/sound/soc/codecs/wm9712.c +++ b/sound/soc/codecs/wm9712.c @@ -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" |