[media] tda10071: fix the delivery system
Commit b2a29b578d
sets accidentally
supported delivery systems as DVB-T/T2 whilst it should be
DVB-S/S2. Due to that frontend cannot be used at all.
Reported-by: Jiří Zelenka <klacek@bubakov.net>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Cc: stable@kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
f1ed321944
commit
2b49fad595
|
@ -1215,7 +1215,7 @@ error:
|
||||||
EXPORT_SYMBOL(tda10071_attach);
|
EXPORT_SYMBOL(tda10071_attach);
|
||||||
|
|
||||||
static struct dvb_frontend_ops tda10071_ops = {
|
static struct dvb_frontend_ops tda10071_ops = {
|
||||||
.delsys = { SYS_DVBT, SYS_DVBT2 },
|
.delsys = { SYS_DVBS, SYS_DVBS2 },
|
||||||
.info = {
|
.info = {
|
||||||
.name = "NXP TDA10071",
|
.name = "NXP TDA10071",
|
||||||
.frequency_min = 950000,
|
.frequency_min = 950000,
|
||||||
|
|
Loading…
Reference in New Issue