Skip to content

Commit c345102

Browse files
jimxbj-dottiwai
authored andcommitted
ALSA: hda/tas2781: Normalize the volume kcontrol name
Change the name of the kcontrol from "Gain" to "Volume". Signed-off-by: Baojun Xu <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent ecfd411 commit c345102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/hda/codecs/side-codecs/tas2781_hda_i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ static const struct snd_kcontrol_new tas2770_snd_controls[] = {
265265
};
266266

267267
static const struct snd_kcontrol_new tas2781_snd_controls[] = {
268-
ACARD_SINGLE_RANGE_EXT_TLV("Speaker Analog Gain", TAS2781_AMP_LEVEL,
268+
ACARD_SINGLE_RANGE_EXT_TLV("Speaker Analog Volume", TAS2781_AMP_LEVEL,
269269
1, 0, 20, 0, tas2781_amp_getvol,
270270
tas2781_amp_putvol, amp_vol_tlv),
271271
ACARD_SINGLE_BOOL_EXT("Speaker Force Firmware Load", 0,

0 commit comments

Comments
 (0)