summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorroger nilsson <roger.xr.nilsson@stericsson.com>2012-02-28 10:49:47 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:05:07 +0200
commit87c870d543cc79ae3efb0460e4e593fb744973d6 (patch)
tree91b53222df7fd213b3fd0d7e7ce70f4aff116618 /sound
parent4fc96820e24f95a7bac1c6b827cfa4ae19eb870a (diff)
ASoC: Ux500: Correct Bit-clock Frequency
The 'Burst FIFO Bit-clock Frequency' enum kctrl mapped the string literals wrong. ST-Ericsson ID: - ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I6fea580870b0d7fbe70c1ab6183d880f151b1b90 Signed-off-by: roger nilsson <roger.xr.nilsson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/50684 Reviewed-by: QABUILD
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/ab8500_audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ab8500_audio.c b/sound/soc/codecs/ab8500_audio.c
index 256e8bff9d7..e8005b72cca 100644
--- a/sound/soc/codecs/ab8500_audio.c
+++ b/sound/soc/codecs/ab8500_audio.c
@@ -1729,7 +1729,7 @@ static SOC_ENUM_SINGLE_DECL(soc_enum_if0fifoen,
static const char * const enum_mask[] = {"Unmasked", "Masked"};
static SOC_ENUM_SINGLE_DECL(soc_enum_bfifomask,
REG_FIFOCONF1, REG_FIFOCONF1_BFIFOMASK, enum_mask);
-static const char * const enum_bitclk0[] = {"19_2_MHz", "38_4_MHz"};
+static const char * const enum_bitclk0[] = {"38_4_MHz", "19_2_MHz"};
static SOC_ENUM_SINGLE_DECL(soc_enum_bfifo19m2,
REG_FIFOCONF1, REG_FIFOCONF1_BFIFO19M2, enum_bitclk0);
static const char * const enum_slavemaster[] = {"Slave", "Master"};