mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 00:21:32 +00:00
media: dvb-frontends/stv0367: remove QAM_AUTO from ddb_fe_ops
Since the cab_* codepath doesn't recognize QAM_AUTO, don't announce that it is supported when it really isn't. Fixes ie. w_scan from unconditionally using QAM_AUTO on DVB-C scans. Signed-off-by: Daniel Scheller <d.scheller@gmx.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
d60908759c
commit
c67215263e
@ -3283,7 +3283,7 @@ static const struct dvb_frontend_ops stv0367ddb_ops = {
|
||||
0x400 |/* FE_CAN_QAM_4 */
|
||||
FE_CAN_QAM_16 | FE_CAN_QAM_32 |
|
||||
FE_CAN_QAM_64 | FE_CAN_QAM_128 |
|
||||
FE_CAN_QAM_256 | FE_CAN_QAM_AUTO |
|
||||
FE_CAN_QAM_256 |
|
||||
/* DVB-T */
|
||||
FE_CAN_FEC_1_2 | FE_CAN_FEC_2_3 | FE_CAN_FEC_3_4 |
|
||||
FE_CAN_FEC_5_6 | FE_CAN_FEC_7_8 | FE_CAN_FEC_AUTO |
|
||||
|
Loading…
Reference in New Issue
Block a user