Searched refs:hp_outs (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_ca0110.c213 if (cfg->hp_outs) {
431 if (!cfg->hp_outs)
436 cfg->hp_outs = 0;
H A Dpatch_cirrus.c395 for (i = 0; i < cfg->hp_outs; i++) {
627 for (i = 0; i < cfg->hp_outs; i++) {
629 i, cfg->hp_outs, AUTO_PIN_HP_OUT);
826 for (i = 0; i < cfg->hp_outs; i++) {
894 for (i = 0; i < cfg->hp_outs; i++) {
H A Dhda_codec.c4467 if (cfg->hp_outs >= ARRAY_SIZE(cfg->hp_pins))
4469 cfg->hp_pins[cfg->hp_outs] = nid;
4470 sequences_hp[cfg->hp_outs] = (assoc << 4) | seq;
4471 cfg->hp_outs++;
4526 if (!cfg->line_outs && cfg->hp_outs > 1) {
4528 while (i < cfg->hp_outs) {
4538 cfg->hp_outs--;
4540 sizeof(cfg->hp_pins[0]) * (cfg->hp_outs - i));
4542 sizeof(sequences_hp[0]) * (cfg->hp_outs - i));
4552 cfg->hp_outs);
[all...]
H A Dpatch_sigmatel.c1167 for (i = 0; i < cfg->hp_outs; i++) {
1171 if (cfg->hp_outs == i)
2898 for (i = 0; i < spec->autocfg.hp_outs; i++)
2989 for (i = 0; i < cfg->hp_outs; i++) {
3214 if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
3218 cfg->hp_pins[cfg->hp_outs - 1]);
3242 err = create_multi_out_ctls(codec, cfg->hp_outs, cfg->hp_pins,
3686 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3706 spec->autocfg.hp_outs <= 1)
3709 for (i = 0; i < spec->autocfg.hp_outs;
[all...]
H A Dhda_local.h393 int hp_outs; member in struct:auto_pin_cfg
H A Dpatch_via.c322 for (i = 0; i < spec->autocfg.hp_outs; i++) {
547 for (i = 0; i < spec->autocfg.hp_outs; i++) {
6130 if (!spec->autocfg.line_outs && !spec->autocfg.hp_outs)
H A Dpatch_realtek.c15373 if (!cfg->hp_outs)
15477 if (spec->autocfg.hp_outs)
18585 if (cfg->hp_outs)

Completed in 145 milliseconds