Skip to content

Commit

Permalink
V4L/DVB (7371): cx88: Fix audio on Prolink Pixelview Mpeg 8000GT
Browse files Browse the repository at this point in the history
This board works only with non-mts firmware

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 2422a9b commit ceb63a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/media/video/cx88/cx88-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ceb63a4

Please sign in to comment.