[alsa-devel] [PATCH 2.6.30] 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 --- 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},
On Mon, Feb 02, 2009 at 02:50:45PM -0600, Timur Tabi wrote:
Fix a oversight in the CS4270 codec driver that caused a build break.
Signed-off-by: Timur Tabi timur@freescale.com
Sorry, I fixed this up locally but with an amend and pushed to Takashi from the wrong tree.
Applied both, thanks.
participants (2)
-
Mark Brown
-
Timur Tabi