[alsa-devel] [PATCH 1/3] ASoC: rt5651: add Volume to the name of volume control
Bard Liao
bardliao at realtek.com
Fri Jul 20 03:48:18 CEST 2018
add Volume to the name of volume control
Signed-off-by: Bard Liao <bardliao at realtek.com>
---
sound/soc/codecs/rt5651.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sound/soc/codecs/rt5651.c b/sound/soc/codecs/rt5651.c
index 985852f..fe970ed 100644
--- a/sound/soc/codecs/rt5651.c
+++ b/sound/soc/codecs/rt5651.c
@@ -332,11 +332,11 @@ static const struct snd_kcontrol_new rt5651_snd_controls[] = {
RT5651_L_VOL_SFT, RT5651_R_VOL_SFT,
175, 0, dac_vol_tlv),
/* IN1/IN2/IN3 Control */
- SOC_SINGLE_TLV("IN1 Boost", RT5651_IN1_IN2,
+ SOC_SINGLE_TLV("IN1 Boost Volume", RT5651_IN1_IN2,
RT5651_BST_SFT1, 8, 0, bst_tlv),
- SOC_SINGLE_TLV("IN2 Boost", RT5651_IN1_IN2,
+ SOC_SINGLE_TLV("IN2 Boost Volume", RT5651_IN1_IN2,
RT5651_BST_SFT2, 8, 0, bst_tlv),
- SOC_SINGLE_TLV("IN3 Boost", RT5651_IN3,
+ SOC_SINGLE_TLV("IN3 Boost Volume", RT5651_IN3,
RT5651_BST_SFT1, 8, 0, bst_tlv),
/* INL/INR Volume Control */
SOC_DOUBLE_TLV("IN Capture Volume", RT5651_INL1_INR1_VOL,
--
2.7.4
More information about the Alsa-devel
mailing list