Searched refs:SNDRV_PCM_HW_PARAM_SAMPLE_BITS (Results 1 – 14 of 14) sorted by relevance
/linux/Documentation/sound/designs/ |
H A 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/sound/core/ |
H A D | pcm_native.c | 50 SNDRV_PCM_HW_PARAM_SAMPLE_BITS + 1]; 482 i = hw_param_interval_c(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in fixup_unreferenced_params() 553 if (params->rmask & PARAM_MASK_BIT(SNDRV_PCM_HW_PARAM_SAMPLE_BITS)) in snd_pcm_hw_refine() 2525 snd_interval_setinteger(constrs_interval(constrs, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)); in snd_pcm_hw_constraints_init() 2530 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init() 2533 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init() 2536 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init() 2539 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init() 2546 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, SNDRV_PCM_HW_PARAM_CHANNELS, -1); in snd_pcm_hw_constraints_init() 2561 SNDRV_PCM_HW_PARAM_FRAME_BITS, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init()
|
H A D | pcm_lib.c | 1434 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/tools/include/uapi/sound/ |
H A D | asound.h |
|
/linux/tools/perf/trace/beauty/include/uapi/sound/ |
H A D | asound.h | 362 #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/sound/soc/fsl/ |
H A D | imx-card.c | 425 fs = hw_param_interval(p, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in ak5558_hw_rule_rate() 488 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in imx_aif_startup()
|
/linux/sound/soc/codecs/ |
H A D | ad193x.c | 393 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in ad193x_startup()
|
H A D | wl1273.c | 334 width = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in wl1273_hw_params()
|
H A D | twl4030.c | 1609 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in twl4030_constraints() 1797 SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in twl4030_hw_params()
|
H A D | idt821034.c | 855 ret = snd_pcm_hw_constraint_list(substream->runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in idt821034_dai_startup()
|
H A D | peb2466.c | 813 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in peb2466_dai_startup()
|
/linux/sound/soc/amd/acp/ |
H A D | acp-mach-common.c | 876 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/sound/soc/renesas/ |
H A D | rz-ssi.c | 957 SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in rz_ssi_dai_hw_params()
|
/linux/sound/soc/intel/avs/ |
H A D | pcm.c | 112 ret = snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, s); in avs_hw_constraints_init()
|