Home
last modified time | relevance | path

Searched refs:snd_emu10k1_voice (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/sound/pci/emu10k1/
Dvoice.c49 struct snd_emu10k1_voice **rvoice) in voice_alloc()
51 struct snd_emu10k1_voice *voice; in voice_alloc()
116 struct snd_emu10k1_voice **rvoice) in snd_emu10k1_voice_alloc()
136 struct snd_emu10k1_voice *pvoice = &emu->voices[result]; in snd_emu10k1_voice_alloc()
153 struct snd_emu10k1_voice *pvoice) in snd_emu10k1_voice_free()
Dirq.c64 struct snd_emu10k1_voice *pvoice = emu->voices; in snd_emu10k1_interrupt()
158 struct snd_emu10k1_voice *pvoice = &(emu->p16v_voices[0]); in snd_emu10k1_interrupt()
159 struct snd_emu10k1_voice *cvoice = &(emu->p16v_capture_voice); in snd_emu10k1_interrupt()
Demupcm.c38 struct snd_emu10k1_voice *voice) in snd_emu10k1_pcm_interrupt()
284 struct snd_emu10k1_voice *evoice, in snd_emu10k1_pcm_init_voice()
637 …0k1_playback_invalidate_cache(struct snd_emu10k1 *emu, int extra, struct snd_emu10k1_voice *evoice) in snd_emu10k1_playback_invalidate_cache()
672 static void snd_emu10k1_playback_prepare_voice(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *e… in snd_emu10k1_playback_prepare_voice()
697 static void snd_emu10k1_playback_trigger_voice(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *e… in snd_emu10k1_playback_trigger_voice()
722 static void snd_emu10k1_playback_stop_voice(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *evoi… in snd_emu10k1_playback_stop_voice()
Dp16v.c177 struct snd_emu10k1_voice *channel = &(emu->p16v_voices[channel_id]); in snd_p16v_pcm_open_playback_channel()
225 struct snd_emu10k1_voice *channel = &(emu->p16v_capture_voice); in snd_p16v_pcm_open_capture_channel()
Demu10k1_callback.c302 struct snd_emu10k1_voice *hwvoice; in get_voice()
Demuproc.c382 struct snd_emu10k1_voice *voice; in snd_emu10k1_proc_voices_read()
/linux-4.1.27/include/sound/
Demu10k1.h1502 struct snd_emu10k1_voice { struct
1510 void (*interrupt)(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice); argument
1527 struct snd_emu10k1_voice *voices[NUM_EFX_PLAYBACK]; argument
1528 struct snd_emu10k1_voice *extra;
1755 struct snd_emu10k1_voice voices[NUM_G];
1756 struct snd_emu10k1_voice p16v_voices[4];
1757 struct snd_emu10k1_voice p16v_capture_voice;
1887 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int pair, struct snd_emu10k1_voice *…
1888 int snd_emu10k1_voice_free(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice);