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/
H A Dpcm_direct.h175 snd_pcm_direct_hw_ptr_alignment_t hw_ptr_alignment; member
367 snd_pcm_direct_hw_ptr_alignment_t hw_ptr_alignment; member
H A Dpcm_direct.c1942 rec->hw_ptr_alignment = SND_PCM_HW_PTR_ALIGNMENT_AUTO;
1985 if (strcmp(id, "hw_ptr_alignment") == 0) {
1993 rec->hw_ptr_alignment = SND_PCM_HW_PTR_ALIGNMENT_NO;
1995 rec->hw_ptr_alignment = SND_PCM_HW_PTR_ALIGNMENT_ROUNDUP;
1997 rec->hw_ptr_alignment = SND_PCM_HW_PTR_ALIGNMENT_ROUNDDOWN;
1999 rec->hw_ptr_alignment = SND_PCM_HW_PTR_ALIGNMENT_AUTO;
2001 SNDERR("The field hw_ptr_alignment is invalid : %s", str);
2132 if (dmix->hw_ptr_alignment == SND_PCM_HW_PTR_ALIGNMENT_ROUNDUP ||
2133 (dmix->hw_ptr_alignment == SND_PCM_HW_PTR_ALIGNMENT_AUTO &&
2138 else if (dmix->hw_ptr_alignment
[all...]
H A Dpcm_dsnoop.c558 dsnoop->hw_ptr_alignment = opts->hw_ptr_alignment; in snd_pcm_dsnoop_open()
700 hw_ptr_alignment STR # Slave application and hw pointer alignment type
733 <code>hw_ptr_alignment</code> specifies slave application and hw
734 pointer alignment type. By default hw_ptr_alignment is auto. Below are
H A Dpcm_dshare.c691 dshare->hw_ptr_alignment = opts->hw_ptr_alignment; in snd_pcm_dshare_open()
846 hw_ptr_alignment STR # Slave application and hw pointer alignment type
879 <code>hw_ptr_alignment</code> specifies slave application and hw
880 pointer alignment type. By default hw_ptr_alignment is auto. Below are
H A Dpcm_dmix.c989 dmix->hw_ptr_alignment = opts->hw_ptr_alignment; in snd_pcm_dmix_open()
1142 hw_ptr_alignment STR # Slave application and hw pointer alignment type
1183 <code>hw_ptr_alignment</code> specifies slave application and hw
1184 pointer alignment type. By default hw_ptr_alignment is auto. Below are

Completed in 8 milliseconds