mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[media] tda18271: add missing entries for qam_7 to tda18271_update_std_map() and tda18271_dump_std_map()
Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
7c62f5a11c
commit
4e791048e0
1 changed files with 2 additions and 0 deletions
|
@ -1122,6 +1122,7 @@ static int tda18271_dump_std_map(struct dvb_frontend *fe)
|
|||
tda18271_dump_std_item(dvbt_7, "dvbt 7");
|
||||
tda18271_dump_std_item(dvbt_8, "dvbt 8");
|
||||
tda18271_dump_std_item(qam_6, "qam 6 ");
|
||||
tda18271_dump_std_item(qam_7, "qam 7 ");
|
||||
tda18271_dump_std_item(qam_8, "qam 8 ");
|
||||
|
||||
return 0;
|
||||
|
@ -1149,6 +1150,7 @@ static int tda18271_update_std_map(struct dvb_frontend *fe,
|
|||
tda18271_update_std(dvbt_7, "dvbt 7");
|
||||
tda18271_update_std(dvbt_8, "dvbt 8");
|
||||
tda18271_update_std(qam_6, "qam 6");
|
||||
tda18271_update_std(qam_7, "qam 7");
|
||||
tda18271_update_std(qam_8, "qam 8");
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue