Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasound.h350 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */ macro
372 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasound.h350 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */ macro
372 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_native.c49 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()
2484 snd_interval_setinteger(constrs_interval(constrs, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)); in snd_pcm_hw_constraints_init()
2489 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init()
2492 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init()
2495 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init()
2498 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constraints_init()
2505 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, SNDRV_PCM_HW_PARAM_CHANNELS, -1); in snd_pcm_hw_constraints_init()
2520 SNDRV_PCM_HW_PARAM_FRAME_BITS, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init()
H A Dpcm_lib.c1389 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()
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h366 #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
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h366 #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
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dad193x.c367 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in ad193x_startup()
H A Dwl1273.c335 width = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in wl1273_hw_params()
H A Duda134x.c155 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in uda134x_startup()
H A Dtwl4030.c1607 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in twl4030_constraints()
1795 SNDRV_PCM_HW_PARAM_SAMPLE_BITS)->min; in twl4030_hw_params()
/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dpcm.c514 return SNDRV_PCM_HW_PARAM_SAMPLE_BITS; in pcm_param_to_alsa()
645 param_set_int(&params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in pcm_open()
/OK3568_Linux_fs/kernel/sound/soc/sunxi/
H A Dsun4i-codec.c497 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()
/OK3568_Linux_fs/kernel/sound/soc/ti/
H A Ddavinci-i2s.c439 i = hw_param_interval(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS); in davinci_i2s_hw_params()
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-pcm.c349 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in soc_pcm_apply_symmetry()