Home
last modified time | relevance | path

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

/sound/oss/dmasound/
Ddmasound.h133 int hardware_afmts ; /* OSS says we only return h'ware info */ member
Ddmasound_q40.c611 .hardware_afmts = AFMT_U8, /* h'ware-supported formats *only* here */
Ddmasound_paula.c707 .hardware_afmts = (AFMT_S8 | AFMT_S16_BE), /* h'ware-supported formats *only* here */
Ddmasound_atari.c1554 .hardware_afmts = AFMT_S8, /* h'ware-supported formats *only* here */
1581 .hardware_afmts = (AFMT_S8 | AFMT_S16_BE), /* h'ware-supported formats *only* here */
Ddmasound_core.c998 fmt = dmasound.mach.hardware_afmts ; /* this is what OSS says.. */ in sq_ioctl()