• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/

Lines Matching refs:autocfg

125 	struct auto_pin_cfg autocfg;
1467 for (i = 0; i < spec->autocfg.line_outs; i++) {
1468 hda_nid_t nid = spec->autocfg.line_out_pins[i];
1478 for (i = 0; i < spec->autocfg.hp_outs; i++) {
1480 pin = spec->autocfg.hp_pins[i];
1484 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
1486 pin = spec->autocfg.speaker_pins[i];
1498 &spec->autocfg,
1501 if (! spec->autocfg.line_outs)
1504 if ((err = stac92xx_add_dyn_out_pins(codec, &spec->autocfg)) < 0)
1507 if ((err = stac92xx_auto_fill_dac_nids(codec, &spec->autocfg)) < 0)
1510 if ((err = stac92xx_auto_create_multi_out_ctls(spec, &spec->autocfg)) < 0 ||
1511 (err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg)) < 0 ||
1512 (err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
1517 &spec->autocfg)) < 0)
1524 if (spec->autocfg.dig_out_pin)
1526 if (spec->autocfg.dig_in_pin)
1570 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
1571 hda_nid_t pin = spec->autocfg.speaker_pins[i];
1580 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
1581 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
1582 hda_nid_t pin = spec->autocfg.line_out_pins[i];
1612 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
1615 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
1618 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
1621 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
1624 if (spec->autocfg.dig_out_pin)
1626 if (spec->autocfg.dig_in_pin)
1689 struct auto_pin_cfg *cfg = &spec->autocfg;
1703 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
1769 struct auto_pin_cfg *cfg = &spec->autocfg;
1810 struct auto_pin_cfg *cfg = &spec->autocfg;