From 5e0ea2634ac48cd6daceea8906d77065e677f61c Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Sat, 24 Sep 2005 01:11:14 +0000 Subject: * bttv-cards.c: - Fixed a bug: ATSC Frontend dies after using analog tuner. audiomux[4] must be programmed to prevent this bug. Signed-off-by: Michael Krufky --- linux/drivers/media/video/bttv-cards.c | 4 ++-- v4l/ChangeLog | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c index 489cb106a..b90f02d61 100644 --- a/linux/drivers/media/video/bttv-cards.c +++ b/linux/drivers/media/video/bttv-cards.c @@ -1,5 +1,5 @@ /* - $Id: bttv-cards.c,v 1.78 2005/09/16 19:18:21 mchehab Exp $ + $Id: bttv-cards.c,v 1.79 2005/09/24 01:11:14 mkrufky Exp $ bttv-cards.c @@ -2432,7 +2432,7 @@ struct tvcard bttv_tvcards[] = { .svhs = 2, .muxsel = { 2, 3 }, .gpiomask = 0x00e00007, - .audiomux = { 0x00400005, 0, 0, 0, 0, 0 }, + .audiomux = { 0x00400005, 0, 0, 0, 0x00400007, 0 }, .no_msp34xx = 1, .no_tda9875 = 1, .no_tda7432 = 1, diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 2edfeafc3..5605f8589 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,11 @@ +2005-09-24 01:05 mkrufky + + * bttv-cards.c: + - Fixed a bug: ATSC Frontend dies after using analog tuner. + audiomux[4] must be programmed to prevent this bug. + + Signed-off-by: Michael Krufky + 2005-09-23 11:56 mchehab * tvp5150.c: (tvp5150_selmux), (tvp5150_reset), (tvp5150_command), -- cgit v1.2.3