diff options
-rw-r--r-- | sound/soc/codecs/cs4270.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/wm9705.c | 2 |
2 files changed, 4 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 */ |
33 | struct cs4270_private { | 35 | struct cs4270_private { |
34 | unsigned int mclk; /* Input frequency of the MCLK pin */ | 36 | unsigned int mclk; /* Input frequency of the MCLK pin */ |
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 | */ |