diff options
author | Nicolas Schichan <nschichan@freebox.fr> | 2013-05-29 14:01:20 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-29 14:24:39 -0400 |
commit | 7d8acf2cba81d7c64842b5dac0d7b3dae16f0378 (patch) | |
tree | c432d29c13c3f1ebf59a9bed57db31978dbc5e1d /sound | |
parent | 8ac60a6866e58b861f2a15689c6513faf1602a3d (diff) |
ASoC: cs42l52: fix hp_gain_enum shift value.
Signed-off-by: Nicolas Schichan <nschichan@freebox.fr>
Acked-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/cs42l52.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs42l52.c b/sound/soc/codecs/cs42l52.c index 756c204b62d8..987f728718c5 100644 --- a/sound/soc/codecs/cs42l52.c +++ b/sound/soc/codecs/cs42l52.c | |||
@@ -262,7 +262,7 @@ static const char * const hp_gain_num_text[] = { | |||
262 | }; | 262 | }; |
263 | 263 | ||
264 | static const struct soc_enum hp_gain_enum = | 264 | static const struct soc_enum hp_gain_enum = |
265 | SOC_ENUM_SINGLE(CS42L52_PB_CTL1, 4, | 265 | SOC_ENUM_SINGLE(CS42L52_PB_CTL1, 5, |
266 | ARRAY_SIZE(hp_gain_num_text), hp_gain_num_text); | 266 | ARRAY_SIZE(hp_gain_num_text), hp_gain_num_text); |
267 | 267 | ||
268 | static const char * const beep_pitch_text[] = { | 268 | static const char * const beep_pitch_text[] = { |