Home
last modified time | relevance | path

Searched refs:SND_PCM_HW_PARAM_FIRST_MASK (Results 1 - 6 of 6) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_ext_parm.h14 return &params->masks[var - SND_PCM_HW_PARAM_FIRST_MASK]; in hw_param_mask()
H A Dpcm_params.c67 #if SND_PCM_HW_PARAM_FIRST_MASK == 0 in hw_is_mask()
70 return var >= SND_PCM_HW_PARAM_FIRST_MASK && in hw_is_mask()
82 &((params)->masks[(var) - SND_PCM_HW_PARAM_FIRST_MASK])
118 for (k = SND_PCM_HW_PARAM_FIRST_MASK; k <= SND_PCM_HW_PARAM_LAST_MASK; k++) in _snd_pcm_hw_params_any()
1942 static const snd_mask_t refine_masks[SND_PCM_HW_PARAM_LAST_MASK - SND_PCM_HW_PARAM_FIRST_MASK + 1] = {
1943 [SND_PCM_HW_PARAM_ACCESS - SND_PCM_HW_PARAM_FIRST_MASK] = {
1952 [SND_PCM_HW_PARAM_FORMAT - SND_PCM_HW_PARAM_FIRST_MASK] = {
2009 [SND_PCM_HW_PARAM_SUBFORMAT - SND_PCM_HW_PARAM_FIRST_MASK] = {
2090 for (k = SND_PCM_HW_PARAM_FIRST_MASK; k <= SND_PCM_HW_PARAM_LAST_MASK; k++) { in snd_pcm_hw_refine_soft()
2094 &refine_masks[k - SND_PCM_HW_PARAM_FIRST_MASK]); in snd_pcm_hw_refine_soft()
[all...]
H A Dpcm.c909 snd_mask_set(&params->masks[SND_PCM_HW_PARAM_ACCESS - SND_PCM_HW_PARAM_FIRST_MASK], pcm->access); in snd_pcm_hw_params_current()
910 snd_mask_set(&params->masks[SND_PCM_HW_PARAM_FORMAT - SND_PCM_HW_PARAM_FIRST_MASK], pcm->format); in snd_pcm_hw_params_current()
911 snd_mask_set(&params->masks[SND_PCM_HW_PARAM_SUBFORMAT - SND_PCM_HW_PARAM_FIRST_MASK], pcm->subformat); in snd_pcm_hw_params_current()
3561 for (k = SND_PCM_HW_PARAM_FIRST_MASK; k <= SND_PCM_HW_PARAM_LAST_MASK; k++) in snd_pcm_hw_params_dump()
H A Dpcm_direct.c829 return &params->masks[var - SND_PCM_HW_PARAM_FIRST_MASK];
H A Dpcm_local.h69 #define SND_PCM_HW_PARAM_FIRST_MASK SNDRV_PCM_HW_PARAM_FIRST_MASK macro
H A Dpcm_hw.c383 &((params)->masks[(var) - SND_PCM_HW_PARAM_FIRST_MASK])

Completed in 21 milliseconds