Home
last modified time | relevance | path

Searched refs:psubs (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/pci/
Dad1889.c99 struct snd_pcm_substream *psubs; member
326 chip->psubs = ss; in snd_ad1889_playback_open()
348 chip->psubs = NULL; in snd_ad1889_playback_close()
616 if ((st & AD_DMA_DISR_WAVI) && chip->psubs) in snd_ad1889_interrupt()
617 snd_pcm_period_elapsed(chip->psubs); in snd_ad1889_interrupt()
644 chip->psubs = NULL; in snd_ad1889_pcm_init()
/linux-4.4.14/sound/parisc/
Dharmony.c207 if (h->psubs && h->st.playing) { in snd_harmony_interrupt()
216 snd_pcm_period_elapsed(h->psubs); in snd_harmony_interrupt()
475 if (!(h->st.playing) || (h->psubs == NULL)) in snd_harmony_playback_pointer()
532 h->psubs = ss; in snd_harmony_playback_open()
567 h->psubs = NULL; in snd_harmony_playback_close()
646 h->psubs = NULL; in snd_harmony_pcm_init()
Dharmony.h49 struct snd_pcm_substream *psubs; member