Searched refs:auto_pin_cfg (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
D | hda_auto_parser.h | 40 struct auto_pin_cfg; 42 const struct auto_pin_cfg *cfg, 45 const struct auto_pin_cfg *cfg, 60 struct auto_pin_cfg { struct 86 struct auto_pin_cfg *cfg, argument 94 static inline int auto_cfg_hp_outs(const struct auto_pin_cfg *cfg) in auto_cfg_hp_outs() 99 static inline const hda_nid_t *auto_cfg_hp_pins(const struct auto_pin_cfg *cfg) in auto_cfg_hp_pins() 104 static inline int auto_cfg_speaker_outs(const struct auto_pin_cfg *cfg) in auto_cfg_speaker_outs() 109 static inline const hda_nid_t *auto_cfg_speaker_pins(const struct auto_pin_cfg *cfg) in auto_cfg_speaker_pins()
|
D | patch_cmedia.c | 38 struct auto_pin_cfg *cfg; in patch_cmi9880() 67 struct auto_pin_cfg *cfg; in patch_cmi8888()
|
D | hda_jack.h | 14 struct auto_pin_cfg; 178 const struct auto_pin_cfg *cfg);
|
D | hda_generic.h | 160 struct auto_pin_cfg autocfg; 335 struct auto_pin_cfg *cfg);
|
D | hda_auto_parser.c | 56 static void add_auto_cfg_input_pin(struct hda_codec *codec, struct auto_pin_cfg *cfg, in add_auto_cfg_input_pin() 173 struct auto_pin_cfg *cfg, in snd_hda_parse_pin_defcfg() 537 const struct auto_pin_cfg *cfg, in check_mic_location_need() 574 const struct auto_pin_cfg *cfg, in hda_get_autocfg_input_label() 657 const struct auto_pin_cfg *cfg, in fill_audio_out_name() 713 const struct auto_pin_cfg *cfg, in snd_hda_get_pin_label()
|
D | hda_generic.c | 1159 struct auto_pin_cfg *cfg = &spec->autocfg; in get_line_out_pfx() 1338 struct auto_pin_cfg *cfg = &spec->autocfg; in get_primary_out() 1488 struct auto_pin_cfg *cfg = &spec->autocfg; in count_multiio_pins() 1519 struct auto_pin_cfg *cfg = &spec->autocfg; in fill_multi_ios() 1675 struct auto_pin_cfg *cfg = &spec->autocfg; in indep_hp_possible() 1733 struct auto_pin_cfg *cfg = &spec->autocfg; in fill_and_eval_dacs() 1902 struct auto_pin_cfg *cfg) in debug_show_configs() 1975 struct auto_pin_cfg *cfg = &spec->autocfg; in parse_output_paths() 1976 struct auto_pin_cfg *best_cfg; in parse_output_paths() 2094 const struct auto_pin_cfg *cfg) in create_multi_out_ctls() [all …]
|
D | hda_jack.c | 513 const struct auto_pin_cfg *cfg, in add_jack_kctl() 554 const struct auto_pin_cfg *cfg) in snd_hda_jack_add_kctls()
|
D | patch_analog.c | 178 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in ad198x_parse_auto_config()
|
D | patch_cirrus.c | 1045 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in parse_cs421x_digital()
|
D | patch_conexant.c | 268 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in cxt_update_headset_mode()
|
D | patch_realtek.c | 1128 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in alc_parse_auto_config() 5588 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in alc_probe_headset_mode() 5882 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in find_ext_mic_pin() 5921 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in alc269_fixup_limit_int_mic_boost()
|
D | patch_ca0132.c | 1036 struct auto_pin_cfg autocfg; 9342 struct auto_pin_cfg *cfg = &spec->autocfg; in ca0132_init() 9464 struct auto_pin_cfg *cfg = &spec->autocfg; in dbpro_init()
|
D | patch_sigmatel.c | 956 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in stac_create_spdif_mux_ctls()
|