Searched refs:SNDRV_PCM_HW_PARAM_SAMPLE_BITS (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/uapi/sound/ |
D | asound.h | 331 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */ macro 353 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
|
/linux-4.1.27/sound/core/ |
D | pcm_native.c | 48 SNDRV_PCM_HW_PARAM_SAMPLE_BITS + 1]; 295 if (params->rmask & (1 << SNDRV_PCM_HW_PARAM_SAMPLE_BITS)) in snd_pcm_hw_refine() 420 i = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in snd_pcm_hw_refine() 2038 snd_interval_setinteger(constrs_interval(constrs, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)); in snd_pcm_hw_constraints_init() 2043 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init() 2046 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init() 2049 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init() 2052 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init() 2059 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, SNDRV_PCM_HW_PARAM_CHANNELS, -1); in snd_pcm_hw_constraints_init() 2074 SNDRV_PCM_HW_PARAM_FRAME_BITS, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init()
|
D | pcm_lib.c | 1416 struct snd_interval *i = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in snd_pcm_hw_rule_msbits() 1451 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraint_msbits()
|
/linux-4.1.27/sound/soc/codecs/ |
D | uda134x.c | 179 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in uda134x_startup()
|
D | wl1273.c | 351 width = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in wl1273_hw_params()
|
D | twl4030.c | 1623 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in twl4030_constraints() 1813 SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in twl4030_hw_params()
|
/linux-4.1.27/sound/soc/davinci/ |
D | davinci-i2s.c | 482 i = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in davinci_i2s_hw_params()
|
/linux-4.1.27/sound/soc/ |
D | soc-pcm.c | 219 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in soc_pcm_apply_symmetry()
|