Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/hda/
H A Dhdacc.c59 int fgcnt; member
505 codec->fgcnt = HDA_PARAM_SUB_NODE_COUNT_TOTAL(subnode); in hdacc_attach()
507 endnode = startnode + codec->fgcnt; in hdacc_attach()
516 codec->fgs = malloc(sizeof(struct hdacc_fg) * codec->fgcnt, in hdacc_attach()