Home
last modified time | relevance | path

Searched refs:SNDRV_SB_CSP_SAMPLE_16BIT (Results 1 – 5 of 5) sorted by relevance

/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 Dsb16_csp.h39 #define SNDRV_SB_CSP_SAMPLE_16BIT 0x02 macro
/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 Dsb16_csp.h39 #define SNDRV_SB_CSP_SAMPLE_16BIT 0x02 macro
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dsb16_csp.h39 #define SNDRV_SB_CSP_SAMPLE_16BIT 0x02 macro
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Dsb16_csp.c775 p->acc_width = SNDRV_SB_CSP_SAMPLE_16BIT; /* only 16 bit data */ in snd_sb_csp_autoload()
1160 ((p->acc_width & SNDRV_SB_CSP_SAMPLE_16BIT) ? "16bit" : "-"), in info_read()
1173 ((p->run_width & SNDRV_SB_CSP_SAMPLE_16BIT) ? 16 : 8), in info_read()
H A Dsb16_main.c75 SNDRV_SB_CSP_SAMPLE_16BIT : SNDRV_SB_CSP_SAMPLE_8BIT, in snd_sb16_csp_playback_prepare()
113 SNDRV_SB_CSP_SAMPLE_16BIT : SNDRV_SB_CSP_SAMPLE_8BIT, in snd_sb16_csp_capture_prepare()