Skip to content

Commit

Permalink
ASoC: fix build break in CS4270 codec driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Timur Tabi authored and Mark Brown committed Feb 2, 2009
1 parent e50a7ea commit d9fb7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/cs4270.c
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit d9fb7fb

Please sign in to comment.