Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_HW_PARAM_SAMPLE_BITS (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/Documentation/sound/designs/
Dtracepoints.rst61 - SNDRV_PCM_HW_PARAM_SAMPLE_BITS
91 a PCM sample. When a parameter of SNDRV_PCM_HW_PARAM_SAMPLE_BITS was
/Linux-v5.15/sound/core/
Dpcm_native.c49 SNDRV_PCM_HW_PARAM_SAMPLE_BITS + 1];
472 i = hw_param_interval_c(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in fixup_unreferenced_params()
516 if (params->rmask & PARAM_MASK_BIT(SNDRV_PCM_HW_PARAM_SAMPLE_BITS)) in snd_pcm_hw_refine()
2435 snd_interval_setinteger(constrs_interval(constrs, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)); in snd_pcm_hw_constraints_init()
2440 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init()
2443 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init()
2446 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init()
2449 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init()
2456 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, SNDRV_PCM_HW_PARAM_CHANNELS, -1); in snd_pcm_hw_constraints_init()
2471 SNDRV_PCM_HW_PARAM_FRAME_BITS, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init()
Dpcm_lib.c1388 hw_param_interval_c(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in snd_pcm_hw_rule_msbits()
1423 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraint_msbits()
/Linux-v5.15/include/uapi/sound/
Dasound.h367 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */ macro
389 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
/Linux-v5.15/sound/soc/fsl/
Dimx-card.c377 fs = hw_param_interval(p, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in ak5558_hw_rule_rate()
440 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in imx_aif_startup()
/Linux-v5.15/tools/include/uapi/sound/
Dasound.h367 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */ macro
389 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
/Linux-v5.15/sound/soc/codecs/
Dad193x.c393 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in ad193x_startup()
Duda134x.c155 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in uda134x_startup()
Dwl1273.c334 width = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in wl1273_hw_params()
Dtwl4030.c1607 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in twl4030_constraints()
1795 SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in twl4030_hw_params()
/Linux-v5.15/sound/soc/ti/
Ddavinci-i2s.c439 i = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in davinci_i2s_hw_params()
/Linux-v5.15/sound/soc/sunxi/
Dsun4i-codec.c497 if (hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min == 32) { in sun4i_codec_hw_params_capture()
545 if (hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min == 32) { in sun4i_codec_hw_params_playback()
/Linux-v5.15/sound/soc/sh/
Drz-ssi.c826 SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in rz_ssi_dai_hw_params()