aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/twl6040.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c
index b59d947d0bfe..5081e812c528 100644
--- a/sound/soc/codecs/twl6040.c
+++ b/sound/soc/codecs/twl6040.c
@@ -508,8 +508,8 @@ static const char *twl6040_amicr_texts[] =
508 {"Headset Mic", "Sub Mic", "Aux/FM Right", "Off"}; 508 {"Headset Mic", "Sub Mic", "Aux/FM Right", "Off"};
509 509
510static const struct soc_enum twl6040_enum[] = { 510static const struct soc_enum twl6040_enum[] = {
511 SOC_ENUM_SINGLE(TWL6040_REG_MICLCTL, 3, 3, twl6040_amicl_texts), 511 SOC_ENUM_SINGLE(TWL6040_REG_MICLCTL, 3, 4, twl6040_amicl_texts),
512 SOC_ENUM_SINGLE(TWL6040_REG_MICRCTL, 3, 3, twl6040_amicr_texts), 512 SOC_ENUM_SINGLE(TWL6040_REG_MICRCTL, 3, 4, twl6040_amicr_texts),
513}; 513};
514 514
515static const char *twl6040_hs_texts[] = { 515static const char *twl6040_hs_texts[] = {