• Home
  • Raw
  • Download

Lines Matching refs:snd_emu10k1_pcm

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 *epcm, in snd_emu10k1_playback_mangle_extra()
742 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_playback_trigger()
791 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_capture_trigger()
859 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_playback_pointer()
893 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_efx_playback_trigger()
942 struct snd_emu10k1_pcm *epcm = runtime->private_data; in snd_emu10k1_capture_pointer()
1080 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_efx_playback_open()
1113 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_playback_open()
1170 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_capture_open()
1205 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_capture_mic_open()
1243 struct snd_emu10k1_pcm *epcm; in snd_emu10k1_capture_efx_open()
1377 int snd_emu10k1_pcm(struct snd_emu10k1 *emu, int device) in snd_emu10k1_pcm() function