Home
last modified time | relevance | path

Searched refs:AFMT_S8 (Results 1 – 6 of 6) sorted by relevance

/linux/sound/oss/dmasound/
H A Ddmasound_atari.c966 case AFMT_S8: in TTSetFormat()
970 format = AFMT_S8; in TTSetFormat()
1124 case AFMT_S8: in FalconSetFormat()
1135 format = AFMT_S8; in FalconSetFormat()
1509 .format = AFMT_S8,
1516 .format = AFMT_S8,
1554 .hardware_afmts = AFMT_S8, /* h'ware-supported formats *only* here */
1581 .hardware_afmts = (AFMT_S8 | AFMT_S16_BE), /* h'ware-supported formats *only* here */
H A Ddmasound_q40.c554 case AFMT_S8: in Q40SetFormat()
558 format = AFMT_S8; in Q40SetFormat()
H A Ddmasound_core.c287 case AFMT_S8: in sound_copy_translate()
1227 case AFMT_S8: in get_afmt_string()
/linux/include/uapi/linux/
H A Dsoundcard.h563 # define AFMT_S8 0x00000040 macro
/linux/sound/core/oss/
H A Dpcm_oss.c634 case AFMT_S8: return SNDRV_PCM_FORMAT_S8; in snd_pcm_oss_format_from()
658 case SNDRV_PCM_FORMAT_S8: return AFMT_S8; in snd_pcm_oss_format_to()
1853 AFMT_S8 | AFMT_U16_LE | in snd_pcm_oss_get_formats()
/linux/sound/core/
H A Dpcm.c314 case AFMT_S8: in snd_pcm_oss_format_name()