mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
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>
This commit is contained in:
parent
8ac60a6866
commit
7d8acf2cba
@ -262,7 +262,7 @@ static const char * const hp_gain_num_text[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const struct soc_enum hp_gain_enum =
|
static const struct soc_enum hp_gain_enum =
|
||||||
SOC_ENUM_SINGLE(CS42L52_PB_CTL1, 4,
|
SOC_ENUM_SINGLE(CS42L52_PB_CTL1, 5,
|
||||||
ARRAY_SIZE(hp_gain_num_text), hp_gain_num_text);
|
ARRAY_SIZE(hp_gain_num_text), hp_gain_num_text);
|
||||||
|
|
||||||
static const char * const beep_pitch_text[] = {
|
static const char * const beep_pitch_text[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user