Searched refs:hardware_afmts (Results 1 – 6 of 6) sorted by relevance
145 int hardware_afmts ; /* OSS says we only return h'ware info */ member
2385 if (i & dmasound.mach.hardware_afmts) in PMacStateInfo()2387 get_afmt_string(i & dmasound.mach.hardware_afmts)); in PMacStateInfo()3026 dmasound.mach.hardware_afmts = (AFMT_S16_BE | AFMT_S16_LE) ; in dmasound_awacs_init()3028 dmasound.mach.hardware_afmts = AFMT_S16_BE ; in dmasound_awacs_init()
614 hardware_afmts: AFMT_U8, /* h'ware-supported formats *only* here */
720 hardware_afmts: (AFMT_S8 | AFMT_S16_BE), /* h'ware-supported formats *only* here */
1542 hardware_afmts: AFMT_S8, /* h'ware-supported formats *only* here */1569 hardware_afmts: (AFMT_S8 | AFMT_S16_BE), /* h'ware-supported formats *only* here */
1161 fmt = dmasound.mach.hardware_afmts ; /* this is what OSS says.. */ in sq_ioctl()