Commit 49d06c03 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Greg Kroah-Hartman

ASoC: ak4642: fixup: mute needs +1 step

commit 1f99e44c upstream.

ak4642 out_tlv is +12.0dB to -115.0 dB, and it supports mute.
But current settings didn't care +1 step for mute.
This patch adds it
Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1f69f7ff
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
* min : 0xFE : -115.0 dB * min : 0xFE : -115.0 dB
* mute: 0xFF * mute: 0xFF
*/ */
static const DECLARE_TLV_DB_SCALE(out_tlv, -11500, 50, 1); static const DECLARE_TLV_DB_SCALE(out_tlv, -11550, 50, 1);
static const struct snd_kcontrol_new ak4642_snd_controls[] = { static const struct snd_kcontrol_new ak4642_snd_controls[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment