Searched refs:SNDRV_PCM_HW_PARAM_SAMPLE_BITS (Results 1 – 12 of 12) sorted by relevance
| /Linux-v4.19/sound/core/ |
| D | pcm_native.c | 61 SNDRV_PCM_HW_PARAM_SAMPLE_BITS + 1]; 478 i = hw_param_interval_c(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in fixup_unreferenced_params() 521 if (params->rmask & (1 << SNDRV_PCM_HW_PARAM_SAMPLE_BITS)) in snd_pcm_hw_refine() 2180 snd_interval_setinteger(constrs_interval(constrs, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)); in snd_pcm_hw_constraints_init() 2185 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init() 2188 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init() 2191 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init() 2194 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init() 2201 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, SNDRV_PCM_HW_PARAM_CHANNELS, -1); in snd_pcm_hw_constraints_init() 2216 SNDRV_PCM_HW_PARAM_FRAME_BITS, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init()
|
| D | pcm_lib.c | 1392 hw_param_interval_c(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in snd_pcm_hw_rule_msbits() 1427 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraint_msbits()
|
| /Linux-v4.19/Documentation/sound/designs/ |
| D | tracepoints.rst | 61 - SNDRV_PCM_HW_PARAM_SAMPLE_BITS 91 a PCM sample. When a parameter of SNDRV_PCM_HW_PARAM_SAMPLE_BITS was
|
| /Linux-v4.19/tools/include/uapi/sound/ |
| D | asound.h | 352 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */ macro 374 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
|
| /Linux-v4.19/include/uapi/sound/ |
| D | asound.h | 352 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */ macro 374 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
|
| /Linux-v4.19/sound/soc/codecs/ |
| D | uda134x.c | 158 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in uda134x_startup()
|
| D | wl1273.c | 349 width = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in wl1273_hw_params()
|
| D | twl4030.c | 1621 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in twl4030_constraints() 1809 SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in twl4030_hw_params()
|
| /Linux-v4.19/sound/soc/sunxi/ |
| D | sun4i-codec.c | 489 if (hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min == 32) { in sun4i_codec_hw_params_capture() 537 if (hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min == 32) { in sun4i_codec_hw_params_playback()
|
| /Linux-v4.19/sound/soc/davinci/ |
| D | davinci-i2s.c | 490 i = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in davinci_i2s_hw_params()
|
| D | davinci-mcasp.c | 1314 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in davinci_mcasp_startup()
|
| /Linux-v4.19/sound/soc/ |
| D | soc-pcm.c | 238 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in soc_pcm_apply_symmetry()
|