]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ASoC: cs47l35: Fix EPOUT->HPOUT1 Mono Mux routing
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Fri, 25 Sep 2020 09:18:30 +0000 (10:18 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 25 Sep 2020 17:18:16 +0000 (18:18 +0100)
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>
sound/soc/codecs/cs47l35.c

index 7f5dd01f40c9d8fbe2b22fed0b045a58073725b3..e967609da8a302e8fe732b9ee52d0cfec1f35f4a 100644 (file)
@@ -1305,6 +1305,7 @@ static const struct snd_soc_dapm_route cs47l35_dapm_routes[] = {
        { "SPKOUTP", NULL, "OUT4L" },
 
        { "OUT1R", NULL, "HPOUT1 Mono Mux" },
+       { "HPOUT1 Mono Mux", "EPOUT", "OUT1L" },
 
        { "HPOUTL", "HPOUT", "HPOUT1 Demux" },
        { "HPOUTR", "HPOUT", "HPOUT1 Demux" },
@@ -1550,7 +1551,6 @@ static irqreturn_t cs47l35_adsp2_irq(int irq, void *data)
 
 static const struct snd_soc_dapm_route cs47l35_mono_routes[] = {
        { "HPOUT1 Mono Mux", "HPOUT", "OUT1L" },
-       { "HPOUT1 Mono Mux", "EPOUT", "OUT1L" },
 };
 
 static int cs47l35_component_probe(struct snd_soc_component *component)