Searched refs:sync_stop (Results 1 – 9 of 9) sorted by relevance
462 .sync_stop = virtsnd_pcm_sync_stop,
130 int (*sync_stop)(struct snd_soc_component *component, member
63 int (*sync_stop)(struct snd_pcm_substream *substream); member
963 if (component->driver->sync_stop) { in snd_soc_pcm_component_sync_stop()964 ret = component->driver->sync_stop(component, in snd_soc_pcm_component_sync_stop()
2779 if (drv->sync_stop) in soc_new_pcm()2780 rtd->ops.sync_stop = snd_soc_pcm_component_sync_stop; in soc_new_pcm()
1546 .sync_stop = snd_usb_pcm_sync_stop,1557 .sync_stop = snd_usb_pcm_sync_stop,
1277 .sync_stop = had_pcm_sync_stop,
604 if (substream->ops && substream->ops->sync_stop) in snd_pcm_sync_stop()605 substream->ops->sync_stop(substream); in snd_pcm_sync_stop()
976 See the later section `sync_stop callback`_ for details.2067 sync_stop callback2085 While keeping NULL to ``sync_stop`` PCM callback, the driver can set