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 2e4ce04925e243e73d4e5ccb16eb6b43e6150375..e2130d7b1e41b270cc1809d1fda77333e7c4ec01 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 5e1937ac0b5e4c2a7e825932fd87ee550c36cc56..d5c81bb3decb690d2ca36b779c3ca9484668ca14 100644 (file)
@@ -20,6 +20,8 @@
 #include <sound/soc.h>
 #include <sound/soc-dapm.h>
 
+#include "wm9705.h"
+
 /*
  * WM9705 register cache
  */