Searched refs:sync_stop (Results 1 – 10 of 10) sorted by relevance
462 .sync_stop = virtsnd_pcm_sync_stop,
131 int (*sync_stop)(struct snd_soc_component *component, member
64 int (*sync_stop)(struct snd_pcm_substream *substream); member
1045 if (component->driver->sync_stop) { in snd_soc_pcm_component_sync_stop()1046 ret = component->driver->sync_stop(component, in snd_soc_pcm_component_sync_stop()
2977 if (drv->sync_stop) in soc_new_pcm()2978 rtd->ops.sync_stop = snd_soc_pcm_component_sync_stop; in soc_new_pcm()
594 cdriv->sync_stop = test_component_sync_stop; in test_driver_probe()
1753 .sync_stop = snd_usb_pcm_sync_stop,1765 .sync_stop = snd_usb_pcm_sync_stop,
1269 .sync_stop = had_pcm_sync_stop,
617 if (substream->ops && substream->ops->sync_stop) in snd_pcm_sync_stop()618 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