projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11f74f4
)
ASoC: tas2781: Fix the wrong step for TLV on tas2781
author
Baojun Xu
<baojun.xu@ti.com>
Fri, 1 Aug 2025 02:16:18 +0000
(10:16 +0800)
committer
Mark Brown
<broonie@kernel.org>
Fri, 1 Aug 2025 13:36:13 +0000
(14:36 +0100)
The step for TLV on tas2781, should be 50 (-0.5dB).
Fixes:
678f38eba1f2
("ASoC: tas2781: Add Header file for tas2781 driver")
Signed-off-by: Baojun Xu <baojun.xu@ti.com>
Link:
https://patch.msgid.link/20250801021618.64627-1-baojun.xu@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/tas2781-tlv.h
patch
|
blob
|
blame
|
history
diff --git
a/include/sound/tas2781-tlv.h
b/include/sound/tas2781-tlv.h
index d87263e43fdb61d0385b84d6cda7b7cca3a76802..ef9b9f19d212058bdab0010c9f5bec36f1c59f04 100644
(file)
--- a/
include/sound/tas2781-tlv.h
+++ b/
include/sound/tas2781-tlv.h
@@
-15,7
+15,7
@@
#ifndef __TAS2781_TLV_H__
#define __TAS2781_TLV_H__
-static const __maybe_unused DECLARE_TLV_DB_SCALE(dvc_tlv, -10000,
10
0, 0);
+static const __maybe_unused DECLARE_TLV_DB_SCALE(dvc_tlv, -10000,
5
0, 0);
static const __maybe_unused DECLARE_TLV_DB_SCALE(amp_vol_tlv, 1100, 50, 0);
#endif