[alsa-devel] [PATCH 8/9] ASoC: Include header file in cs4270 and wm9705
Mark Brown
broonie at opensource.wolfsonmicro.com
Fri Jan 23 18:18:39 CET 2009
Ensures that the DAI and socdev exported by the codec match up with
their exported prototype.
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
---
sound/soc/codecs/cs4270.c | 2 ++
sound/soc/codecs/wm9705.c | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/sound/soc/codecs/cs4270.c b/sound/soc/codecs/cs4270.c
index 2e4ce04..e2130d7 100644
--- a/sound/soc/codecs/cs4270.c
+++ b/sound/soc/codecs/cs4270.c
@@ -29,6 +29,8 @@
#include <sound/initval.h>
#include <linux/i2c.h>
+#include "cs4270.h"
+
/* Private data for the CS4270 */
struct cs4270_private {
unsigned int mclk; /* Input frequency of the MCLK pin */
diff --git a/sound/soc/codecs/wm9705.c b/sound/soc/codecs/wm9705.c
index 5e1937a..d5c81bb 100644
--- a/sound/soc/codecs/wm9705.c
+++ b/sound/soc/codecs/wm9705.c
@@ -20,6 +20,8 @@
#include <sound/soc.h>
#include <sound/soc-dapm.h>
+#include "wm9705.h"
+
/*
* WM9705 register cache
*/
--
1.5.6.5
More information about the Alsa-devel
mailing list