Home
last modified time | relevance | path

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

/Linux-v6.1/sound/virtio/
Dvirtio_pcm_ops.c462 .sync_stop = virtsnd_pcm_sync_stop,
/Linux-v6.1/include/sound/
Dsoc-component.h130 int (*sync_stop)(struct snd_soc_component *component, member
Dpcm.h63 int (*sync_stop)(struct snd_pcm_substream *substream); member
/Linux-v6.1/sound/soc/
Dsoc-component.c1002 if (component->driver->sync_stop) { in snd_soc_pcm_component_sync_stop()
1003 ret = component->driver->sync_stop(component, in snd_soc_pcm_component_sync_stop()
Dsoc-pcm.c2923 if (drv->sync_stop) in soc_new_pcm()
2924 rtd->ops.sync_stop = snd_soc_pcm_component_sync_stop; in soc_new_pcm()
/Linux-v6.1/sound/soc/generic/
Dtest-component.c594 cdriv->sync_stop = test_component_sync_stop; in test_driver_probe()
/Linux-v6.1/sound/usb/
Dpcm.c1656 .sync_stop = snd_usb_pcm_sync_stop,
1668 .sync_stop = snd_usb_pcm_sync_stop,
/Linux-v6.1/sound/x86/
Dintel_hdmi_audio.c1269 .sync_stop = had_pcm_sync_stop,
/Linux-v6.1/sound/core/
Dpcm_native.c617 if (substream->ops && substream->ops->sync_stop) in snd_pcm_sync_stop()
618 substream->ops->sync_stop(substream); in snd_pcm_sync_stop()
/Linux-v6.1/Documentation/sound/kernel-api/
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