Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/hda/
H A Dhdacc.c60 struct hdacc_fg *fgs; member
436 codec->fgs = kmalloc(sizeof(struct hdacc_fg) * codec->fgcnt, in hdacc_attach()
439 codec->fgs[n].nid = i; in hdacc_attach()
441 codec->fgs[n].type = in hdacc_attach()
444 codec->fgs[n].subsystem_id = hda_command(dev, in hdacc_attach()
447 codec->fgs[n].dev = child = device_add_child(dev, NULL, -1); in hdacc_attach()
452 device_set_ivars(child, &codec->fgs[n]); in hdacc_attach()
467 kfree(codec->fgs, M_HDACC); in hdacc_detach()