stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: qi_lb60: Fix routing to audio amplifier
@ 2020-07-27 18:11 Paul Cercueil
  2020-07-28  8:30 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Cercueil @ 2020-07-27 18:11 UTC (permalink / raw)
  To: Thomas Bogendoerfer; +Cc: od, linux-mips, linux-kernel, Paul Cercueil, stable

The ROUT (right channel output of audio codec) was connected to INL
(left channel of audio amplifier) instead of INR (right channel of audio
amplifier).

Fixes: 8ddebad15e9b ("MIPS: qi_lb60: Migrate to devicetree")
Cc: stable@vger.kernel.org # v5.3
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
---
 arch/mips/boot/dts/ingenic/qi_lb60.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/boot/dts/ingenic/qi_lb60.dts b/arch/mips/boot/dts/ingenic/qi_lb60.dts
index 7a371d9c5a33..eda37fb516f0 100644
--- a/arch/mips/boot/dts/ingenic/qi_lb60.dts
+++ b/arch/mips/boot/dts/ingenic/qi_lb60.dts
@@ -69,7 +69,7 @@ sound {
 			"Speaker", "OUTL",
 			"Speaker", "OUTR",
 			"INL", "LOUT",
-			"INL", "ROUT";
+			"INR", "ROUT";
 
 		simple-audio-card,aux-devs = <&amp>;
 
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: qi_lb60: Fix routing to audio amplifier
  2020-07-27 18:11 [PATCH] MIPS: qi_lb60: Fix routing to audio amplifier Paul Cercueil
@ 2020-07-28  8:30 ` Thomas Bogendoerfer
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Bogendoerfer @ 2020-07-28  8:30 UTC (permalink / raw)
  To: Paul Cercueil; +Cc: od, linux-mips, linux-kernel, stable

On Mon, Jul 27, 2020 at 08:11:28PM +0200, Paul Cercueil wrote:
> The ROUT (right channel output of audio codec) was connected to INL
> (left channel of audio amplifier) instead of INR (right channel of audio
> amplifier).
> 
> Fixes: 8ddebad15e9b ("MIPS: qi_lb60: Migrate to devicetree")
> Cc: stable@vger.kernel.org # v5.3
> Signed-off-by: Paul Cercueil <paul@crapouillou.net>
> ---
>  arch/mips/boot/dts/ingenic/qi_lb60.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-28  8:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-27 18:11 [PATCH] MIPS: qi_lb60: Fix routing to audio amplifier Paul Cercueil
2020-07-28  8:30 ` Thomas Bogendoerfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).