V4L/DVB (7371): cx88: Fix audio on Prolink Pixelview Mpeg 8000GT
This board works only with non-mts firmware Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
2422a9b3f4
commit
ceb63a4fda
|
@ -2495,6 +2495,11 @@ static void cx88_card_setup(struct cx88_core *core)
|
|||
case CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO:
|
||||
ctl.demod = XC3028_FE_OREN538;
|
||||
break;
|
||||
case CX88_BOARD_PROLINK_PV_8000GT:
|
||||
/*
|
||||
* This board uses non-MTS firmware
|
||||
*/
|
||||
break;
|
||||
default:
|
||||
ctl.demod = XC3028_FE_OREN538;
|
||||
ctl.mts = 1;
|
||||
|
|
Loading…
Reference in New Issue