Home
last modified time | relevance | path

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

/openbmc/linux/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.c289 case AFMT_U8: in sound_copy_translate()
1226 case AFMT_U8: in get_afmt_string()
/openbmc/qemu/audio/
H A Dossaudio.c141 return AFMT_U8; in aud_to_ossfmt()
162 return AFMT_U8; in aud_to_ossfmt()
174 case AFMT_U8: in oss_to_audfmt()
/openbmc/linux/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()
1863 return AFMT_MU_LAW | AFMT_U8 | in snd_pcm_oss_get_formats()
1901 format = AFMT_U8; in snd_pcm_oss_set_format()
2389 runtime->oss.format = AFMT_U8; in snd_pcm_oss_init_substream()
/openbmc/linux/include/uapi/linux/
H A Dsoundcard.h560 # define AFMT_U8 0x00000008 macro
/openbmc/linux/sound/core/
H A Dpcm.c313 case AFMT_U8: in snd_pcm_oss_format_name()