Skip to content

Commit 6495237

Browse files
rfvirgilbroonie
authored andcommitted
ASoC: cs47l15: 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-1-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent ec96690 commit 6495237

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/cs47l15.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,6 +1089,7 @@ static const struct snd_soc_dapm_route cs47l15_dapm_routes[] = {
10891089
{ "HPOUT1 Demux", NULL, "OUT1R" },
10901090

10911091
{ "OUT1R", NULL, "HPOUT1 Mono Mux" },
1092+
{ "HPOUT1 Mono Mux", "EPOUT", "OUT1L" },
10921093

10931094
{ "HPOUTL", "HPOUT", "HPOUT1 Demux" },
10941095
{ "HPOUTR", "HPOUT", "HPOUT1 Demux" },
@@ -1268,7 +1269,6 @@ static irqreturn_t cs47l15_adsp2_irq(int irq, void *data)
12681269

12691270
static const struct snd_soc_dapm_route cs47l15_mono_routes[] = {
12701271
{ "HPOUT1 Mono Mux", "HPOUT", "OUT1L" },
1271-
{ "HPOUT1 Mono Mux", "EPOUT", "OUT1L" },
12721272
};
12731273

12741274
static int cs47l15_component_probe(struct snd_soc_component *component)

0 commit comments

Comments
 (0)