Searched refs:SNDRV_PCM_HW_PARAM_SAMPLE_BITS (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/include/uapi/sound/ |
D | asound.h | 333 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */ macro 355 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
|
/linux-4.4.14/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() 2035 snd_interval_setinteger(constrs_interval(constrs, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)); in snd_pcm_hw_constraints_init() 2040 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init() 2043 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init() 2046 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init() 2049 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init() 2056 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, SNDRV_PCM_HW_PARAM_CHANNELS, -1); in snd_pcm_hw_constraints_init() 2071 SNDRV_PCM_HW_PARAM_FRAME_BITS, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init()
|
D | pcm_lib.c | 1417 struct snd_interval *i = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in snd_pcm_hw_rule_msbits() 1452 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraint_msbits()
|
/linux-4.4.14/sound/soc/codecs/ |
D | wl1273.c | 350 width = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in wl1273_hw_params()
|
D | uda134x.c | 158 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in uda134x_startup()
|
D | twl4030.c | 1620 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in twl4030_constraints() 1808 SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in twl4030_hw_params()
|
/linux-4.4.14/sound/soc/sunxi/ |
D | sun4i-codec.c | 321 if (hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min == 32) { in sun4i_codec_hw_params()
|
/linux-4.4.14/sound/soc/davinci/ |
D | davinci-i2s.c | 482 i = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in davinci_i2s_hw_params()
|
D | davinci-mcasp.c | 1272 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in davinci_mcasp_startup()
|
/linux-4.4.14/sound/soc/ |
D | soc-pcm.c | 236 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in soc_pcm_apply_symmetry()
|