Searched refs:speaker_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_codec.c2231 if (cfg->speaker_outs >= ARRAY_SIZE(cfg->speaker_pins))
2233 cfg->speaker_pins[cfg->speaker_outs] = nid;
2234 sequences_speaker[cfg->speaker_outs] = seq;
2235 cfg->speaker_outs++;
2283 cfg->speaker_outs);
2290 if (cfg->speaker_outs) {
2291 cfg->line_outs = cfg->speaker_outs;
2294 cfg->speaker_outs = 0;
2330 snd_printd(" speaker_outs=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
2331 cfg->speaker_outs, cf
[all...]
H A Dhda_local.h236 int speaker_outs; member in struct:auto_pin_cfg
H A Dpatch_sigmatel.c1328 for (i = 0; i < cfg->speaker_outs; i++) {
1484 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
1570 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
1579 /* if speaker_outs is 0, then speakers may be in line_outs */
1580 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
1825 for (i = 0; i < cfg->speaker_outs; i++)
1833 for (i = 0; i < cfg->speaker_outs; i++)

Completed in 100 milliseconds