Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/emu10k1/
Dvoice.c35 struct snd_emu10k1_voice **rvoice) in voice_alloc()
37 struct snd_emu10k1_voice *voice; in voice_alloc()
102 struct snd_emu10k1_voice **rvoice) in snd_emu10k1_voice_alloc()
122 struct snd_emu10k1_voice *pvoice = &emu->voices[result]; in snd_emu10k1_voice_alloc()
139 struct snd_emu10k1_voice *pvoice) in snd_emu10k1_voice_free()
Dirq.c50 struct snd_emu10k1_voice *pvoice = emu->voices; in snd_emu10k1_interrupt()
144 struct snd_emu10k1_voice *pvoice = &(emu->p16v_voices[0]); in snd_emu10k1_interrupt()
145 struct snd_emu10k1_voice *cvoice = &(emu->p16v_capture_voice); in snd_emu10k1_interrupt()
Demupcm.c24 struct snd_emu10k1_voice *voice) in snd_emu10k1_pcm_interrupt()
271 struct snd_emu10k1_voice *evoice, in snd_emu10k1_pcm_init_voice()
621 …0k1_playback_invalidate_cache(struct snd_emu10k1 *emu, int extra, struct snd_emu10k1_voice *evoice) in snd_emu10k1_playback_invalidate_cache()
656 static void snd_emu10k1_playback_prepare_voice(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *e… in snd_emu10k1_playback_prepare_voice()
681 static void snd_emu10k1_playback_trigger_voice(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *e… in snd_emu10k1_playback_trigger_voice()
706 static void snd_emu10k1_playback_stop_voice(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *evoi… in snd_emu10k1_playback_stop_voice()
Dp16v.c163 struct snd_emu10k1_voice *channel = &(emu->p16v_voices[channel_id]); in snd_p16v_pcm_open_playback_channel()
212 struct snd_emu10k1_voice *channel = &(emu->p16v_capture_voice); in snd_p16v_pcm_open_capture_channel()
Demu10k1_callback.c290 struct snd_emu10k1_voice *hwvoice; in get_voice()
Demuproc.c366 struct snd_emu10k1_voice *voice; in snd_emu10k1_proc_voices_read()
/linux-6.1.9/include/sound/
Demu10k1.h1487 struct snd_emu10k1_voice { struct
1495 void (*interrupt)(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice); argument
1512 struct snd_emu10k1_voice *voices[NUM_EFX_PLAYBACK]; argument
1513 struct snd_emu10k1_voice *extra;
1741 struct snd_emu10k1_voice voices[NUM_G];
1742 struct snd_emu10k1_voice p16v_voices[4];
1743 struct snd_emu10k1_voice p16v_capture_voice;
1873 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int pair, struct snd_emu10k1_voice *…
1874 int snd_emu10k1_voice_free(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice);