summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Cerqueira <v4l@cerqueira.org>2006-06-18 05:19:22 +0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 07:05:12 +0200
commit0f4b56807b443927600112c1351a181ce664929c (patch)
treee0ae6341b005aaa2256eb2a99fe7c79feba50ef0
parentV4L/DVB (4130): Fix card cx88 #50 remote (diff)
downloadlinux-0f4b56807b443927600112c1351a181ce664929c.tar.xz
linux-0f4b56807b443927600112c1351a181ce664929c.zip
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>
-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 7278738d7a12..2194cbeca33b 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,
chip->irq = -1;
spin_lock_init(&chip->reg_lock);
- cx88_reset(core);
chip->core = core;
/* get irq */