Skip to content

Commit b03acae

Browse files
rfvirgilbroonie
authored andcommitted
ASoC: cs47l35: Fix EPOUT->HPOUT1 Mono Mux routing
EPOUT is always mono so should have a permanent routing through the HPOUT1 Mono Mux. Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Link: https://lore.kernel.org/r/20200925091830.7675-2-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 6495237 commit b03acae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/cs47l35.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,6 +1305,7 @@ static const struct snd_soc_dapm_route cs47l35_dapm_routes[] = {
13051305
{ "SPKOUTP", NULL, "OUT4L" },
13061306

13071307
{ "OUT1R", NULL, "HPOUT1 Mono Mux" },
1308+
{ "HPOUT1 Mono Mux", "EPOUT", "OUT1L" },
13081309

13091310
{ "HPOUTL", "HPOUT", "HPOUT1 Demux" },
13101311
{ "HPOUTR", "HPOUT", "HPOUT1 Demux" },
@@ -1550,7 +1551,6 @@ static irqreturn_t cs47l35_adsp2_irq(int irq, void *data)
15501551

15511552
static const struct snd_soc_dapm_route cs47l35_mono_routes[] = {
15521553
{ "HPOUT1 Mono Mux", "HPOUT", "OUT1L" },
1553-
{ "HPOUT1 Mono Mux", "EPOUT", "OUT1L" },
15541554
};
15551555

15561556
static int cs47l35_component_probe(struct snd_soc_component *component)

0 commit comments

Comments
 (0)