Skip to content

Commit

Permalink
V4L/DVB (4131): Fix cx88-alsa vs IRQ remote conflict
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ricardo Cerqueira authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent c2eaa68 commit 0f4b568
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/video/cx88/cx88-alsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 0f4b568

Please sign in to comment.