Home
last modified time | relevance | path

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

/linux-6.14.4/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-6.14.4/sound/soc/codecs/
Duda1342.c76 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in uda1342_startup()
Dad193x.c393 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in ad193x_startup()
Dwl1273.c334 width = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in wl1273_hw_params()
Dtwl4030.c1615 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in twl4030_constraints()
1803 SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in twl4030_hw_params()
Didt821034.c855 ret = snd_pcm_hw_constraint_list(substream->runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in idt821034_dai_startup()
Dpeb2466.c813 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in peb2466_dai_startup()
/linux-6.14.4/sound/core/
Dpcm_native.c49 SNDRV_PCM_HW_PARAM_SAMPLE_BITS + 1];
481 i = hw_param_interval_c(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in fixup_unreferenced_params()
552 if (params->rmask & PARAM_MASK_BIT(SNDRV_PCM_HW_PARAM_SAMPLE_BITS)) in snd_pcm_hw_refine()
2513 snd_interval_setinteger(constrs_interval(constrs, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)); in snd_pcm_hw_constraints_init()
2518 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init()
2521 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init()
2524 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init()
2527 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init()
2534 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, SNDRV_PCM_HW_PARAM_CHANNELS, -1); in snd_pcm_hw_constraints_init()
2549 SNDRV_PCM_HW_PARAM_FRAME_BITS, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init()
Dpcm_lib.c1434 hw_param_interval_c(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in snd_pcm_hw_rule_msbits()
1469 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraint_msbits()
/linux-6.14.4/tools/perf/trace/beauty/include/uapi/sound/
Dasound.h362 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */ macro
384 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
/linux-6.14.4/sound/soc/fsl/
Dimx-card.c412 fs = hw_param_interval(p, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in ak5558_hw_rule_rate()
475 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in imx_aif_startup()
/linux-6.14.4/include/uapi/sound/
Dasound.h362 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */ macro
384 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
/linux-6.14.4/sound/soc/amd/vangogh/
Dacp5x-mach.c159 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in acp5x_8821_startup()
/linux-6.14.4/sound/soc/sunxi/
Dsun4i-codec.c582 if (hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min == 32) { in sun4i_codec_hw_params_capture()
626 if (hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min == 32) { in sun4i_codec_hw_params_playback()
/linux-6.14.4/sound/soc/ti/
Ddavinci-i2s.c564 i = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in davinci_i2s_hw_params()
/linux-6.14.4/sound/soc/amd/acp/
Dacp-mach-common.c876 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in acp_card_max98388_startup()
1238 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in acp_8821_startup()
/linux-6.14.4/sound/soc/renesas/
Drz-ssi.c957 SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in rz_ssi_dai_hw_params()