Commit ceb63a4f authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (7371): cx88: Fix audio on Prolink Pixelview Mpeg 8000GT

This board works only with non-mts firmware
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 2422a9b3
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment