Gitweb: http://git.kernel.org/linus/d9fb7fbddc9a14569aad517984c1a5b0b07002ea Commit: d9fb7fbddc9a14569aad517984c1a5b0b07002ea Parent: e50a7ea0eba4f336b78b737e5ce48fba691c4919 Author: Timur Tabi <timur@freescale.com> AuthorDate: Mon Feb 2 14:50:45 2009 -0600 Committer: Mark Brown <broonie@opensource.wolfsonmicro.com> CommitDate: Mon Feb 2 21:34:05 2009 +0000 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> --- 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 e5f5afd..7962874 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}, -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
