Home
last modified time | relevance | path

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

/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.c290 case AFMT_U8: in sound_copy_translate()
1225 case AFMT_U8: in get_afmt_string()
/linux/sound/core/oss/
H A Dpcm_oss.c631 case AFMT_U8: return SNDRV_PCM_FORMAT_U8; in snd_pcm_oss_format_from()
655 case SNDRV_PCM_FORMAT_U8: return AFMT_U8; in snd_pcm_oss_format_to()
1851 return AFMT_MU_LAW | AFMT_U8 | in snd_pcm_oss_get_formats()
1887 format = AFMT_U8; in snd_pcm_oss_set_format()
2374 runtime->oss.format = AFMT_U8; in snd_pcm_oss_init_substream()
/linux/include/uapi/linux/
H A Dsoundcard.h560 # define AFMT_U8 0x00000008 macro
/linux/sound/core/
H A Dpcm.c308 case AFMT_U8: in snd_pcm_oss_format_name()