Home
last modified time | relevance | path

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

/linux-6.15/sound/virtio/
H A Dvirtio_pcm_ops.c527 .sync_stop = virtsnd_pcm_sync_stop,
539 .sync_stop = virtsnd_pcm_sync_stop,
/linux-6.15/sound/soc/
H A Dsoc-generic-dmaengine-pcm.c336 .sync_stop = dmaengine_pcm_sync_stop,
349 .sync_stop = dmaengine_pcm_sync_stop,
H A Dsoc-component.c1047 if (component->driver->sync_stop) { in snd_soc_pcm_component_sync_stop()
1048 ret = component->driver->sync_stop(component, in snd_soc_pcm_component_sync_stop()
H A Dsoc-pcm.c2962 if (drv->sync_stop) in soc_new_pcm()
2963 rtd->ops.sync_stop = snd_soc_pcm_component_sync_stop; in soc_new_pcm()
/linux-6.15/sound/drivers/
H A Dpcmtest.c530 .sync_stop = snd_pcmtst_sync_stop,
543 .sync_stop = snd_pcmtst_sync_stop,
/linux-6.15/include/sound/
H A Dsoc-component.h131 int (*sync_stop)(struct snd_soc_component *component, member
H A Dpcm.h65 int (*sync_stop)(struct snd_pcm_substream *substream); member
/linux-6.15/sound/soc/generic/
H A Dtest-component.c584 cdriv->sync_stop = test_component_sync_stop; in test_driver_probe()
/linux-6.15/sound/sh/
H A Daica.c411 .sync_stop = snd_aicapcm_pcm_sync_stop,
/linux-6.15/sound/usb/
H A Dpcm.c1753 .sync_stop = snd_usb_pcm_sync_stop,
1765 .sync_stop = snd_usb_pcm_sync_stop,
/linux-6.15/sound/x86/
H A Dintel_hdmi_audio.c1270 .sync_stop = had_pcm_sync_stop,
/linux-6.15/sound/core/
H A Dpcm_native.c637 if (substream->ops && substream->ops->sync_stop) in snd_pcm_sync_stop()
638 substream->ops->sync_stop(substream); in snd_pcm_sync_stop()
/linux-6.15/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst934 See the later section `sync_stop callback`_ for details.
1971 sync_stop callback
1989 While keeping the ``sync_stop`` PCM callback NULL, the driver can set