Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Daniel Scheller and committed by
Mauro Carvalho Chehab
c6721526 d6090875

+1 -1
+1 -1
drivers/media/dvb-frontends/stv0367.c
··· 3283 3283 0x400 |/* FE_CAN_QAM_4 */ 3284 3284 FE_CAN_QAM_16 | FE_CAN_QAM_32 | 3285 3285 FE_CAN_QAM_64 | FE_CAN_QAM_128 | 3286 - FE_CAN_QAM_256 | FE_CAN_QAM_AUTO | 3286 + FE_CAN_QAM_256 | 3287 3287 /* DVB-T */ 3288 3288 FE_CAN_FEC_1_2 | FE_CAN_FEC_2_3 | FE_CAN_FEC_3_4 | 3289 3289 FE_CAN_FEC_5_6 | FE_CAN_FEC_7_8 | FE_CAN_FEC_AUTO |