/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_native.c | 49 SNDRV_PCM_HW_PARAM_SAMPLE_BITS + 1]; 467 i = hw_param_interval_c(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in fixup_unreferenced_params() 511 if (params->rmask & PARAM_MASK_BIT(SNDRV_PCM_HW_PARAM_SAMPLE_BITS)) in snd_pcm_hw_refine() 2486 snd_interval_setinteger(constrs_interval(constrs, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)); in snd_pcm_hw_constraints_init() 2491 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init() 2494 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init() 2497 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init() 2500 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init() 2507 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, SNDRV_PCM_HW_PARAM_CHANNELS, -1); in snd_pcm_hw_constraints_init() 2522 SNDRV_PCM_HW_PARAM_FRAME_BITS, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init() [all...] |
H A D | pcm_lib.c | 1388 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()
|
/kernel/linux/linux-6.6/sound/core/ |
H A 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() 2503 snd_interval_setinteger(constrs_interval(constrs, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)); in snd_pcm_hw_constraints_init() 2508 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init() 2511 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init() 2514 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init() 2517 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, SNDRV_PCM_HW_PARAM_CHANNELS, -1); in snd_pcm_hw_constraints_init() 2539 SNDRV_PCM_HW_PARAM_FRAME_BITS, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init() [all...] |
H A D | pcm_lib.c | 1414 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()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asound.h | 273 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 macro 285 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
|
/kernel/linux/linux-5.10/tools/include/uapi/sound/ |
H A D | asound.h | 366 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */ macro 388 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asound.h | 366 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */ macro 388 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asound.h | 359 #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
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A 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()
|
/kernel/linux/linux-6.6/tools/include/uapi/sound/ |
H A D | asound.h | 359 #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
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asound.h | 293 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 macro 305 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asound.h | 293 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 macro 305 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | ad193x.c | 367 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in ad193x_startup()
|
H A D | uda134x.c | 155 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in uda134x_startup()
|
H A D | wl1273.c | 335 width = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in wl1273_hw_params()
|
H A D | twl4030.c | 1607 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in twl4030_constraints() 1795 SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in twl4030_hw_params()
|
/kernel/linux/linux-6.6/sound/soc/amd/vangogh/ |
H A D | acp5x-mach.c | 159 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in acp5x_8821_startup()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/sound/soc/sunxi/ |
H A D | sun4i-codec.c | 497 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()
|
/kernel/linux/linux-6.6/sound/soc/sunxi/ |
H A 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()
|
/kernel/linux/linux-5.10/sound/soc/ti/ |
H A D | davinci-i2s.c | 439 i = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in davinci_i2s_hw_params()
|
/kernel/linux/linux-6.6/sound/soc/ti/ |
H A D | davinci-i2s.c | 439 i = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in davinci_i2s_hw_params()
|
/kernel/linux/linux-6.6/sound/soc/sh/ |
H A D | rz-ssi.c | 834 SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in rz_ssi_dai_hw_params()
|
/kernel/linux/linux-6.6/sound/soc/amd/acp/ |
H A D | acp-mach-common.c | 837 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()
|