Searched refs:sync_stop (Results 1 – 9 of 9) sorted by relevance
336 .sync_stop = dmaengine_pcm_sync_stop,349 .sync_stop = dmaengine_pcm_sync_stop,
2971 if (drv->sync_stop) in soc_new_pcm()2972 rtd->ops.sync_stop = snd_soc_pcm_component_sync_stop; in soc_new_pcm()
531 .sync_stop = snd_pcmtst_sync_stop,544 .sync_stop = snd_pcmtst_sync_stop,
411 .sync_stop = snd_aicapcm_pcm_sync_stop,
1796 .sync_stop = snd_usb_pcm_sync_stop,1808 .sync_stop = snd_usb_pcm_sync_stop,
65 int (*sync_stop)(struct snd_pcm_substream *substream); member
1254 .sync_stop = had_pcm_sync_stop,
643 if (substream->ops && substream->ops->sync_stop) in snd_pcm_sync_stop()644 substream->ops->sync_stop(substream); in snd_pcm_sync_stop()
934 See the later section `sync_stop callback`_ for details.1971 sync_stop callback1989 While keeping the ``sync_stop`` PCM callback NULL, the driver can set