diff options
| -rw-r--r-- | sound/soc/codecs/rt5665.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5665.c b/sound/soc/codecs/rt5665.c index 61137160c116..de2c104bbaf3 100644 --- a/sound/soc/codecs/rt5665.c +++ b/sound/soc/codecs/rt5665.c | |||
| @@ -1139,7 +1139,8 @@ static void rt5665_enable_push_button_irq(struct snd_soc_codec *codec, | |||
| 1139 | bool enable) | 1139 | bool enable) |
| 1140 | { | 1140 | { |
| 1141 | if (enable) { | 1141 | if (enable) { |
| 1142 | snd_soc_write(codec, RT5665_4BTN_IL_CMD_1, 0x000b); | 1142 | snd_soc_write(codec, RT5665_4BTN_IL_CMD_1, 0x0003); |
| 1143 | snd_soc_update_bits(codec, RT5665_SAR_IL_CMD_9, 0x1, 0x1); | ||
| 1143 | snd_soc_write(codec, RT5665_IL_CMD_1, 0x0048); | 1144 | snd_soc_write(codec, RT5665_IL_CMD_1, 0x0048); |
| 1144 | snd_soc_update_bits(codec, RT5665_4BTN_IL_CMD_2, | 1145 | snd_soc_update_bits(codec, RT5665_4BTN_IL_CMD_2, |
| 1145 | RT5665_4BTN_IL_MASK | RT5665_4BTN_IL_RST_MASK, | 1146 | RT5665_4BTN_IL_MASK | RT5665_4BTN_IL_RST_MASK, |
