Home
last modified time | relevance | path

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

/linux-4.1.27/sound/oss/dmasound/
Ddmasound.h138 int hardware_afmts ; /* OSS says we only return h'ware info */ member
Ddmasound_q40.c610 .hardware_afmts = AFMT_U8, /* h'ware-supported formats *only* here */
Ddmasound_paula.c706 .hardware_afmts = (AFMT_S8 | AFMT_S16_BE), /* h'ware-supported formats *only* here */
Ddmasound_atari.c1553 .hardware_afmts = AFMT_S8, /* h'ware-supported formats *only* here */
1580 .hardware_afmts = (AFMT_S8 | AFMT_S16_BE), /* h'ware-supported formats *only* here */
Ddmasound_core.c1002 fmt = dmasound.mach.hardware_afmts ; /* this is what OSS says.. */ in sq_ioctl()