aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs4270.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-01-23 10:07:45 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-01-23 10:07:45 -0500
commit01e097d6c409a6eb64758dce9fcde0c70073fe36 (patch)
treeb6fba5a862a93c58d4781952e180d9c47f99e75e /sound/soc/codecs/cs4270.c
parent2d663963dd915c1a342a03c820b648bd5f06b6a7 (diff)
ASoC: Include header file in cs4270 and wm9705
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>
Diffstat (limited to 'sound/soc/codecs/cs4270.c')
-rw-r--r--sound/soc/codecs/cs4270.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/cs4270.c b/sound/soc/codecs/cs4270.c
index 2e4ce04925e2..e2130d7b1e41 100644
--- a/sound/soc/codecs/cs4270.c
+++ b/sound/soc/codecs/cs4270.c
@@ -29,6 +29,8 @@
29#include <sound/initval.h> 29#include <sound/initval.h>
30#include <linux/i2c.h> 30#include <linux/i2c.h>
31 31
32#include "cs4270.h"
33
32/* Private data for the CS4270 */ 34/* Private data for the CS4270 */
33struct cs4270_private { 35struct cs4270_private {
34 unsigned int mclk; /* Input frequency of the MCLK pin */ 36 unsigned int mclk; /* Input frequency of the MCLK pin */