diff options
author | Ricardo Cerqueira <v4l@cerqueira.org> | 2006-06-18 00:19:22 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 02:05:12 -0300 |
commit | 0f4b56807b443927600112c1351a181ce664929c (patch) | |
tree | e0ae6341b005aaa2256eb2a99fe7c79feba50ef0 /drivers | |
parent | c2eaa68f7950ef51ce480766bc11eb8b3c20c90a (diff) | |
download | kernel_samsung_crespo-0f4b56807b443927600112c1351a181ce664929c.zip kernel_samsung_crespo-0f4b56807b443927600112c1351a181ce664929c.tar.gz kernel_samsung_crespo-0f4b56807b443927600112c1351a181ce664929c.tar.bz2 |
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.c | 1 |
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 7278738..2194cbe 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 */ |