diff options
author | 2025-08-13 18:08:42 +0800 | |
---|---|---|
committer | 2025-08-14 11:17:12 +0200 | |
commit | c345102d1feed3de8aa9b9ec7d18b3fbba62deb7 (patch) | |
tree | c7ab180eeecee6e4b6a3c1cadd7e9d34f8e7ec14 | |
parent | ALSA: usb-audio: Validate UAC3 cluster segment descriptors (diff) | |
download | wireguard-linux-c345102d1feed3de8aa9b9ec7d18b3fbba62deb7.tar.xz wireguard-linux-c345102d1feed3de8aa9b9ec7d18b3fbba62deb7.zip |
ALSA: hda/tas2781: Normalize the volume kcontrol name
Change the name of the kcontrol from "Gain" to "Volume".
Signed-off-by: Baojun Xu <baojun.xu@ti.com>
Link: https://patch.msgid.link/20250813100842.12224-1-baojun.xu@ti.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/hda/codecs/side-codecs/tas2781_hda_i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/hda/codecs/side-codecs/tas2781_hda_i2c.c b/sound/hda/codecs/side-codecs/tas2781_hda_i2c.c index 45ac5e41bd4f..06c7bc2b9e9d 100644 --- a/sound/hda/codecs/side-codecs/tas2781_hda_i2c.c +++ b/sound/hda/codecs/side-codecs/tas2781_hda_i2c.c @@ -265,7 +265,7 @@ static const struct snd_kcontrol_new tas2770_snd_controls[] = { }; static const struct snd_kcontrol_new tas2781_snd_controls[] = { - ACARD_SINGLE_RANGE_EXT_TLV("Speaker Analog Gain", TAS2781_AMP_LEVEL, + ACARD_SINGLE_RANGE_EXT_TLV("Speaker Analog Volume", TAS2781_AMP_LEVEL, 1, 0, 20, 0, tas2781_amp_getvol, tas2781_amp_putvol, amp_vol_tlv), ACARD_SINGLE_BOOL_EXT("Speaker Force Firmware Load", 0, |