Home
last modified time | relevance | path

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

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