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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_via.c138 struct auto_pin_cfg autocfg; member in struct:via_spec
247 if (spec->codec_type != VT1708 || spec->autocfg.hp_pins[0] == 0)
258 if (spec->codec_type != VT1708 || spec->autocfg.hp_pins[0] == 0)
322 for (i = 0; i < spec->autocfg.hp_outs; i++) {
324 codec, spec->autocfg.hp_pins[i],
328 codec, spec->autocfg.hp_pins[i],
336 for (i = 0; i < spec->autocfg.line_outs; i++)
338 codec, spec->autocfg.line_out_pins[i],
341 for (i = 0; i < spec->autocfg.speaker_outs; i++)
343 codec, spec->autocfg
[all...]
H A Dpatch_sigmatel.c305 struct auto_pin_cfg autocfg; member in struct:sigmatel_spec
1080 struct auto_pin_cfg *cfg = &spec->autocfg;
2443 info->pcm_type = spec->autocfg.dig_out_type[0];
2839 struct auto_pin_cfg *cfg = &spec->autocfg;
2856 struct auto_pin_cfg *cfg = &spec->autocfg;
2898 for (i = 0; i < spec->autocfg.hp_outs; i++)
2901 for (i = 0; i < spec->autocfg.speaker_outs; i++)
2965 struct auto_pin_cfg *cfg = &spec->autocfg;
3557 struct auto_pin_cfg *cfg = &spec->autocfg;
3594 struct auto_pin_cfg *cfg = &spec->autocfg;
[all...]
H A Dpatch_realtek.c361 struct auto_pin_cfg autocfg; member in struct:alc_spec
996 unsigned int nid = spec->autocfg.hp_pins[0];
1002 for (i = 0; i < ARRAY_SIZE(spec->autocfg.speaker_pins); i++) {
1003 nid = spec->autocfg.speaker_pins[i];
1225 if (!spec->autocfg.hp_pins[0])
1228 if (!spec->autocfg.speaker_pins[0]) {
1229 if (spec->autocfg.line_out_pins[0] &&
1230 spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT)
1231 spec->autocfg.speaker_pins[0] =
1232 spec->autocfg
[all...]
H A Dpatch_ca0110.c33 struct auto_pin_cfg autocfg; member in struct:ca0110_spec
173 struct auto_pin_cfg *cfg = &spec->autocfg;
372 struct auto_pin_cfg *cfg = &spec->autocfg;
403 struct auto_pin_cfg *cfg = &spec->autocfg;
426 struct auto_pin_cfg *cfg = &spec->autocfg;
454 struct auto_pin_cfg *cfg = &spec->autocfg;
487 struct auto_pin_cfg *cfg = &spec->autocfg;
500 err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL);
H A Dpatch_cirrus.c34 struct auto_pin_cfg autocfg; member in struct:cs_spec
295 info->pcm_type = spec->autocfg.dig_out_type[0];
331 struct auto_pin_cfg *cfg = &spec->autocfg;
379 struct auto_pin_cfg *cfg = &spec->autocfg;
424 struct auto_pin_cfg *cfg = &spec->autocfg;
461 struct auto_pin_cfg *cfg = &spec->autocfg;
481 struct auto_pin_cfg *cfg = &spec->autocfg;
618 struct auto_pin_cfg *cfg = &spec->autocfg;
820 struct auto_pin_cfg *cfg = &spec->autocfg;
852 struct auto_pin_cfg *cfg = &spec->autocfg;
[all...]
H A Dpatch_analog.c69 struct auto_pin_cfg autocfg; member in struct:ad198x_spec
2843 for (i = 0; i < spec->autocfg.line_outs; i++) {
2844 hda_nid_t pin = spec->autocfg.line_out_pins[i];
2849 if (i >= spec->autocfg.line_outs) {
2964 for (i = 0; i < spec->autocfg.line_outs; i++) {
2965 hda_nid_t nid = spec->autocfg.line_out_pins[i];
2975 pin = spec->autocfg.speaker_pins[0];
2978 pin = spec->autocfg.hp_pins[0];
2989 hda_nid_t nid = spec->autocfg.input_pins[i];
3020 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NUL
[all...]
H A Dpatch_conexant.c110 struct auto_pin_cfg autocfg; member in struct:conexant_spec

Completed in 198 milliseconds