Home
last modified time | relevance | path

Searched refs:ypcm (Results 1 – 2 of 2) sorted by relevance

/linux/sound/pci/ymfpci/
H A Dymfpci_main.c261 pvoice->ypcm->use_441_slot = 0; in snd_ymfpci_voice_free()
264 pvoice->ypcm = NULL; in snd_ymfpci_voice_free()
275 struct snd_ymfpci_pcm *ypcm; in snd_ymfpci_pcm_interrupt() local
278 ypcm = voice->ypcm; in snd_ymfpci_pcm_interrupt()
279 if (!ypcm) in snd_ymfpci_pcm_interrupt()
281 if (ypcm->substream == NULL) in snd_ymfpci_pcm_interrupt()
284 if (ypcm->running) { in snd_ymfpci_pcm_interrupt()
286 if (pos < ypcm->last_pos) in snd_ymfpci_pcm_interrupt()
287 delta = pos + (ypcm in snd_ymfpci_pcm_interrupt()
330 struct snd_ymfpci_pcm *ypcm = runtime->private_data; snd_ymfpci_pcm_capture_interrupt() local
362 struct snd_ymfpci_pcm *ypcm = substream->runtime->private_data; snd_ymfpci_playback_trigger() local
402 struct snd_ymfpci_pcm *ypcm = substream->runtime->private_data; snd_ymfpci_capture_trigger() local
429 snd_ymfpci_pcm_voice_alloc(struct snd_ymfpci_pcm * ypcm,int voices) snd_ymfpci_pcm_voice_alloc() argument
459 snd_ymfpci_pcm_init_voice(struct snd_ymfpci_pcm * ypcm,unsigned int voiceidx,struct snd_pcm_runtime * runtime,int has_pcm_volume) snd_ymfpci_pcm_init_voice() argument
602 struct snd_ymfpci_pcm *ypcm = runtime->private_data; snd_ymfpci_playback_hw_params() local
615 struct snd_ymfpci_pcm *ypcm; snd_ymfpci_playback_hw_free() local
638 struct snd_ymfpci_pcm *ypcm = runtime->private_data; snd_ymfpci_playback_prepare() local
671 struct snd_ymfpci_pcm *ypcm = runtime->private_data; snd_ymfpci_capture_prepare() local
715 struct snd_ymfpci_pcm *ypcm = runtime->private_data; snd_ymfpci_playback_pointer() local
727 struct snd_ymfpci_pcm *ypcm = runtime->private_data; snd_ymfpci_capture_pointer() local
853 struct snd_ymfpci_pcm *ypcm; snd_ymfpci_playback_open_1() local
907 struct snd_ymfpci_pcm *ypcm; snd_ymfpci_playback_open() local
929 struct snd_ymfpci_pcm *ypcm; snd_ymfpci_playback_spdif_open() local
958 struct snd_ymfpci_pcm *ypcm; snd_ymfpci_playback_4ch_open() local
979 struct snd_ymfpci_pcm *ypcm; snd_ymfpci_capture_open() local
1025 struct snd_ymfpci_pcm *ypcm = substream->runtime->private_data; snd_ymfpci_playback_close() local
1070 struct snd_ymfpci_pcm *ypcm = runtime->private_data; snd_ymfpci_capture_close() local
1703 struct snd_ymfpci_pcm *ypcm = substream->runtime->private_data; snd_ymfpci_pcm_vol_put() local
[all...]
H A Dymfpci.h238 struct snd_ymfpci_pcm *ypcm; member