Searched refs:psubs (Results 1 – 4 of 4) sorted by relevance
86 struct snd_pcm_substream *psubs; member 299 chip->psubs = ss; in snd_ad1889_playback_open() 321 chip->psubs = NULL; in snd_ad1889_playback_close() 583 if ((st & AD_DMA_DISR_WAVI) && chip->psubs) in snd_ad1889_interrupt() 584 snd_pcm_period_elapsed(chip->psubs); in snd_ad1889_interrupt() 611 chip->psubs = NULL; in snd_ad1889_pcm_init()
194 if (h->psubs && h->st.playing) { in snd_harmony_interrupt()203 snd_pcm_period_elapsed(h->psubs); in snd_harmony_interrupt()462 if (!(h->st.playing) || (h->psubs == NULL)) in snd_harmony_playback_pointer()519 h->psubs = ss; in snd_harmony_playback_open()554 h->psubs = NULL; in snd_harmony_playback_close()607 h->psubs = NULL; in snd_harmony_pcm_init()
50 struct snd_pcm_substream *psubs; member
406 struct snd_pcm_substream *psubs; in notify_xrun() local411 psubs = data_subs->pcm_substream; in notify_xrun()412 if (psubs && psubs->runtime && in notify_xrun()413 psubs->runtime->state == SNDRV_PCM_STATE_RUNNING) in notify_xrun()414 snd_pcm_stop_xrun(psubs); in notify_xrun()