Searched refs:firmware_thread (Results 1 – 2 of 2) sorted by relevance
1140 if (!emu->emu1010.firmware_thread) { in snd_emu10k1_emu1010_init()1141 emu->emu1010.firmware_thread = in snd_emu10k1_emu1010_init()1144 wake_up_process(emu->emu1010.firmware_thread); in snd_emu10k1_emu1010_init()1304 if (emu->emu1010.firmware_thread) in snd_emu10k1_free()1305 kthread_stop(emu->emu1010.firmware_thread); in snd_emu10k1_free()
1691 struct task_struct *firmware_thread; member