Searched refs:snd_emu10k1_voice (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | voice.c | 35 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()
|
H A D | irq.c | 50 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()
|
H A D | emupcm.c | 24 struct snd_emu10k1_voice *voice) in snd_emu10k1_pcm_interrupt() 270 struct snd_emu10k1_voice *evoice, in snd_emu10k1_pcm_init_voice() 619 static void snd_emu10k1_playback_invalidate_cache(struct snd_emu10k1 *emu, int extra, struct snd_emu10k1_voice *evoice) in snd_emu10k1_playback_invalidate_cache() 654 static void snd_emu10k1_playback_prepare_voice(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *evoice, in snd_emu10k1_playback_prepare_voice() 679 static void snd_emu10k1_playback_trigger_voice(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *evoice, int master, int extra) in snd_emu10k1_playback_trigger_voice() 704 static void snd_emu10k1_playback_stop_voice(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *evoice) in snd_emu10k1_playback_stop_voice()
|
H A D | p16v.c | 163 struct snd_emu10k1_voice *channel = &(emu->p16v_voices[channel_id]); in snd_p16v_pcm_open_playback_channel() 211 struct snd_emu10k1_voice *channel = &(emu->p16v_capture_voice); in snd_p16v_pcm_open_capture_channel()
|
H A D | emu10k1_callback.c | 289 struct snd_emu10k1_voice *hwvoice; in get_voice()
|
H A D | emuproc.c | 366 struct snd_emu10k1_voice *voice; in snd_emu10k1_proc_voices_read()
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | voice.c | 25 struct snd_emu10k1_pcm *epcm, struct snd_emu10k1_voice **rvoice) in voice_alloc() 27 struct snd_emu10k1_voice *voice; in voice_alloc() 68 struct snd_emu10k1_voice *pvoice) in voice_free() 78 struct snd_emu10k1_pcm *epcm, struct snd_emu10k1_voice **rvoice) in snd_emu10k1_voice_alloc() 124 struct snd_emu10k1_voice *pvoice) in snd_emu10k1_voice_free()
|
H A D | emupcm.c | 21 struct snd_emu10k1_voice *voice) in snd_emu10k1_pcm_interrupt() 282 struct snd_emu10k1_voice *evoice, in snd_emu10k1_pcm_init_voice() 337 struct snd_emu10k1_voice *evoice, in snd_emu10k1_pcm_init_voices() 357 struct snd_emu10k1_voice *evoice, in snd_emu10k1_pcm_init_extra_voice() 651 struct snd_emu10k1_voice *evoice, in snd_emu10k1_playback_commit_volume() 661 struct snd_emu10k1_voice *evoice, in snd_emu10k1_playback_unmute_voice() 674 struct snd_emu10k1_voice *evoice, in snd_emu10k1_playback_unmute_voices() 684 struct snd_emu10k1_voice *evoice) in snd_emu10k1_playback_mute_voice() 690 struct snd_emu10k1_voice *evoice, in snd_emu10k1_playback_mute_voices() 710 struct snd_emu10k1_voice *evoic in snd_emu10k1_playback_trigger_voice() [all...] |
H A D | irq.c | 44 struct snd_emu10k1_voice *pvoice; in snd_emu10k1_interrupt()
|
H A D | emu10k1_callback.c | 291 struct snd_emu10k1_voice *hwvoice; in get_voice()
|
H A D | emuproc.c | 427 struct snd_emu10k1_voice *voice; in snd_emu10k1_proc_voices_read()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | emu10k1.h | 1487 struct snd_emu10k1_voice { struct 1495 void (*interrupt)(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice); 1512 struct snd_emu10k1_voice *voices[NUM_EFX_PLAYBACK]; 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; 1875 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int pair, struct snd_emu10k1_voice **rvoice); 1876 int snd_emu10k1_voice_free(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | emu10k1.h | 1476 struct snd_emu10k1_voice { struct 1481 void (*interrupt)(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice); 1498 struct snd_emu10k1_voice *voices[NUM_EFX_PLAYBACK]; 1499 struct snd_emu10k1_voice *extra; 1750 struct snd_emu10k1_voice voices[NUM_G]; 1891 struct snd_emu10k1_pcm *epcm, struct snd_emu10k1_voice **rvoice); 1892 int snd_emu10k1_voice_free(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice);
|
Completed in 21 milliseconds