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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_local.h238 int hp_outs; member in struct:auto_pin_cfg
H A Dhda_codec.c2238 if (cfg->hp_outs >= ARRAY_SIZE(cfg->hp_pins))
2240 cfg->hp_pins[cfg->hp_outs] = nid;
2241 cfg->hp_outs++;
2297 } else if (cfg->hp_outs) {
2298 cfg->line_outs = cfg->hp_outs;
2301 cfg->hp_outs = 0;
2334 snd_printd(" hp_outs=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
2335 cfg->hp_outs, cfg->hp_pins[0],
H A Dpatch_sigmatel.c1316 for (i = 0; i < cfg->hp_outs; i++) {
1478 for (i = 0; i < spec->autocfg.hp_outs; i++) {
1697 for (i = 0; i < cfg->hp_outs; i++)
1814 for (i = 0; i < cfg->hp_outs; i++) {

Completed in 172 milliseconds