Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_constraint_mask (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/sound/
Dpcm.h994 int snd_pcm_hw_constraint_mask(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var,
/linux-4.1.27/sound/core/
Dpcm_native.c2164 err = snd_pcm_hw_constraint_mask(runtime, SNDRV_PCM_HW_PARAM_ACCESS, mask); in snd_pcm_hw_constraints_complete()
2172 …err = snd_pcm_hw_constraint_mask(runtime, SNDRV_PCM_HW_PARAM_SUBFORMAT, 1 << SNDRV_PCM_SUBFORMAT_S… in snd_pcm_hw_constraints_complete()
Dpcm_lib.c1197 int snd_pcm_hw_constraint_mask(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var, in snd_pcm_hw_constraint_mask() function