Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/hdaudio/
H A Dhdafg.c796 int *dacmap; in hdafg_assoc_count_channels() local
797 int i, dacmapsz = sizeof(*dacmap) * sc->sc_endnode; in hdafg_assoc_count_channels()
803 dacmap = kmem_zalloc(dacmapsz, KM_SLEEP); in hdafg_assoc_count_channels()
807 dacmap[as->as_dacs[i]] = 1; in hdafg_assoc_count_channels()
810 if (!dacmap[i]) in hdafg_assoc_count_channels()
818 kmem_free(dacmap, dacmapsz); in hdafg_assoc_count_channels()