Home
last modified time | relevance | path

Searched refs:sync_stop (Results 1 – 10 of 10) sorted by relevance

/linux/sound/virtio/
A Dvirtio_pcm_ops.c462 .sync_stop = virtsnd_pcm_sync_stop,
/linux/sound/soc/
A Dsoc-component.c960 if (component->driver->sync_stop) { in snd_soc_pcm_component_sync_stop()
961 ret = component->driver->sync_stop(component, in snd_soc_pcm_component_sync_stop()
A Dsoc-pcm.c2784 if (drv->sync_stop) in soc_new_pcm()
2785 rtd->ops.sync_stop = snd_soc_pcm_component_sync_stop; in soc_new_pcm()
/linux/include/sound/
A Dsoc-component.h130 int (*sync_stop)(struct snd_soc_component *component, member
A Dpcm.h63 int (*sync_stop)(struct snd_pcm_substream *substream); member
/linux/sound/soc/generic/
A Dtest-component.c595 cdriv->sync_stop = test_component_sync_stop; in test_driver_probe()
/linux/sound/usb/
A Dpcm.c1647 .sync_stop = snd_usb_pcm_sync_stop,
1659 .sync_stop = snd_usb_pcm_sync_stop,
/linux/sound/x86/
A Dintel_hdmi_audio.c1277 .sync_stop = had_pcm_sync_stop,
/linux/sound/core/
A Dpcm_native.c604 if (substream->ops && substream->ops->sync_stop) in snd_pcm_sync_stop()
605 substream->ops->sync_stop(substream); in snd_pcm_sync_stop()
/linux/Documentation/sound/kernel-api/
A Dwriting-an-alsa-driver.rst976 See the later section `sync_stop callback`_ for details.
2067 sync_stop callback
2085 While keeping NULL to ``sync_stop`` PCM callback, the driver can set

Completed in 43 milliseconds