Home
last modified time | relevance | path

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

/linux/sound/drivers/
H A Dpcmtest.c531 .sync_stop = snd_pcmtst_sync_stop,
544 .sync_stop = snd_pcmtst_sync_stop,
/linux/sound/sh/
H A Daica.c411 .sync_stop = snd_aicapcm_pcm_sync_stop,
/linux/sound/usb/
H A Dpcm.c1795 .sync_stop = snd_usb_pcm_sync_stop,
1807 .sync_stop = snd_usb_pcm_sync_stop,
/linux/include/sound/
H A Dpcm.h65 int (*sync_stop)(struct snd_pcm_substream *substream); member
/linux/sound/soc/
H A Dsoc-pcm.c2971 if (drv->sync_stop) in soc_new_pcm()
2972 rtd->ops.sync_stop = snd_soc_pcm_component_sync_stop; in soc_new_pcm()
/linux/sound/core/
H A Dpcm_native.c643 if (substream->ops && substream->ops->sync_stop) in snd_pcm_sync_stop()
644 substream->ops->sync_stop(substream); in snd_pcm_sync_stop()
/linux/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