From 28473acfdd482877db5c77d85fc1812beb364217 Mon Sep 17 00:00:00 2001 From: Dimitris Papastamos Date: Mon, 27 Sep 2010 11:16:30 +0100 Subject: [PATCH] --- yaml --- r: 216588 b: refs/heads/master c: d1454e6fbdf01056834018cfd12f9a066cfc0dd7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/wm8985.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3f7afc35d1b3..100e8281906e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cf1ff5011614cad540fa872b46552d078b510c38 +refs/heads/master: d1454e6fbdf01056834018cfd12f9a066cfc0dd7 diff --git a/trunk/sound/soc/codecs/wm8985.c b/trunk/sound/soc/codecs/wm8985.c index 6658c9440e04..6116b4203a23 100644 --- a/trunk/sound/soc/codecs/wm8985.c +++ b/trunk/sound/soc/codecs/wm8985.c @@ -185,8 +185,8 @@ static const SOC_ENUM_SINGLE_DECL(filter_mode, WM8985_ADC_CONTROL, 7, static const char *eq_bw_text[] = { "Narrow", "Wide" }; static const char *eqmode_text[] = { "Capture", "Playback" }; -static const SOC_ENUM_SINGLE_DECL(eqmode, WM8985_EQ1_LOW_SHELF, 8, - eqmode_text); +static const SOC_ENUM_SINGLE_EXT_DECL(eqmode, eqmode_text); + static const char *eq1_cutoff_text[] = { "80Hz", "105Hz", "135Hz", "175Hz" };