Home
last modified time | relevance | path

Searched refs:hw_ptr_alignment (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_direct.c1889 rec->hw_ptr_alignment = SND_PCM_HW_PTR_ALIGNMENT_AUTO;
1940 rec->hw_ptr_alignment = SND_PCM_HW_PTR_ALIGNMENT_NO;
1942 rec->hw_ptr_alignment = SND_PCM_HW_PTR_ALIGNMENT_ROUNDUP;
1944 rec->hw_ptr_alignment = SND_PCM_HW_PTR_ALIGNMENT_ROUNDDOWN;
1946 rec->hw_ptr_alignment = SND_PCM_HW_PTR_ALIGNMENT_AUTO;
2078 if (dmix->hw_ptr_alignment == SND_PCM_HW_PTR_ALIGNMENT_ROUNDUP ||
2079 (dmix->hw_ptr_alignment == SND_PCM_HW_PTR_ALIGNMENT_AUTO &&
2084 else if (dmix->hw_ptr_alignment == SND_PCM_HW_PTR_ALIGNMENT_ROUNDDOWN ||
2085 (dmix->hw_ptr_alignment == SND_PCM_HW_PTR_ALIGNMENT_AUTO &&
Dpcm_direct.h175 snd_pcm_direct_hw_ptr_alignment_t hw_ptr_alignment; member
361 snd_pcm_direct_hw_ptr_alignment_t hw_ptr_alignment; member
Dpcm_dsnoop.c592 dsnoop->hw_ptr_alignment = opts->hw_ptr_alignment; in snd_pcm_dsnoop_open()
Dpcm_dshare.c723 dshare->hw_ptr_alignment = opts->hw_ptr_alignment; in snd_pcm_dshare_open()
Dpcm_dmix.c1021 dmix->hw_ptr_alignment = opts->hw_ptr_alignment; in snd_pcm_dmix_open()