[media] em28xx: MaxMedia UB425-TC change demod settings
authorAntti Palosaari <crope@iki.fi>
Fri, 4 Oct 2013 18:25:55 +0000 (15:25 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 15 Oct 2013 15:47:56 +0000 (12:47 -0300)
That version of DRX-K chip supports only 2.
drxk: SCU_RESULT_INVPAR while sending cmd 0x0203 with params:
drxk: Warning -22 on qam_demodulator_command

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/usb/em28xx/em28xx-dvb.c

index 0697aad..2324ac6 100644 (file)
@@ -387,6 +387,7 @@ static struct drxk_config maxmedia_ub425_tc_drxk = {
        .microcode_name = "dvb-demod-drxk-01.fw",
        .chunk_size = 62,
        .load_firmware_sync = true,
+       .qam_demod_parameter_count = 2,
 };
 
 static struct drxk_config pctv_520e_drxk = {