Home
last modified time | relevance | path

Searched refs:report_soft_formats (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/sound/pcm/
H A Dchannel.h329 extern int report_soft_formats;
H A Dchannel.c42 int report_soft_formats = 1; variable
43 SYSCTL_INT(_hw_snd, OID_AUTO, report_soft_formats, CTLFLAG_RW,
44 &report_soft_formats, 1, "report software-emulated formats");
2270 if (!CHN_BITPERFECT(c) && report_soft_formats) in chn_getformats()