Searched refs:psubs (Results 1 – 3 of 3) sorted by relevance
185 if (h->psubs && h->st.playing) { in snd_harmony_interrupt()194 snd_pcm_period_elapsed(h->psubs); in snd_harmony_interrupt()449 if (!(h->st.playing) || (h->psubs == NULL)) in snd_harmony_playback_pointer()506 h->psubs = ss; in snd_harmony_playback_open()541 h->psubs = NULL; in snd_harmony_playback_close()594 h->psubs = NULL; in snd_harmony_pcm_init()
50 struct snd_pcm_substream *psubs; member
409 struct snd_pcm_substream *psubs; in notify_xrun() 414 psubs = data_subs->pcm_substream; in notify_xrun() 415 if (psubs && psubs->runtime && in notify_xrun() 416 psubs->runtime->state == SNDRV_PCM_STATE_RUNNING) { in notify_xrun() 417 snd_pcm_stop_xrun(psubs); in notify_xrun() 408 struct snd_pcm_substream *psubs; notify_xrun() local