Home | History | Annotate | Download | only in hdaudio

Lines Matching defs:hdi

849 	struct hdafg_dd_info hdi;
895 if (hdafg_dd_parse_info(elddata, elddatalen, &hdi) != 0) {
903 hda_print(sc, " ELD version=0x%x", ELD_VER(&hdi.eld));
904 hda_print1(sc, ",len=%u", hdi.eld.header.baseline_eld_len * 4);
905 hda_print1(sc, ",edid=0x%x", ELD_CEA_EDID_VER(&hdi.eld));
906 hda_print1(sc, ",port=0x%" PRIx64, hdi.eld.port_id);
907 hda_print1(sc, ",vendor=0x%04x", hdi.eld.vendor);
908 hda_print1(sc, ",product=0x%04x", hdi.eld.product);
910 hda_print(sc, " Monitor = '%s'\n", hdi.monitor);
911 for (i = 0; i < hdi.nsad; i++) {
914 CEA_AUDIO_FORMAT(&hdi.sad[i]));
916 CEA_MAX_CHANNELS(&hdi.sad[i]));
918 CEA_SAMPLE_RATE(&hdi.sad[i]));
919 if (CEA_AUDIO_FORMAT(&hdi.sad[i]) ==
922 CEA_PRECISION(&hdi.sad[i]));
925 CEA_MAX_BITRATE(&hdi.sad[i]));