Symbol: SNDRV_PCM_HW_PARAM_SAMPLE_BITS
include/uapi/sound/asound.h
384
#define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
sound/core/pcm_lib.c
1434
hw_param_interval_c(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS);
sound/core/pcm_lib.c
1469
SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1);
sound/core/pcm_native.c
2548
snd_interval_setinteger(constrs_interval(constrs, SNDRV_PCM_HW_PARAM_SAMPLE_BITS));
sound/core/pcm_native.c
2553
SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1);
sound/core/pcm_native.c
2556
err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS,
sound/core/pcm_native.c
2559
SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1);
sound/core/pcm_native.c
2562
err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS,
sound/core/pcm_native.c
2569
SNDRV_PCM_HW_PARAM_SAMPLE_BITS, SNDRV_PCM_HW_PARAM_CHANNELS, -1);
sound/core/pcm_native.c
2584
SNDRV_PCM_HW_PARAM_FRAME_BITS, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1);
sound/core/pcm_native.c
487
i = hw_param_interval_c(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS);
sound/core/pcm_native.c
50
SNDRV_PCM_HW_PARAM_SAMPLE_BITS + 1];
sound/core/pcm_native.c
558
if (params->rmask & PARAM_MASK_BIT(SNDRV_PCM_HW_PARAM_SAMPLE_BITS))
sound/soc/amd/acp/acp-mach-common.c
1254
SNDRV_PCM_HW_PARAM_SAMPLE_BITS,
sound/soc/amd/acp/acp-mach-common.c
890
snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS,
sound/soc/amd/vangogh/acp5x-mach.c
158
SNDRV_PCM_HW_PARAM_SAMPLE_BITS,
sound/soc/codecs/ad193x.c
393
SNDRV_PCM_HW_PARAM_SAMPLE_BITS,
sound/soc/codecs/idt821034.c
855
ret = snd_pcm_hw_constraint_list(substream->runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS,
sound/soc/codecs/peb2466.c
813
SNDRV_PCM_HW_PARAM_SAMPLE_BITS,
sound/soc/codecs/twl4030.c
1611
SNDRV_PCM_HW_PARAM_SAMPLE_BITS,
sound/soc/codecs/twl4030.c
1799
SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min;
sound/soc/codecs/uda1342.c
76
SNDRV_PCM_HW_PARAM_SAMPLE_BITS,
sound/soc/fsl/imx-card.c
424
fs = hw_param_interval(p, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min;
sound/soc/fsl/imx-card.c
487
SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1);
sound/soc/intel/avs/pcm.c
112
ret = snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, s);
sound/soc/renesas/rz-ssi.c
1009
SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min;
sound/soc/sunxi/sun4i-codec.c
584
if (hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min == 32) {
sound/soc/sunxi/sun4i-codec.c
628
if (hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min == 32) {
sound/soc/ti/davinci-i2s.c
564
i = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS);
tools/perf/trace/beauty/include/uapi/sound/asound.h
384
#define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS