Searched refs:auto_pin_cfg (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/sound/pci/hda/ |
H A D | hda_auto_parser.h | 43 struct auto_pin_cfg; 45 const struct auto_pin_cfg *cfg, 48 const struct auto_pin_cfg *cfg, 63 struct auto_pin_cfg { struct 89 struct auto_pin_cfg *cfg, argument 97 static inline int auto_cfg_hp_outs(const struct auto_pin_cfg *cfg) in auto_cfg_hp_outs() 102 static inline const hda_nid_t *auto_cfg_hp_pins(const struct auto_pin_cfg *cfg) in auto_cfg_hp_pins() 107 static inline int auto_cfg_speaker_outs(const struct auto_pin_cfg *cfg) in auto_cfg_speaker_outs() 112 static inline const hda_nid_t *auto_cfg_speaker_pins(const struct auto_pin_cfg *cfg) in auto_cfg_speaker_pins()
|
H A D | patch_cmedia.c | 38 struct auto_pin_cfg *cfg; in patch_cmi9880() 67 struct auto_pin_cfg *cfg; in patch_cmi8888()
|
H A D | hda_jack.h | 14 struct auto_pin_cfg; 187 const struct auto_pin_cfg *cfg);
|
H A 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() 539 const struct auto_pin_cfg *cfg, in check_mic_location_need() 576 const struct auto_pin_cfg *cfg, in hda_get_autocfg_input_label() 659 const struct auto_pin_cfg *cfg, in fill_audio_out_name() 715 const struct auto_pin_cfg *cfg, in snd_hda_get_pin_label()
|
H A D | hda_generic.h | 154 struct auto_pin_cfg autocfg; 330 struct auto_pin_cfg *cfg);
|
H A D | hda_generic.c | 1171 struct auto_pin_cfg *cfg = &spec->autocfg; in get_line_out_pfx() 1351 struct auto_pin_cfg *cfg = &spec->autocfg; in get_primary_out() 1501 struct auto_pin_cfg *cfg = &spec->autocfg; in count_multiio_pins() 1532 struct auto_pin_cfg *cfg = &spec->autocfg; in fill_multi_ios() 1688 struct auto_pin_cfg *cfg = &spec->autocfg; in indep_hp_possible() 1746 struct auto_pin_cfg *cfg = &spec->autocfg; in fill_and_eval_dacs() 1915 struct auto_pin_cfg *cfg) in debug_show_configs() 1988 struct auto_pin_cfg *cfg = &spec->autocfg; in parse_output_paths() 1989 struct auto_pin_cfg *best_cfg; in parse_output_paths() 2107 const struct auto_pin_cfg *cfg) in create_multi_out_ctls() [all …]
|
H A D | hda_jack.c | 587 const struct auto_pin_cfg *cfg, in add_jack_kctl() 628 const struct auto_pin_cfg *cfg) in snd_hda_jack_add_kctls()
|
H A D | patch_cirrus.c | 1049 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in parse_cs421x_digital()
|
H A D | patch_analog.c | 171 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in ad198x_parse_auto_config()
|
H A D | patch_conexant.c | 359 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in cxt_update_headset_mode()
|
H A D | patch_realtek.c | 1178 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in alc_parse_auto_config() 5929 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in alc255_set_default_jack_type() 6223 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in alc283_hp_automute_hook() 6262 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in alc283_fixup_sense_combo_jack()
|
H A D | patch_ca0132.c | 1070 struct auto_pin_cfg autocfg; 9514 struct auto_pin_cfg *cfg = &spec->autocfg; in ca0132_init() 9635 struct auto_pin_cfg *cfg = &spec->autocfg; in dbpro_init()
|
H A D | patch_sigmatel.c | 957 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in stac_create_spdif_mux_ctls()
|