From: Kuninori Morimoto Date: Thu, 5 Apr 2012 06:28:01 +0000 (-0700) Subject: ASoC: ak4642: fixup: mute needs +1 step X-Git-Tag: firefly_0821_release~7541^2~1404 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=49d06c03741d3329e568ba7d88cb32e700ef9156;p=firefly-linux-kernel-4.4.55.git ASoC: ak4642: fixup: mute needs +1 step commit 1f99e44cf059d2ed43c5a0724fa738b83800f725 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: Kuninori Morimoto Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c index 79c1b3d79f1e..7d45197f5cfd 100644 --- a/sound/soc/codecs/ak4642.c +++ b/sound/soc/codecs/ak4642.c @@ -143,7 +143,7 @@ * min : 0xFE : -115.0 dB * 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[] = {