Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dhda_codec.c65 #define HDA_CODEC_FMT_BASE_MASK (0x01 << 14) macro
621 params->rate = (fmt & HDA_CODEC_FMT_BASE_MASK) ? 44100 : 48000; in hda_codec_parse_format()