瀏覽代碼

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>
Ricardo Cerqueira 19 年之前
父節點
當前提交
0f4b56807b
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/media/video/cx88/cx88-alsa.c

+ 0 - 1
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 */