Home
last modified time | relevance | path

Searched refs:AUTO_CFG_MAX_OUTS (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/sound/pci/hda/
Dhda_local.h386 #define AUTO_CFG_MAX_OUTS 5 macro
417 hda_nid_t line_out_pins[AUTO_CFG_MAX_OUTS];
419 hda_nid_t speaker_pins[AUTO_CFG_MAX_OUTS];
422 hda_nid_t hp_pins[AUTO_CFG_MAX_OUTS];
Dpatch_ca0110.c35 hda_nid_t out_pins[AUTO_CFG_MAX_OUTS];
36 hda_nid_t dacs[AUTO_CFG_MAX_OUTS];
174 static char *prefix[AUTO_CFG_MAX_OUTS] = { in ca0110_build_controls()
Dpatch_cmedia.c52 hda_nid_t dac_nids[AUTO_CFG_MAX_OUTS]; /* NID for each DAC */
Dpatch_cirrus.c39 hda_nid_t dac_nid[AUTO_CFG_MAX_OUTS];
Dpatch_realtek.c368 hda_nid_t private_dac_nids[AUTO_CFG_MAX_OUTS];
369 hda_nid_t private_adc_nids[AUTO_CFG_MAX_OUTS];
370 hda_nid_t private_capsrc_nids[AUTO_CFG_MAX_OUTS];
885 while (cfg->line_outs < AUTO_CFG_MAX_OUTS && in alc_fixup_autocfg_pin_nums()
890 while (cfg->speaker_outs < AUTO_CFG_MAX_OUTS && in alc_fixup_autocfg_pin_nums()
895 while (cfg->hp_outs < AUTO_CFG_MAX_OUTS && in alc_fixup_autocfg_pin_nums()
Dpatch_conexant.c109 hda_nid_t private_dac_nids[AUTO_CFG_MAX_OUTS];
Dpatch_analog.c75 hda_nid_t private_dac_nids[AUTO_CFG_MAX_OUTS];
Dhda_codec.c4578 sizeof(hda_nid_t) * (AUTO_CFG_MAX_OUTS - cfg->hp_outs)); in snd_hda_parse_pin_def_config()
Dpatch_via.c142 hda_nid_t private_dac_nids[AUTO_CFG_MAX_OUTS];