Commit 01e097d6 authored by Mark Brown's avatar Mark Brown

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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 2d663963
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
#include <sound/initval.h> #include <sound/initval.h>
#include <linux/i2c.h> #include <linux/i2c.h>
#include "cs4270.h"
/* Private data for the CS4270 */ /* Private data for the CS4270 */
struct cs4270_private { struct cs4270_private {
unsigned int mclk; /* Input frequency of the MCLK pin */ unsigned int mclk; /* Input frequency of the MCLK pin */
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
#include <sound/soc.h> #include <sound/soc.h>
#include <sound/soc-dapm.h> #include <sound/soc-dapm.h>
#include "wm9705.h"
/* /*
* WM9705 register cache * WM9705 register cache
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment