aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-cards.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-04-22 13:46:01 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 13:07:51 -0400
commitceb63a4fda646faea60e34fa4c3abf8455add013 (patch)
treee682f74668349de08802bea3e7834e90c3746f82 /drivers/media/video/cx88/cx88-cards.c
parent2422a9b3f47c75d3915e6af78ebe25b7d2540262 (diff)
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>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r--drivers/media/video/cx88/cx88-cards.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
index 98d3475a4b32..603b3664381a 100644
--- a/drivers/media/video/cx88/cx88-cards.c
+++ b/drivers/media/video/cx88/cx88-cards.c
@@ -2495,6 +2495,11 @@ static void cx88_card_setup(struct cx88_core *core)
2495 case CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO: 2495 case CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO:
2496 ctl.demod = XC3028_FE_OREN538; 2496 ctl.demod = XC3028_FE_OREN538;
2497 break; 2497 break;
2498 case CX88_BOARD_PROLINK_PV_8000GT:
2499 /*
2500 * This board uses non-MTS firmware
2501 */
2502 break;
2498 default: 2503 default:
2499 ctl.demod = XC3028_FE_OREN538; 2504 ctl.demod = XC3028_FE_OREN538;
2500 ctl.mts = 1; 2505 ctl.mts = 1;