summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2025-08-06 21:20:25 +0300
committerTakashi Iwai <tiwai@suse.de>2025-08-06 21:20:25 +0300
commited42668949c6729c235e79a7de462c9ec1e1cae6 (patch)
tree8716c049c78e06e9e881323161e8dedee11910af /include
parent9f320dfb0ffc555aa2eac8331dee0c2c16f67633 (diff)
parent614d416dd8aee2675fb591c598308a901a660db8 (diff)
downloadlinux-ed42668949c6729c235e79a7de462c9ec1e1cae6.tar.xz
Merge tag 'asoc-fix-v6.17-merge-window' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.17 This is a relatively small set of fixes and device quirks that came in during the merge window, the AMD changes adding support for ACP 7.2 systems are all just adding IDs for the devices rather than any substantial code - the actual code is the same as for prior versions of the platform.
Diffstat (limited to 'include')
-rw-r--r--include/sound/tas2781-tlv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/tas2781-tlv.h b/include/sound/tas2781-tlv.h
index d87263e43fdb..ef9b9f19d212 100644
--- 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, 100, 0);
+static const __maybe_unused DECLARE_TLV_DB_SCALE(dvc_tlv, -10000, 50, 0);
static const __maybe_unused DECLARE_TLV_DB_SCALE(amp_vol_tlv, 1100, 50, 0);
#endif