Searched defs:hda_codec (Results 1 – 1 of 1) sorted by relevance
773 struct hda_codec { struct774 uint8_t index; /* codec address */775 uint32_t vid; /* vendor id and device id */776 uint32_t revid; /* revision id */777 wid_t wid_afg; /* id of AFG */778 wid_t first_wid; /* wid of 1st subnode of AFG */779 wid_t last_wid; /* wid of the last subnode of AFG */780 int nnodes; /* # of subnodes of AFG */781 uint8_t nistream;783 uint32_t outamp_cap;[all …]