Home
last modified time | relevance | path

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

/Linux-v5.10/sound/core/
Dmisc.c119 (device & q->subdevice_mask) == q->subdevice) in snd_pci_quirk_lookup_id()
/Linux-v5.10/include/sound/
Dcore.h396 unsigned short subdevice_mask; /* bitmask to match */ member
404 .subvendor = (vend), .subdevice = (dev), .subdevice_mask = (mask)
/Linux-v5.10/sound/pci/hda/
Dhda_auto_parser.c1019 codec->core.chip_name, name, q->subdevice_mask ? "" : " - vendor generic"); in snd_hda_pick_fixup()
1027 unsigned int mask = 0xffff0000 | q->subdevice_mask; in snd_hda_pick_fixup()