diff options
author | Timur Tabi <timur@freescale.com> | 2009-02-02 15:50:45 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-02-02 16:34:05 -0500 |
commit | d9fb7fbddc9a14569aad517984c1a5b0b07002ea (patch) | |
tree | 44bb2d55312c0af9c866323e01a74cca7992903d /sound/soc/codecs/cs4270.c | |
parent | e50a7ea0eba4f336b78b737e5ce48fba691c4919 (diff) |
ASoC: fix build break in CS4270 codec driver
Fix a oversight in the CS4270 codec driver that caused a build break.
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/cs4270.c')
-rw-r--r-- | sound/soc/codecs/cs4270.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs4270.c b/sound/soc/codecs/cs4270.c index e5f5afdd3427..7962874258fb 100644 --- a/sound/soc/codecs/cs4270.c +++ b/sound/soc/codecs/cs4270.c | |||
@@ -149,7 +149,7 @@ struct cs4270_mode_ratios { | |||
149 | u8 mclk; | 149 | u8 mclk; |
150 | }; | 150 | }; |
151 | 151 | ||
152 | static struct cs4270_mode_ratios[] = { | 152 | static struct cs4270_mode_ratios cs4270_mode_ratios[] = { |
153 | {64, CS4270_MODE_4X, CS4270_MODE_DIV1}, | 153 | {64, CS4270_MODE_4X, CS4270_MODE_DIV1}, |
154 | #ifndef CONFIG_SND_SOC_CS4270_VD33_ERRATA | 154 | #ifndef CONFIG_SND_SOC_CS4270_VD33_ERRATA |
155 | {96, CS4270_MODE_4X, CS4270_MODE_DIV15}, | 155 | {96, CS4270_MODE_4X, CS4270_MODE_DIV15}, |