Searched refs:auto_pin_cfg (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/sound/pci/hda/ |
D | hda_auto_parser.h | 44 struct auto_pin_cfg; 46 const struct auto_pin_cfg *cfg, 49 const struct auto_pin_cfg *cfg, 64 struct auto_pin_cfg { struct 90 struct auto_pin_cfg *cfg, argument 98 static inline int auto_cfg_hp_outs(const struct auto_pin_cfg *cfg) in auto_cfg_hp_outs() 103 static inline const hda_nid_t *auto_cfg_hp_pins(const struct auto_pin_cfg *cfg) in auto_cfg_hp_pins() 108 static inline int auto_cfg_speaker_outs(const struct auto_pin_cfg *cfg) in auto_cfg_speaker_outs() 113 static inline const hda_nid_t *auto_cfg_speaker_pins(const struct auto_pin_cfg *cfg) in auto_cfg_speaker_pins()
|
D | hda_jack.h | 17 struct auto_pin_cfg; 87 const struct auto_pin_cfg *cfg);
|
D | patch_cmedia.c | 52 struct auto_pin_cfg *cfg; in patch_cmi9880() 81 struct auto_pin_cfg *cfg; in patch_cmi8888()
|
D | hda_generic.h | 153 struct auto_pin_cfg autocfg; 327 struct auto_pin_cfg *cfg);
|
D | hda_auto_parser.c | 60 static void add_auto_cfg_input_pin(struct hda_codec *codec, struct auto_pin_cfg *cfg, in add_auto_cfg_input_pin() 171 struct auto_pin_cfg *cfg, in snd_hda_parse_pin_defcfg() 535 const struct auto_pin_cfg *cfg, in check_mic_location_need() 572 const struct auto_pin_cfg *cfg, in hda_get_autocfg_input_label() 654 const struct auto_pin_cfg *cfg, in fill_audio_out_name() 710 const struct auto_pin_cfg *cfg, in snd_hda_get_pin_label()
|
D | hda_generic.c | 1141 struct auto_pin_cfg *cfg = &spec->autocfg; in get_line_out_pfx() 1312 struct auto_pin_cfg *cfg = &spec->autocfg; in get_primary_out() 1458 struct auto_pin_cfg *cfg = &spec->autocfg; in count_multiio_pins() 1489 struct auto_pin_cfg *cfg = &spec->autocfg; in fill_multi_ios() 1645 struct auto_pin_cfg *cfg = &spec->autocfg; in indep_hp_possible() 1703 struct auto_pin_cfg *cfg = &spec->autocfg; in fill_and_eval_dacs() 1872 struct auto_pin_cfg *cfg) in debug_show_configs() 1945 struct auto_pin_cfg *cfg = &spec->autocfg; in parse_output_paths() 1946 struct auto_pin_cfg *best_cfg; in parse_output_paths() 2064 const struct auto_pin_cfg *cfg) in create_multi_out_ctls() [all …]
|
D | hda_jack.c | 416 const struct auto_pin_cfg *cfg, in add_jack_kctl() 455 const struct auto_pin_cfg *cfg) in snd_hda_jack_add_kctls()
|
D | patch_conexant.c | 295 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in cxt_update_headset_mode()
|
D | patch_cirrus.c | 1057 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in parse_cs421x_digital()
|
D | patch_analog.c | 190 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in ad198x_parse_auto_config()
|
D | patch_realtek.c | 1000 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in alc_parse_auto_config() 4253 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in alc_probe_headset_mode() 4495 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in find_ext_mic_pin() 4534 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in alc269_fixup_limit_int_mic_boost()
|
D | patch_ca0132.c | 706 struct auto_pin_cfg autocfg; 4561 struct auto_pin_cfg *cfg = &spec->autocfg; in ca0132_init() 4628 struct auto_pin_cfg *cfg = &spec->autocfg; in ca0132_config()
|
D | patch_sigmatel.c | 979 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in stac_create_spdif_mux_ctls()
|