Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71df09bc authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] tvaudio: fix two tea6420 errors



The inputmask for the tea6420 wasn't set and the wrong mute register value
was used.

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent a346caac
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1617,7 +1617,8 @@ static struct CHIPDESC chiplist[] = {

		.inputreg   = -1,
		.inputmap   = { TEA6420_S_SA, TEA6420_S_SB, TEA6420_S_SC },
		.inputmute  = TEA6300_S_GMU,
		.inputmute  = TEA6420_S_GMU,
		.inputmask  = 0x07,
	},
	{
		.name       = "tda8425",