Skip to content

Commit 630742c

Browse files
YueHaibingbroonie
authored andcommitted
ASoC: es8328: Fix copy-paste error in es8328_right_line_controls
It seems 'es8328_rline_enum' should be used in es8328_right_line_controls Fixes: 567e4f9 ("ASoC: add es8328 codec driver") Signed-off-by: YueHaibing <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 7188f65 commit 630742c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/es8328.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ static const struct soc_enum es8328_rline_enum =
228228
ARRAY_SIZE(es8328_line_texts),
229229
es8328_line_texts);
230230
static const struct snd_kcontrol_new es8328_right_line_controls =
231-
SOC_DAPM_ENUM("Route", es8328_lline_enum);
231+
SOC_DAPM_ENUM("Route", es8328_rline_enum);
232232

233233
/* Left Mixer */
234234
static const struct snd_kcontrol_new es8328_left_mixer_controls[] = {

0 commit comments

Comments
 (0)