Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/hda/
H A Dhdac.c59 #define HDAC_QUIRK_DMAPOS (1 << 1) macro
66 { "64bit", HDAC_QUIRK_DMAPOS },
67 { "dmapos", HDAC_QUIRK_DMAPOS },
1256 if (sc->quirks_on & HDAC_QUIRK_DMAPOS) { in hdac_attach()