ASoC: Include header file in cs4270 and wm9705
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 23 Jan 2009 15:07:45 +0000 (15:07 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 23 Jan 2009 15:07:45 +0000 (15:07 +0000)
Ensures that the DAI and socdev exported by the codec match up with
their exported prototype.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/cs4270.c
sound/soc/codecs/wm9705.c

index 2e4ce04..e2130d7 100644 (file)
@@ -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 */
index 5e1937a..d5c81bb 100644 (file)
@@ -20,6 +20,8 @@
 #include <sound/soc.h>
 #include <sound/soc-dapm.h>
 
+#include "wm9705.h"
+
 /*
  * WM9705 register cache
  */