Searched refs:sync_stop (Results 1 – 14 of 14) sorted by relevance
| /linux/sound/virtio/ |
| H A D | virtio_pcm_ops.c | 509 .sync_stop = virtsnd_pcm_sync_stop, 521 .sync_stop = virtsnd_pcm_sync_stop,
|
| /linux/sound/soc/ |
| H A D | soc-generic-dmaengine-pcm.c | 336 .sync_stop = dmaengine_pcm_sync_stop, 349 .sync_stop = dmaengine_pcm_sync_stop,
|
| H A D | soc-component.c | 965 if (component->driver->sync_stop) { 966 ret = component->driver->sync_stop(component, in snd_soc_pcm_component_pointer()
|
| H A D | soc-pcm.c | 2971 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/drivers/ |
| H A D | pcmtest.c | 531 .sync_stop = snd_pcmtst_sync_stop, 544 .sync_stop = snd_pcmtst_sync_stop,
|
| /linux/include/sound/ |
| H A D | soc-component.h | 131 int (*sync_stop)(struct snd_soc_component *component, member
|
| H A D | pcm.h | 65 int (*sync_stop)(struct snd_pcm_substream *substream); member
|
| /linux/sound/soc/generic/ |
| H A D | test-component.c | 595 cdriv->sync_stop = test_component_sync_stop; in test_driver_probe()
|
| /linux/sound/sh/ |
| H A D | aica.c | 411 .sync_stop = snd_aicapcm_pcm_sync_stop,
|
| /linux/sound/usb/ |
| H A D | pcm.c | 1796 .sync_stop = snd_usb_pcm_sync_stop, 1808 .sync_stop = snd_usb_pcm_sync_stop,
|
| /linux/sound/pci/korg1212/ |
| H A D | korg1212.c | 1594 .sync_stop = snd_korg1212_sync_stop, 1607 .sync_stop = snd_korg1212_sync_stop,
|
| /linux/sound/x86/ |
| H A D | intel_hdmi_audio.c | 1254 .sync_stop = had_pcm_sync_stop,
|
| /linux/sound/core/ |
| H A D | pcm_native.c | 643 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 D | writing-an-alsa-driver.rst | 934 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
|