Searched refs:sync_stop (Results 1 – 9 of 9) sorted by relevance
| /linux/sound/soc/ |
| H A D | soc-generic-dmaengine-pcm.c | 337 .sync_stop = dmaengine_pcm_sync_stop, 351 .sync_stop = dmaengine_pcm_sync_stop,
|
| H A D | soc-component.c | 1019 if (component->driver->sync_stop) { in snd_soc_pcm_component_sync_stop() 1020 ret = component->driver->sync_stop(component, in snd_soc_pcm_component_sync_stop()
|
| H A D | soc-pcm.c | 3090 if (drv->sync_stop) 3091 rtd->ops.sync_stop = snd_soc_pcm_component_sync_stop;
|
| /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 | 134 int (*sync_stop)(struct snd_soc_component *component, member
|
| /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/x86/ |
| H A D | intel_hdmi_audio.c | 1254 .sync_stop = had_pcm_sync_stop,
|
| /linux/sound/core/ |
| H A D | pcm_native.c | 670 if (substream->ops && substream->ops->sync_stop) in snd_pcm_sync_stop() 671 substream->ops->sync_stop(substream); in snd_pcm_sync_stop()
|