Skip to content

Commit

Permalink
ASoC: Include header file in cs4270 and wm9705
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Jan 23, 2009
1 parent 2d66396 commit 01e097d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/codecs/cs4270.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 2 additions & 0 deletions sound/soc/codecs/wm9705.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#include <sound/soc.h>
#include <sound/soc-dapm.h>

#include "wm9705.h"

/*
* WM9705 register cache
*/
Expand Down

0 comments on commit 01e097d

Please sign in to comment.