Searched refs:SNDRV_PCM_HW_PARAM_SAMPLE_BITS (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.1/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-v6.1/sound/core/ |
D | pcm_native.c | 49 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() 2499 snd_interval_setinteger(constrs_interval(constrs, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)); in snd_pcm_hw_constraints_init() 2504 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init() 2507 err = snd_pcm_hw_rule_add(runtime, 0, 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() 2520 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, SNDRV_PCM_HW_PARAM_CHANNELS, -1); in snd_pcm_hw_constraints_init() 2535 SNDRV_PCM_HW_PARAM_FRAME_BITS, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init()
|
D | pcm_lib.c | 1389 hw_param_interval_c(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in snd_pcm_hw_rule_msbits() 1424 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraint_msbits()
|
/Linux-v6.1/sound/soc/amd/vangogh/ |
D | acp5x-mach.c | 124 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in acp5x_8821_startup()
|
/Linux-v6.1/include/uapi/sound/ |
D | asound.h | 358 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */ macro 380 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
|
/Linux-v6.1/sound/soc/fsl/ |
D | imx-card.c | 386 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()
|
/Linux-v6.1/tools/include/uapi/sound/ |
D | asound.h | 358 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */ macro 380 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
|
/Linux-v6.1/sound/soc/codecs/ |
D | ad193x.c | 393 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in ad193x_startup()
|
D | uda134x.c | 155 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in uda134x_startup()
|
D | wl1273.c | 334 width = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in wl1273_hw_params()
|
D | twl4030.c | 1613 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in twl4030_constraints() 1801 SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in twl4030_hw_params()
|
/Linux-v6.1/sound/soc/sunxi/ |
D | sun4i-codec.c | 488 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()
|
/Linux-v6.1/sound/soc/ti/ |
D | davinci-i2s.c | 439 i = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in davinci_i2s_hw_params()
|
/Linux-v6.1/sound/soc/sh/ |
D | rz-ssi.c | 822 SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in rz_ssi_dai_hw_params()
|