Lines Matching refs:snd_emu10k1_pcm
40 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_pcm_interrupt()
96 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_efx_playback_pointer()
109 static int snd_emu10k1_pcm_channel_alloc(struct snd_emu10k1_pcm * epcm, int voices) in snd_emu10k1_pcm_channel_alloc()
412 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_playback_hw_params()
447 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_playback_hw_free()
477 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_efx_playback_hw_free()
506 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_playback_prepare()
534 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_efx_playback_prepare()
601 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_capture_prepare()
746 struct snd_emu10k1_pcm *epcm, in snd_emu10k1_playback_mangle_extra()
767 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_playback_trigger()
816 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_capture_trigger()
884 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_playback_pointer()
918 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_efx_playback_trigger()
968 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_capture_pointer()
1106 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_efx_playback_open()
1139 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_playback_open()
1196 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_capture_open()
1231 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_capture_mic_open()
1269 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_capture_efx_open()
1410 int snd_emu10k1_pcm(struct snd_emu10k1 *emu, int device) in snd_emu10k1_pcm() function