Lines Matching refs:snd_emu10k1_pcm
26 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_pcm_interrupt()
83 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_efx_playback_pointer()
96 static int snd_emu10k1_pcm_channel_alloc(struct snd_emu10k1_pcm * epcm, int voices) in snd_emu10k1_pcm_channel_alloc()
399 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_playback_hw_params()
435 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_playback_hw_free()
465 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_efx_playback_hw_free()
494 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_playback_prepare()
522 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_efx_playback_prepare()
578 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_capture_prepare()
723 struct snd_emu10k1_pcm *epcm, in snd_emu10k1_playback_mangle_extra()
744 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_playback_trigger()
793 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_capture_trigger()
861 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_playback_pointer()
895 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_efx_playback_trigger()
944 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_capture_pointer()
1082 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_efx_playback_open()
1115 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_playback_open()
1174 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_capture_open()
1209 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_capture_mic_open()
1247 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_capture_efx_open()
1381 int snd_emu10k1_pcm(struct snd_emu10k1 *emu, int device) in snd_emu10k1_pcm() function