Home
last modified time | relevance | path

Searched refs:AFMT_U8 (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Doss.c96 sampletype = AFMT_U8; in ossinit()
175 tmp = sampletype = AFMT_U8; in ossinit()
180 else if (samplesize == 8 && (tmp & AFMT_U8) == 0) in ossinit()
/OK3568_Linux_fs/kernel/sound/oss/dmasound/
H A Ddmasound_q40.c555 case AFMT_U8: in Q40SetFormat()
581 .format = AFMT_U8,
588 .format = AFMT_U8,
611 .hardware_afmts = AFMT_U8, /* h'ware-supported formats *only* here */
H A Ddmasound_paula.c396 case AFMT_U8: in AmiSetFormat()
679 .format = AFMT_U8,
H A Ddmasound_atari.c967 case AFMT_U8: in TTSetFormat()
1123 case AFMT_U8: in FalconSetFormat()
1523 .format = AFMT_U8,
H A Ddmasound_core.c291 case AFMT_U8: in sound_copy_translate()
1241 case AFMT_U8: in get_afmt_string()
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_oss.c639 case AFMT_U8: return SNDRV_PCM_FORMAT_U8; in snd_pcm_oss_format_from()
663 case SNDRV_PCM_FORMAT_U8: return AFMT_U8; in snd_pcm_oss_format_to()
1848 return AFMT_MU_LAW | AFMT_U8 | in snd_pcm_oss_get_formats()
1886 format = AFMT_U8; in snd_pcm_oss_set_format()
2373 runtime->oss.format = AFMT_U8; in snd_pcm_oss_init_substream()
/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/linux/
H A Dsoundcard.h556 # define AFMT_U8 0x00000008 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/linux/
H A Dsoundcard.h556 # define AFMT_U8 0x00000008 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsoundcard.h560 # define AFMT_U8 0x00000008 macro
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm.c310 case AFMT_U8: in snd_pcm_oss_format_name()