Searched defs:hda_quirk (Results 1 – 1 of 1) sorted by relevance
302 struct hda_quirk { struct303 unsigned short subvendor; /* PCI subvendor ID */304 unsigned short subdevice; /* PCI subdevice ID */305 unsigned short subdevice_mask; /* bitmask to match */306 bool match_codec_ssid; /* match only with codec SSID */307 int value; /* value */309 const char *name; /* name of the device (optional) */