Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/sound/designs/
H A Dtracepoints.rst61 - SNDRV_PCM_HW_PARAM_SAMPLE_BITS
91 a PCM sample. When a parameter of SNDRV_PCM_HW_PARAM_SAMPLE_BITS was
/openbmc/linux/sound/core/
H A Dpcm_native.c49 SNDRV_PCM_HW_PARAM_SAMPLE_BITS + 1];
485 i = hw_param_interval_c(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in fixup_unreferenced_params()
529 if (params->rmask & PARAM_MASK_BIT(SNDRV_PCM_HW_PARAM_SAMPLE_BITS)) in snd_pcm_hw_refine()
2505 snd_interval_setinteger(constrs_interval(constrs, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)); in snd_pcm_hw_constraints_init()
2510 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init()
2513 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init()
2516 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init()
2519 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init()
2526 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, SNDRV_PCM_HW_PARAM_CHANNELS, -1); in snd_pcm_hw_constraints_init()
2541 SNDRV_PCM_HW_PARAM_FRAME_BITS, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init()
H A Dpcm_lib.c1414 hw_param_interval_c(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in snd_pcm_hw_rule_msbits()
1449 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraint_msbits()
/openbmc/linux/sound/soc/fsl/
H A Dimx-card.c386 fs = hw_param_interval(p, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in ak5558_hw_rule_rate()
449 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in imx_aif_startup()
/openbmc/linux/sound/soc/codecs/
H A Dad193x.c393 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in ad193x_startup()
H A Dwl1273.c334 width = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in wl1273_hw_params()
H A Dtwl4030.c1615 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in twl4030_constraints()
1803 SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in twl4030_hw_params()
H A Didt821034.c855 ret = snd_pcm_hw_constraint_list(substream->runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in idt821034_dai_startup()
H A Dpeb2466.c813 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in peb2466_dai_startup()
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h359 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */ macro
381 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
/openbmc/linux/include/uapi/sound/
H A Dasound.h359 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */ macro
381 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
/openbmc/linux/sound/soc/amd/vangogh/
H A Dacp5x-mach.c159 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in acp5x_8821_startup()
/openbmc/linux/sound/soc/sunxi/
H A Dsun4i-codec.c488 if (hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min == 32) { in sun4i_codec_hw_params_capture()
532 if (hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min == 32) { in sun4i_codec_hw_params_playback()
/openbmc/linux/sound/soc/ti/
H A Ddavinci-i2s.c439 i = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in davinci_i2s_hw_params()
/openbmc/linux/sound/soc/amd/acp/
H A Dacp-mach-common.c837 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in acp_card_max98388_startup()
1199 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in acp_8821_startup()
/openbmc/linux/sound/soc/sh/
H A Drz-ssi.c834 SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in rz_ssi_dai_hw_params()