Searched refs:snd_emu10k1_pcm (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emupcm.c | 23 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_pcm_interrupt() 76 static void snd_emu10k1_pcm_free_voices(struct snd_emu10k1_pcm *epcm) in snd_emu10k1_pcm_free_voices() 86 static int snd_emu10k1_pcm_channel_alloc(struct snd_emu10k1_pcm *epcm, in snd_emu10k1_pcm_channel_alloc() 375 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_playback_hw_params() 421 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_playback_hw_free() 444 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_playback_prepare() 474 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_efx_playback_prepare() 523 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_capture_prepare() 603 struct snd_emu10k1_pcm *epcm, in snd_emu10k1_playback_prepare_voices() 728 struct snd_emu10k1_pcm *epc in snd_emu10k1_playback_set_running() 1432 int snd_emu10k1_pcm(struct snd_emu10k1 *emu, int device) snd_emu10k1_pcm() function [all...] |
H A D | voice.c | 25 struct snd_emu10k1_pcm *epcm, struct snd_emu10k1_voice **rvoice) in voice_alloc() 78 struct snd_emu10k1_pcm *epcm, struct snd_emu10k1_voice **rvoice) in snd_emu10k1_voice_alloc()
|
H A D | emu10k1.c | 101 err = snd_emu10k1_pcm(emu, 0); in snd_card_emu10k1_probe()
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emupcm.c | 26 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_pcm_interrupt() 82 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_efx_playback_pointer() 95 static int snd_emu10k1_pcm_channel_alloc(struct snd_emu10k1_pcm * epcm, int voices) in snd_emu10k1_pcm_channel_alloc() 398 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_playback_hw_params() 433 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_playback_hw_free() 463 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_efx_playback_hw_free() 492 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_playback_prepare() 520 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_efx_playback_prepare() 576 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_capture_prepare() 721 struct snd_emu10k1_pcm *epc in snd_emu10k1_playback_mangle_extra() 1377 int snd_emu10k1_pcm(struct snd_emu10k1 *emu, int device) snd_emu10k1_pcm() function [all...] |
H A D | p16v.c | 154 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_p16v_pcm_free_substream() 164 struct snd_emu10k1_pcm *epcm; in snd_p16v_pcm_open_playback_channel() 212 struct snd_emu10k1_pcm *epcm; in snd_p16v_pcm_open_capture_channel() 257 //struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_p16v_pcm_close_playback() 268 //struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_p16v_pcm_close_capture() 418 struct snd_emu10k1_pcm *epcm; in snd_p16v_pcm_trigger_playback() 472 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_p16v_pcm_trigger_capture() 502 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_p16v_pcm_pointer_playback() 527 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_p16v_pcm_pointer_capture()
|
H A D | emu10k1.c | 119 if ((err = snd_emu10k1_pcm(emu, 0)) < 0) in snd_card_emu10k1_probe()
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | emu10k1.h | 1483 struct snd_emu10k1_pcm *epcm; 1494 struct snd_emu10k1_pcm { struct 1525 struct snd_emu10k1_pcm *epcm; 1810 int snd_emu10k1_pcm(struct snd_emu10k1 *emu, int device); 1891 struct snd_emu10k1_pcm *epcm, struct snd_emu10k1_voice **rvoice);
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | emu10k1.h | 1497 struct snd_emu10k1_pcm *epcm; 1508 struct snd_emu10k1_pcm { struct 1535 struct snd_emu10k1_pcm *epcm; 1802 int snd_emu10k1_pcm(struct snd_emu10k1 *emu, int device);
|
Completed in 17 milliseconds