Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/ymfpci/
Dymfpci_main.c272 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() local
290 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 …]
Dymfpci.h238 struct snd_ymfpci_pcm *ypcm; member