summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjs@linuxtv.org <js@linuxtv.org>2005-04-29 17:57:25 -0700
committerGreg KH <gregkh@suse.de>2005-05-12 10:00:21 -0700
commit0c726347c8ae1a81d1461e9c02ca45f5629f4714 (patch)
tree6560722952a03af366229da742eca2f1c85ae5ae
parent5e4c155ce4256038f6bba37de6ab01a58c1f912e (diff)
downloadlinux-stable-0c726347c8ae1a81d1461e9c02ca45f5629f4714.tar.gz
linux-stable-0c726347c8ae1a81d1461e9c02ca45f5629f4714.tar.bz2
linux-stable-0c726347c8ae1a81d1461e9c02ca45f5629f4714.zip
[PATCH] modprobe bttv freezes the computer
Here's a patch that fixes http://bugme.osdl.org/show_bug.cgi?id=4395. Patch by Manu Abraham and Gerd Knorr: Remove redundant bttv_reset_audio() which caused the computer to freeze with some bt8xx based DVB cards when loading the bttv driver. Signed-off-by: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Gerd Knorr <kraxel@bytesex.org>
-rw-r--r--drivers/media/video/bttv-cards.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/bttv-cards.c b/drivers/media/video/bttv-cards.c
index 4ee9026fc36b..8127a34ce479 100644
--- a/drivers/media/video/bttv-cards.c
+++ b/drivers/media/video/bttv-cards.c
@@ -2718,8 +2718,6 @@ void __devinit bttv_init_card2(struct bttv *btv)
}
btv->pll.pll_current = -1;
- bttv_reset_audio(btv);
-
/* tuner configuration (from card list / autodetect / insmod option) */
if (UNSET != bttv_tvcards[btv->c.type].tuner_type)
if(UNSET == btv->tuner_type)