Lines Matching refs:wavefront
213 if (acard->wavefront.interrupts_are_midi) { in snd_wavefront_ics2115_interrupt()
231 if (snd_wavefront_start (&acard->wavefront) < 0) { in snd_wavefront_new_synth()
254 if (snd_wavefront_fx_start (&acard->wavefront)) { in snd_wavefront_new_fx()
284 acard->wavefront.midi.base = port; in snd_wavefront_new_midi()
318 release_and_free_resource(acard->wavefront.res_base); in snd_wavefront_free()
319 if (acard->wavefront.irq > 0) in snd_wavefront_free()
320 free_irq(acard->wavefront.irq, (void *)acard); in snd_wavefront_free()
337 acard->wavefront.irq = -1; in snd_wavefront_card_new()
338 spin_lock_init(&acard->wavefront.irq_lock); in snd_wavefront_card_new()
339 init_waitqueue_head(&acard->wavefront.interrupt_sleeper); in snd_wavefront_card_new()
340 spin_lock_init(&acard->wavefront.midi.open); in snd_wavefront_card_new()
341 spin_lock_init(&acard->wavefront.midi.virtual); in snd_wavefront_card_new()
342 acard->wavefront.card = card; in snd_wavefront_card_new()
398 acard->wavefront.res_base = request_region(ics2115_port[dev], 16, in snd_wavefront_probe()
400 if (acard->wavefront.res_base == NULL) { in snd_wavefront_probe()
411 acard->wavefront.irq = ics2115_irq[dev]; in snd_wavefront_probe()
412 acard->wavefront.base = ics2115_port[dev]; in snd_wavefront_probe()
479 if (acard->wavefront.has_fx) { in snd_wavefront_probe()