mirror of https://gitee.com/openkylin/linux.git
[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: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
a346caacf3
commit
71df09bc67
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue