Home
last modified time | relevance | path

Searched refs:autocfg (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/sound/pci/hda/
A Dhda_generic.c4054 if (spec->autocfg.dig_in_pin) { in parse_digital()
4055 pin = spec->autocfg.dig_in_pin; in parse_digital()
4481 if (spec->autocfg.line_out_pins[0] == spec->autocfg.hp_pins[0] || in snd_hda_gen_update_outputs()
4482 spec->autocfg.line_out_pins[0] == spec->autocfg.speaker_pins[0]) in snd_hda_gen_update_outputs()
4547 if (spec->autocfg.line_out_pins[0] == spec->autocfg.hp_pins[0]) in snd_hda_gen_line_automute()
4977 if (cfg != &spec->autocfg) { in snd_hda_gen_parse_auto_config()
4978 spec->autocfg = *cfg; in snd_hda_gen_parse_auto_config()
4979 cfg = &spec->autocfg; in snd_hda_gen_parse_auto_config()
5706 spec->autocfg.line_outs == 2) in snd_hda_gen_build_pcms()
5871 spec->autocfg.line_out_type); in init_aamix_paths()
[all …]
A Dpatch_ca0110.c32 err = snd_hda_parse_pin_defcfg(codec, &spec->autocfg, NULL, 0); in ca0110_parse_auto_config()
35 err = snd_hda_gen_parse_auto_config(codec, &spec->autocfg); in ca0110_parse_auto_config()
A Dpatch_cirrus.c350 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0); in cs_parse_auto_config()
354 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg); in cs_parse_auto_config()
704 hda_nid_t pin = spec->gen.autocfg.dig_out_pins[0]; in cs4208_spdif_sw_put()
719 if (!spec->gen.autocfg.dig_out_pins[0]) in cs4208_fixup_spdif_switch()
1028 hda_nid_t spdif_pin = spec->gen.autocfg.dig_out_pins[0]; in cs4210_spdif_automute()
1049 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in parse_cs421x_digital()
1111 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0); in cs421x_parse_auto_config()
1115 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg); in cs421x_parse_auto_config()
1121 if (spec->gen.autocfg.speaker_outs && in cs421x_parse_auto_config()
A Dpatch_cmedia.c47 cfg = &spec->gen.autocfg; in patch_cmi9880()
76 cfg = &spec->gen.autocfg; in patch_cmi8888()
A Dpatch_analog.c171 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in ad198x_parse_auto_config()
791 if (!spec->gen.autocfg.dig_outs) in ad1988_auto_init()
839 if (!spec->gen.autocfg.dig_outs || in ad1988_add_spdif_mux_ctl()
1001 if (spec->gen.autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT) in ad1884_fixup_hp_eapd()
1002 spec->eapd_nid = spec->gen.autocfg.line_out_pins[0]; in ad1884_fixup_hp_eapd()
1004 spec->eapd_nid = spec->gen.autocfg.speaker_pins[0]; in ad1884_fixup_hp_eapd()
A Dpatch_via.c187 if (spec->codec_type != VT1708 || !spec->gen.autocfg.hp_outs) in vt1708_stop_hp_work()
200 if (spec->codec_type != VT1708 || !spec->gen.autocfg.hp_outs) in vt1708_update_hp_work()
517 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0); in via_parse_auto_config()
525 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg); in via_parse_auto_config()
A Dpatch_conexant.c276 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in cxt_update_headset_mode()
291 spec->gen.hp_jack_present = snd_hda_jack_detect(codec, spec->gen.autocfg.hp_pins[0]); in cxt_update_headset_mode()
1087 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, in patch_conexant_auto()
1096 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg); in patch_conexant_auto()
A Dhda_generic.h151 struct auto_pin_cfg autocfg; member
A Dpatch_sigmatel.c808 if (spec->gen.autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT) { in has_builtin_speaker()
809 nid_pin = spec->gen.autocfg.line_out_pins; in has_builtin_speaker()
810 nids = spec->gen.autocfg.line_outs; in has_builtin_speaker()
812 nid_pin = spec->gen.autocfg.speaker_pins; in has_builtin_speaker()
813 nids = spec->gen.autocfg.speaker_outs; in has_builtin_speaker()
937 spec->gen.autocfg.dig_out_pins[smux_idx], in stac_smux_enum_put()
957 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in stac_create_spdif_mux_ctls()
4271 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, flags); in stac_parse_auto_config()
4284 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg); in stac_parse_auto_config()
A Dpatch_realtek.c640 if (spec->gen.autocfg.hp_pins[0]) in alc_get_hp_pin()
641 return spec->gen.autocfg.hp_pins[0]; in alc_get_hp_pin()
642 if (spec->gen.autocfg.line_out_type == AC_JACK_HP_OUT) in alc_get_hp_pin()
643 return spec->gen.autocfg.line_out_pins[0]; in alc_get_hp_pin()
861 spec->gen.autocfg.line_outs)) in alc_subsystem_id()
863 spec->gen.autocfg.hp_pins[0] = nid; in alc_subsystem_id()
1169 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in alc_parse_auto_config()
3091 spec->gen.autocfg.speaker_pins[0] != 0x1d) { in patch_alc268()
5785 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in alc_probe_headset_mode()
6079 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in find_ext_mic_pin()
[all …]
A Dpatch_cs8409.c28 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0); in cs8409_parse_auto_config()
32 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg); in cs8409_parse_auto_config()
A Dpatch_ca0132.c1070 struct auto_pin_cfg autocfg; member
7184 err = snd_hda_jack_add_kctls(codec, &spec->autocfg); in ca0132_build_controls()
9499 struct auto_pin_cfg *cfg = &spec->autocfg; in ca0132_init()
9620 struct auto_pin_cfg *cfg = &spec->autocfg; in dbpro_init()
10091 err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL); in patch_ca0132()
/linux-6.3-rc2/drivers/dma/dw/
A Dcore.c1068 bool autocfg = false; in do_dma_probe() local
1085 autocfg = dw_params >> DW_PARAMS_EN & 1; in do_dma_probe()
1086 if (!autocfg) { in do_dma_probe()
1178 if (autocfg) { in do_dma_probe()

Completed in 78 milliseconds