diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-01-23 10:07:45 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-01-23 10:07:45 -0500 |
commit | 01e097d6c409a6eb64758dce9fcde0c70073fe36 (patch) | |
tree | b6fba5a862a93c58d4781952e180d9c47f99e75e /sound/soc/codecs/wm9705.c | |
parent | 2d663963dd915c1a342a03c820b648bd5f06b6a7 (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/wm9705.c')
-rw-r--r-- | sound/soc/codecs/wm9705.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm9705.c b/sound/soc/codecs/wm9705.c index 5e1937ac0b5e..d5c81bb3decb 100644 --- a/sound/soc/codecs/wm9705.c +++ b/sound/soc/codecs/wm9705.c | |||
@@ -20,6 +20,8 @@ | |||
20 | #include <sound/soc.h> | 20 | #include <sound/soc.h> |
21 | #include <sound/soc-dapm.h> | 21 | #include <sound/soc-dapm.h> |
22 | 22 | ||
23 | #include "wm9705.h" | ||
24 | |||
23 | /* | 25 | /* |
24 | * WM9705 register cache | 26 | * WM9705 register cache |
25 | */ | 27 | */ |