kernel/sound/pci/emu10k1/emupcm.c
.. .. @@ -1232,7 +1232,7 @@ 1232 1232 { 1233 1233 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream); 1234 1234 1235 - emu->capture_interrupt = NULL;1235 + emu->capture_mic_interrupt = NULL;1236 1236 emu->pcm_capture_mic_substream = NULL; 1237 1237 return 0; 1238 1238 } .. .. @@ -1340,7 +1340,7 @@ 1340 1340 { 1341 1341 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream); 1342 1342 1343 - emu->capture_interrupt = NULL;1343 + emu->capture_efx_interrupt = NULL;1344 1344 emu->pcm_capture_efx_substream = NULL; 1345 1345 return 0; 1346 1346 }