Skip to content

Commit c57f87e

Browse files
palosaarimchehab
authored andcommitted
[media] anysee: fix non-working E30 Combo Plus DVB-T
PLL was attached twice to frontend0 leaving frontend1 without a tuner. frontend0 is DVB-C and frontend1 is DVB-T. Cc: [email protected] Signed-off-by: Antti Palosaari <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 0ff950a commit c57f87e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/media/usb/dvb-usb-v2/anysee.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ static struct cxd2820r_config anysee_cxd2820r_config = {
442442
* IOD[0] ZL10353 1=enabled
443443
* IOE[0] tuner 0=enabled
444444
* tuner is behind ZL10353 I2C-gate
445+
* tuner is behind TDA10023 I2C-gate
445446
*
446447
* E7 TC VID=1c73 PID=861f HW=18 FW=0.7 AMTCI=0.5 "anysee-E7TC(LP)"
447448
* PCB: 508TC (rev0.6)
@@ -956,7 +957,7 @@ static int anysee_tuner_attach(struct dvb_usb_adapter *adap)
956957

957958
if (fe && adap->fe[1]) {
958959
/* attach tuner for 2nd FE */
959-
fe = dvb_attach(dvb_pll_attach, adap->fe[0],
960+
fe = dvb_attach(dvb_pll_attach, adap->fe[1],
960961
(0xc0 >> 1), &d->i2c_adap,
961962
DVB_PLL_SAMSUNG_DTOS403IH102A);
962963
}

0 commit comments

Comments
 (0)