Searched refs:hp_pins (Results 1 - 8 of 8) 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_ca0110.c214 if (get_wcaps(codec, cfg->hp_pins[0]) & AC_WCAP_OUT_AMP)
215 mutenid = cfg->hp_pins[0];
378 init_output(codec, cfg->hp_pins[0], spec->hp_dac);
433 nid = cfg->hp_pins[0];
H A Dpatch_via.c247 if (spec->codec_type != VT1708 || spec->autocfg.hp_pins[0] == 0)
258 if (spec->codec_type != VT1708 || spec->autocfg.hp_pins[0] == 0)
324 codec, spec->autocfg.hp_pins[i],
328 codec, spec->autocfg.hp_pins[i],
548 pin = spec->autocfg.hp_pins[i];
1246 nid = spec->autocfg.hp_pins[0];
2007 present = snd_hda_jack_detect(codec, spec->autocfg.hp_pins[0]);
2043 hp_present = snd_hda_jack_detect(codec, spec->autocfg.hp_pins[0]);
2108 hp_present = snd_hda_jack_detect(codec, spec->autocfg.hp_pins[0]);
2134 if (!spec->autocfg.hp_pins[
[all...]
H A Dpatch_sigmatel.c1169 nid = cfg->hp_pins[i];
2990 nid = cfg->hp_pins[i];
3218 cfg->hp_pins[cfg->hp_outs - 1]);
3242 err = create_multi_out_ctls(codec, cfg->hp_outs, cfg->hp_pins,
3688 pin = spec->autocfg.hp_pins[i];
3710 hda_nid_t nid = spec->autocfg.hp_pins[i];
3745 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3746 sizeof(spec->autocfg.hp_pins));
3851 memcpy(spec->autocfg.hp_pins, spec->autocfg.line_out_pins,
3852 sizeof(spec->autocfg.hp_pins));
[all...]
H A Dhda_codec.c4385 * assisnged to hp_pins[] and speaker_pins[], respectively. If no line-out jack
4402 short sequences_hp[ARRAY_SIZE(cfg->hp_pins)];
4467 if (cfg->hp_outs >= ARRAY_SIZE(cfg->hp_pins))
4469 cfg->hp_pins[cfg->hp_outs] = nid;
4535 cfg->line_out_pins[cfg->line_outs] = cfg->hp_pins[i];
4539 memmove(cfg->hp_pins + i, cfg->hp_pins + i + 1,
4540 sizeof(cfg->hp_pins[0]) * (cfg->hp_outs - i));
4551 sort_pins_by_sequence(cfg->hp_pins, sequences_hp,
4583 memcpy(cfg->line_out_pins, cfg->hp_pins,
[all...]
H A Dpatch_realtek.c996 unsigned int nid = spec->autocfg.hp_pins[0];
1225 if (!spec->autocfg.hp_pins[0])
1238 spec->autocfg.hp_pins[0]);
1239 snd_hda_codec_write_cache(codec, spec->autocfg.hp_pins[0], 0,
1443 if (!spec->autocfg.hp_pins[0]) {
1459 spec->autocfg.hp_pins[0] = nid;
1717 for (i = 0; i < ARRAY_SIZE(spec->autocfg.hp_pins); i++) {
1718 nid = spec->autocfg.hp_pins[i];
1753 spec->autocfg.hp_pins[0] = 0x15;
1771 spec->autocfg.hp_pins[
[all...]
H A Dpatch_cirrus.c396 dac = get_dac(codec, cfg->hp_pins[i]);
628 err = add_output(codec, get_dac(codec, cfg->hp_pins[i]),
827 nid = cfg->hp_pins[i];
895 hda_nid_t nid = cfg->hp_pins[i];
H A Dhda_local.h395 hda_nid_t hp_pins[AUTO_CFG_MAX_OUTS]; member in struct:auto_pin_cfg
H A Dpatch_analog.c2978 pin = spec->autocfg.hp_pins[0];
3030 (err = ad1988_auto_create_extra_out(codec, spec->autocfg.hp_pins[0],

Completed in 279 milliseconds