Home
last modified time | relevance | path

Searched refs:subdevice_mask (Results 1 – 3 of 3) sorted by relevance

/linux/include/sound/
H A Dcore.h389 unsigned short subdevice_mask; /* bitmask to match */ member
397 .subvendor = (vend), .subdevice = (dev), .subdevice_mask = (mask)
/linux/sound/hda/common/
H A Dhda_local.h305 unsigned short subdevice_mask; /* bitmask to match */ member
H A Dauto_parser.c973 (device & q->subdevice_mask) == q->subdevice; in hda_quirk_match()