Searched refs:ypcm (Results 1 – 2 of 2) sorted by relevance
272 pvoice->ypcm->use_441_slot = 0; in snd_ymfpci_voice_free()275 pvoice->ypcm = NULL; in snd_ymfpci_voice_free()287 struct snd_ymfpci_pcm *ypcm; in snd_ymfpci_pcm_interrupt() local290 ypcm = voice->ypcm; in snd_ymfpci_pcm_interrupt()291 if (!ypcm) in snd_ymfpci_pcm_interrupt()293 if (ypcm->substream == NULL) in snd_ymfpci_pcm_interrupt()296 if (ypcm->running) { in snd_ymfpci_pcm_interrupt()298 if (pos < ypcm->last_pos) in snd_ymfpci_pcm_interrupt()299 delta = pos + (ypcm->buffer_size - ypcm->last_pos); in snd_ymfpci_pcm_interrupt()301 delta = pos - ypcm->last_pos; in snd_ymfpci_pcm_interrupt()[all …]
238 struct snd_ymfpci_pcm *ypcm; member