Searched refs:HDA_COLORS (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 78 static const char *HDA_COLORS[16] = {"Unknown", "Black", "Grey", "Blue", variable 851 if (strcasecmp(HDA_COLORS[i], value) == 0) { in hdaa_widget_pin_patch() 1088 HDA_COLORS[HDA_CONFIG_DEFAULTCONF_COLOR(conf)], in hdaa_dump_pin_sb() 1240 HDA_COLORS[HDA_CONFIG_DEFAULTCONF_COLOR(conf)], in hdaa_sysctl_config() 1630 strlcat(w->name, HDA_COLORS[color], sizeof(w->name)); in hdaa_widget_postprocess() 5753 HDA_COLORS[HDA_CONFIG_DEFAULTCONF_COLOR(conf)], in hdaa_dump_pin_config()
|