Searched refs:HDA_CODEC_FMT_BASE_MASK (Results 1 – 1 of 1) sorted by relevance
64 #define HDA_CODEC_FMT_BASE_MASK (0x01 << 14) macro623 params->rate = (fmt & HDA_CODEC_FMT_BASE_MASK) ? 44100 : 48000; in hda_codec_parse_format()