num_all_dacs      528 sound/pci/hda/hda_generic.c 	for (i = 0; i < spec->num_all_dacs; i++) {
num_all_dacs     1444 sound/pci/hda/hda_generic.c 	for (i = 0; i < spec->num_all_dacs; i++) {
num_all_dacs     1949 sound/pci/hda/hda_generic.c 	spec->num_all_dacs = 0;
num_all_dacs     1954 sound/pci/hda/hda_generic.c 		if (spec->num_all_dacs >= ARRAY_SIZE(spec->all_dacs)) {
num_all_dacs     1958 sound/pci/hda/hda_generic.c 		spec->all_dacs[spec->num_all_dacs++] = nid;
num_all_dacs      170 sound/pci/hda/hda_generic.h 	int num_all_dacs;