Home
last modified time | relevance | path

Searched refs:stopped_areas (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_generic.c309 pcm->stopped_areas = generic->slave->stopped_areas; in snd_pcm_generic_mmap()
320 pcm->stopped_areas = NULL; in snd_pcm_generic_munmap()
Dpcm_local.h242 snd_pcm_channel_area_t *stopped_areas; member
593 if (pcm->stopped_areas && in snd_pcm_mmap_areas()
595 return pcm->stopped_areas; in snd_pcm_mmap_areas()
Dpcm_share.c954 if (pcm->stopped_areas != NULL) in snd_pcm_share_start()
956 pcm->stopped_areas, xfer, in snd_pcm_share_start()
1136 snd_pcm_areas_copy(pcm->stopped_areas, 0, in _snd_pcm_share_stop()
Dpcm_multi.c309 if (slave->stopped_areas) { in snd_pcm_multi_hw_params_slave()
310 …err = snd_pcm_areas_silence(slave->stopped_areas, 0, slave->channels, slave->buffer_size, slave->f… in snd_pcm_multi_hw_params_slave()