[alsa-devel] [PATCH 04/10] ASoC: Add missing includes
Mark Brown
broonie at opensource.wolfsonmicro.com
Wed Jun 11 14:47:09 CEST 2008
Ensure that DAIs are prototyped in the codec drivers that define them.
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
---
sound/soc/codecs/ac97.c | 1 +
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 7bf2081..300d007 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 d9789f1..28ac66f 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"
--
1.5.5.3
More information about the Alsa-devel
mailing list