From: Timur Tabi Date: Mon, 2 Feb 2009 20:50:45 +0000 (-0600) Subject: ASoC: fix build break in CS4270 codec driver X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d9fb7fbddc9a14569aad517984c1a5b0b07002ea;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git 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 Signed-off-by: Mark Brown --- 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 { u8 mclk; }; -static struct cs4270_mode_ratios[] = { +static struct cs4270_mode_ratios cs4270_mode_ratios[] = { {64, CS4270_MODE_4X, CS4270_MODE_DIV1}, #ifndef CONFIG_SND_SOC_CS4270_VD33_ERRATA {96, CS4270_MODE_4X, CS4270_MODE_DIV15},