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