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()
413 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_playback_hw_params()
440 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_playback_hw_free()
470 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_efx_playback_hw_free()
499 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_playback_prepare()
527 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_efx_playback_prepare()
594 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_capture_prepare()
739 struct snd_emu10k1_pcm *epcm, in snd_emu10k1_playback_mangle_extra()
760 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_playback_trigger()
809 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_capture_trigger()
877 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_playback_pointer()
911 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_efx_playback_trigger()
961 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_capture_pointer()
1099 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_efx_playback_open()
1132 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_playback_open()
1189 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_capture_open()
1224 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_capture_mic_open()
1262 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_capture_efx_open()
1403 int snd_emu10k1_pcm(struct snd_emu10k1 *emu, int device) in snd_emu10k1_pcm() function