Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dhda_codec.c64 #define HDA_CODEC_FMT_BASE_MASK (0x01 << 14) macro
623 params->rate = (fmt & HDA_CODEC_FMT_BASE_MASK) ? 44100 : 48000; in hda_codec_parse_format()