Skip to content

Commit 45d763f

Browse files
Paul Handriganbroonie
authored andcommitted
ASoC: cs530x: Change IN HPF Select kcontrol name
Change to the IN HPF Select kcontrol to the correct name IN DEC Filter Select. Signed-off-by: Paul Handrigan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent c118478 commit 45d763f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sound/soc/codecs/cs530x.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,16 @@ static int cs530x_put_volsw_vu(struct snd_kcontrol *kcontrol,
129129

130130
static const DECLARE_TLV_DB_SCALE(in_vol_tlv, -1270, 50, 0);
131131

132-
static const char * const cs530x_in_hpf_text[] = {
132+
static const char * const cs530x_in_filter_text[] = {
133133
"Min Phase Slow Roll-off",
134134
"Min Phase Fast Roll-off",
135135
"Linear Phase Slow Roll-off",
136136
"Linear Phase Fast Roll-off",
137137
};
138138

139-
static SOC_ENUM_SINGLE_DECL(cs530x_in_hpf_enum, CS530X_IN_FILTER,
139+
static SOC_ENUM_SINGLE_DECL(cs530x_in_filter_enum, CS530X_IN_FILTER,
140140
CS530X_IN_FILTER_SHIFT,
141-
cs530x_in_hpf_text);
141+
cs530x_in_filter_text);
142142

143143
static const char * const cs530x_in_4ch_sum_text[] = {
144144
"None",
@@ -189,7 +189,7 @@ SOC_SINGLE_EXT_TLV("IN1 Volume", CS530X_IN_VOL_CTRL1_0, 0, 255, 1,
189189
SOC_SINGLE_EXT_TLV("IN2 Volume", CS530X_IN_VOL_CTRL1_1, 0, 255, 1,
190190
snd_soc_get_volsw, cs530x_put_volsw_vu, in_vol_tlv),
191191

192-
SOC_ENUM("IN HPF Select", cs530x_in_hpf_enum),
192+
SOC_ENUM("IN DEC Filter Select", cs530x_in_filter_enum),
193193
SOC_ENUM("Input Ramp Up", cs530x_ramp_inc_enum),
194194
SOC_ENUM("Input Ramp Down", cs530x_ramp_dec_enum),
195195

0 commit comments

Comments
 (0)