diff options
author | Andy Walls <awalls@radix.net> | 2009-02-21 20:44:50 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:02 -0400 |
commit | 006e7179577b40be0b97a93c11def536a64abac0 (patch) | |
tree | 7c0ac28debf44c5f1065a2ad4671abbd11e169d5 /drivers/media/video/cx18/cx18-driver.c | |
parent | f85953d324dea12ca9c8bcd5bb0a7c22da690a9f (diff) |
V4L/DVB (10764): cx18: Disable AC3 controls as the firmware doesn't support AC3
Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.c')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.c b/drivers/media/video/cx18/cx18-driver.c index f3b0c946d45d..0d24e2297457 100644 --- a/drivers/media/video/cx18/cx18-driver.c +++ b/drivers/media/video/cx18/cx18-driver.c | |||
@@ -587,7 +587,7 @@ static int __devinit cx18_init_struct1(struct cx18 *cx) | |||
587 | (cx->params.video_median_filter_type << 2); | 587 | (cx->params.video_median_filter_type << 2); |
588 | cx->params.port = CX2341X_PORT_MEMORY; | 588 | cx->params.port = CX2341X_PORT_MEMORY; |
589 | cx->params.capabilities = | 589 | cx->params.capabilities = |
590 | CX2341X_CAP_HAS_TS | CX2341X_CAP_HAS_AC3 | CX2341X_CAP_HAS_SLICED_VBI; | 590 | CX2341X_CAP_HAS_TS | CX2341X_CAP_HAS_SLICED_VBI; |
591 | init_waitqueue_head(&cx->cap_w); | 591 | init_waitqueue_head(&cx->cap_w); |
592 | init_waitqueue_head(&cx->mb_apu_waitq); | 592 | init_waitqueue_head(&cx->mb_apu_waitq); |
593 | init_waitqueue_head(&cx->mb_cpu_waitq); | 593 | init_waitqueue_head(&cx->mb_cpu_waitq); |