Searched refs:stac92xx_add_control (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dpatch_sigmatel.c1065 static int stac92xx_add_control(struct sigmatel_spec *spec, int type, const char *name, unsigned long val) function
1230 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL, name,
1235 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE, name,
1274 if ((err = stac92xx_add_control(spec, STAC_CTL_WIDGET_IO_SWITCH, "Line In as Output Switch", cfg->input_pins[AUTO_PIN_LINE] << 8)) < 0)
1278 if ((err = stac92xx_add_control(spec, STAC_CTL_WIDGET_IO_SWITCH, "Mic as Output Switch", (cfg->input_pins[AUTO_PIN_MIC] << 8) | 1)) < 0)

Completed in 36 milliseconds