Searched refs:hwsync (Results 1 - 16 of 16) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_null.c | 346 .hwsync = snd_pcm_null_hwsync,
|
H A D | pcm_mmap_emul.c | 377 .hwsync = snd_pcm_generic_hwsync,
|
H A D | pcm_hooks.c | 176 .hwsync = snd_pcm_generic_hwsync,
|
H A D | pcm_local.h | 170 int (*hwsync)(snd_pcm_t *pcm); /* locked */ member 463 if (!pcm->fast_ops->hwsync) in __snd_pcm_hwsync() 465 return pcm->fast_ops->hwsync(pcm->fast_op_arg); in __snd_pcm_hwsync()
|
H A D | pcm_plugin.c | 662 .hwsync = snd_pcm_generic_hwsync,
|
H A D | pcm_dsnoop.c | 485 .hwsync = snd_pcm_dsnoop_hwsync,
|
H A D | pcm_shm.c | 613 .hwsync = snd_pcm_shm_hwsync,
|
H A D | pcm_dshare.c | 613 .hwsync = snd_pcm_dshare_hwsync,
|
H A D | pcm_hw.c | 1544 .hwsync = snd_pcm_hw_hwsync, 1575 .hwsync = snd_pcm_hw_hwsync,
|
H A D | pcm_dmix.c | 917 .hwsync = snd_pcm_dmix_hwsync,
|
H A D | pcm_meter.c | 531 .hwsync = snd_pcm_generic_hwsync,
|
H A D | pcm_ioplug.c | 937 .hwsync = snd_pcm_ioplug_hwsync,
|
H A D | pcm_file.c | 849 .hwsync = snd_pcm_generic_hwsync,
|
H A D | pcm_multi.c | 1030 .hwsync = snd_pcm_multi_hwsync,
|
H A D | pcm_rate.c | 1313 .hwsync = snd_pcm_rate_hwsync,
|
H A D | pcm_share.c | 1340 .hwsync = snd_pcm_share_hwsync,
|
Completed in 25 milliseconds