Home
last modified time | relevance | path

Searched refs:snd_wavefront_card_t (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/sound/
Dsnd_wavefront.h16 typedef struct _snd_wavefront_card snd_wavefront_card_t; typedef
43 extern void snd_wavefront_midi_enable_virtual (snd_wavefront_card_t *);
44 extern void snd_wavefront_midi_disable_virtual (snd_wavefront_card_t *);
45 extern void snd_wavefront_midi_interrupt (snd_wavefront_card_t *);
46 extern int snd_wavefront_midi_start (snd_wavefront_card_t *);
110 extern void snd_wavefront_internal_interrupt (snd_wavefront_card_t *card);
115 extern int snd_wavefront_detect (snd_wavefront_card_t *card);
/linux-4.4.14/sound/isa/wavefront/
Dwavefront.c102 snd_wavefront_pnp (int dev, snd_wavefront_card_t *acard, struct pnp_card_link *card, in snd_wavefront_pnp()
219 snd_wavefront_card_t *acard; in snd_wavefront_ics2115_interrupt()
221 acard = (snd_wavefront_card_t *) dev_id; in snd_wavefront_ics2115_interrupt()
236 snd_wavefront_card_t *acard) in snd_wavefront_new_synth()
261 snd_wavefront_card_t *acard, in snd_wavefront_new_fx()
287 snd_wavefront_card_t *acard, in snd_wavefront_new_midi()
328 snd_wavefront_card_t *acard = (snd_wavefront_card_t *)card->private_data; in snd_wavefront_free()
341 snd_wavefront_card_t *acard; in snd_wavefront_card_new()
345 sizeof(snd_wavefront_card_t), &card); in snd_wavefront_card_new()
365 snd_wavefront_card_t *acard = card->private_data; in snd_wavefront_probe()
Dwavefront_midi.c97 snd_wavefront_card_t *acard; in get_wavefront_midi()
115 static void snd_wavefront_midi_output_write(snd_wavefront_card_t *card) in snd_wavefront_midi_output_write()
354 snd_wavefront_card_t *card = (snd_wavefront_card_t *)data; in snd_wavefront_midi_output_timer()
400 snd_wavefront_midi_output_write((snd_wavefront_card_t *)substream->rmidi->card->private_data); in snd_wavefront_midi_output_trigger()
404 snd_wavefront_midi_interrupt (snd_wavefront_card_t *card) in snd_wavefront_midi_interrupt()
457 snd_wavefront_midi_enable_virtual (snd_wavefront_card_t *card) in snd_wavefront_midi_enable_virtual()
470 snd_wavefront_midi_disable_virtual (snd_wavefront_card_t *card) in snd_wavefront_midi_disable_virtual()
483 snd_wavefront_midi_start (snd_wavefront_card_t *card) in snd_wavefront_midi_start()
Dwavefront_fx.c170 snd_wavefront_card_t *acard; in snd_wavefront_fx_ioctl()
Dwavefront_synth.c1494 wavefront_synth_control (snd_wavefront_card_t *acard, in wavefront_synth_control()
1646 snd_wavefront_card_t *acard; in snd_wavefront_synth_ioctl()
1695 snd_wavefront_internal_interrupt (snd_wavefront_card_t *card) in snd_wavefront_internal_interrupt()
2145 snd_wavefront_detect (snd_wavefront_card_t *card) in snd_wavefront_detect()