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 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
|
| /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 D | asound.h | 350 #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 D | asound.h | 350 #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 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() 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 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()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | ad193x.c | 367 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in ad193x_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 | uda134x.c | 155 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in uda134x_startup()
|
| 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()
|
| /OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/ |
| H A D | pcm.c | 514 return SNDRV_PCM_HW_PARAM_SAMPLE_BITS; in pcm_param_to_alsa() 645 param_set_int(¶ms, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in pcm_open()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/sound/soc/ |
| H A D | soc-pcm.c | 349 SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in soc_pcm_apply_symmetry()
|