[PATCH 3/3] ASoC: tpa6130a2: Fix DB_RANGE mapping for tpa6140a2 chip

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The TLV_DB_SCALE_ITEMs within the DB_RANGE has to cover the
whole range without holes.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@xxxxxxxxx>
---
 sound/soc/codecs/tpa6130a2.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/codecs/tpa6130a2.c b/sound/soc/codecs/tpa6130a2.c
index b15fbdb..5df03f8 100644
--- a/sound/soc/codecs/tpa6130a2.c
+++ b/sound/soc/codecs/tpa6130a2.c
@@ -263,8 +263,8 @@ static const struct snd_kcontrol_new tpa6130a2_controls[] = {
 static const unsigned int tpa6140_tlv[] = {
 	TLV_DB_RANGE_HEAD(3),
 	0, 8, TLV_DB_SCALE_ITEM(-5900, 400, 0),
-	9, 16, TLV_DB_SCALE_ITEM(-2500, 200, 0),
-	17, 31, TLV_DB_SCALE_ITEM(-1000, 100, 0),
+	8, 16, TLV_DB_SCALE_ITEM(-2700, 200, 0),
+	16, 31, TLV_DB_SCALE_ITEM(-1100, 100, 0),
 };
 
 static const struct snd_kcontrol_new tpa6140a2_controls[] = {
-- 
1.7.1.1

_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel


[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux