aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRicardo Cerqueira <v4l@cerqueira.org>2006-06-17 23:19:22 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 01:05:12 -0400
commit0f4b56807b443927600112c1351a181ce664929c (patch)
treee0ae6341b005aaa2256eb2a99fe7c79feba50ef0 /drivers
parentc2eaa68f7950ef51ce480766bc11eb8b3c20c90a (diff)
V4L/DVB (4131): Fix cx88-alsa vs IRQ remote conflict
cx88-alsa was resetting the card on load, causing the IRQ IR handler to go away (maybe others, too). There's no actual need to reset the card, though, so that line was removed Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/cx88/cx88-alsa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-alsa.c b/drivers/media/video/cx88/cx88-alsa.c
index 7278738d7a1..2194cbeca33 100644
--- a/drivers/media/video/cx88/cx88-alsa.c
+++ b/drivers/media/video/cx88/cx88-alsa.c
@@ -696,7 +696,6 @@ static int __devinit snd_cx88_create(struct snd_card *card,
696 chip->irq = -1; 696 chip->irq = -1;
697 spin_lock_init(&chip->reg_lock); 697 spin_lock_init(&chip->reg_lock);
698 698
699 cx88_reset(core);
700 chip->core = core; 699 chip->core = core;
701 700
702 /* get irq */ 701 /* get irq */