Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dsnd_wavefront.h17 typedef struct _snd_wavefront_card snd_wavefront_card_t; typedef
32 snd_wavefront_card_t *timer_card;
45 extern void snd_wavefront_midi_enable_virtual (snd_wavefront_card_t *);
46 extern void snd_wavefront_midi_disable_virtual (snd_wavefront_card_t *);
47 extern void snd_wavefront_midi_interrupt (snd_wavefront_card_t *);
48 extern int snd_wavefront_midi_start (snd_wavefront_card_t *);
112 extern void snd_wavefront_internal_interrupt (snd_wavefront_card_t *card);
117 extern int snd_wavefront_detect (snd_wavefront_card_t *card);
/Linux-v4.19/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()
355 snd_wavefront_card_t *card = midi->timer_card; 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.c1504 wavefront_synth_control (snd_wavefront_card_t *acard, in wavefront_synth_control()
1656 snd_wavefront_card_t *acard; in snd_wavefront_synth_ioctl()
1705 snd_wavefront_internal_interrupt (snd_wavefront_card_t *card) in snd_wavefront_internal_interrupt()
2155 snd_wavefront_detect (snd_wavefront_card_t *card) in snd_wavefront_detect()