Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/
Dmisc.c127 (device & q->subdevice_mask) == q->subdevice) in snd_pci_quirk_lookup_id()
/linux-4.4.14/include/sound/
Dcore.h406 unsigned short subdevice_mask; /* bitmask to match */ member
414 .subvendor = (vend), .subdevice = (dev), .subdevice_mask = (mask)
/linux-4.4.14/sound/pci/hda/
Dhda_auto_parser.c1010 codec->core.chip_name, name, q->subdevice_mask ? "" : " - vendor generic"); in snd_hda_pick_fixup()
1018 unsigned int mask = 0xffff0000 | q->subdevice_mask; in snd_hda_pick_fixup()