Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/hda/
H A Dhdacc.c59 int fgcnt; member
425 codec->fgcnt = HDA_PARAM_SUB_NODE_COUNT_TOTAL(subnode); in hdacc_attach()
427 endnode = startnode + codec->fgcnt; in hdacc_attach()
436 codec->fgs = kmalloc(sizeof(struct hdacc_fg) * codec->fgcnt, in hdacc_attach()