autocfg          1056 drivers/dma/dw/core.c 	bool			autocfg = false;
autocfg          1073 drivers/dma/dw/core.c 		autocfg = dw_params >> DW_PARAMS_EN & 1;
autocfg          1074 drivers/dma/dw/core.c 		if (!autocfg) {
autocfg          1166 drivers/dma/dw/core.c 		if (autocfg) {
autocfg          1159 sound/pci/hda/hda_generic.c 	struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          1332 sound/pci/hda/hda_generic.c 	struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          1478 sound/pci/hda/hda_generic.c 	struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          1509 sound/pci/hda/hda_generic.c 	struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          1665 sound/pci/hda/hda_generic.c 	struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          1723 sound/pci/hda/hda_generic.c 	struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          1965 sound/pci/hda/hda_generic.c 	struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          2183 sound/pci/hda/hda_generic.c 	return create_extra_outs(codec, spec->autocfg.hp_outs,
autocfg          2191 sound/pci/hda/hda_generic.c 	return create_extra_outs(codec, spec->autocfg.speaker_outs,
autocfg          2237 sound/pci/hda/hda_generic.c 		if (spec->autocfg.line_out_type == AUTO_PIN_HP_OUT)
autocfg          2244 sound/pci/hda/hda_generic.c 			if (spec->autocfg.line_out_type == AUTO_PIN_HP_OUT)
autocfg          2248 sound/pci/hda/hda_generic.c 						   spec->autocfg.line_out_type);
autocfg          2286 sound/pci/hda/hda_generic.c 	if (spec->autocfg.line_out_type == AUTO_PIN_HP_OUT)
autocfg          2338 sound/pci/hda/hda_generic.c 		spec->out_paths[spec->autocfg.line_outs + idx]);
autocfg          2488 sound/pci/hda/hda_generic.c 	const struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          2589 sound/pci/hda/hda_generic.c 	struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          2703 sound/pci/hda/hda_generic.c 	snd_hda_get_pin_label(codec, pin, &spec->autocfg, name, name_len, &idx);
autocfg          3276 sound/pci/hda/hda_generic.c 	const struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          3309 sound/pci/hda/hda_generic.c 	const struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          3558 sound/pci/hda/hda_generic.c 	struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          3712 sound/pci/hda/hda_generic.c 		if (idx >= spec->autocfg.num_inputs)
autocfg          3849 sound/pci/hda/hda_generic.c 	struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          4068 sound/pci/hda/hda_generic.c 	for (i = 0; i < spec->autocfg.dig_outs; i++) {
autocfg          4069 sound/pci/hda/hda_generic.c 		pin = spec->autocfg.dig_out_pins[i];
autocfg          4083 sound/pci/hda/hda_generic.c 			spec->dig_out_type = spec->autocfg.dig_out_type[0];
autocfg          4093 sound/pci/hda/hda_generic.c 	if (spec->autocfg.dig_in_pin) {
autocfg          4094 sound/pci/hda/hda_generic.c 		pin = spec->autocfg.dig_in_pin;
autocfg          4275 sound/pci/hda/hda_generic.c 	struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          4304 sound/pci/hda/hda_generic.c 	struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          4347 sound/pci/hda/hda_generic.c 	struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          4498 sound/pci/hda/hda_generic.c 	if (spec->autocfg.line_out_type == AUTO_PIN_HP_OUT)
autocfg          4502 sound/pci/hda/hda_generic.c 	do_automute(codec, ARRAY_SIZE(spec->autocfg.hp_pins),
autocfg          4503 sound/pci/hda/hda_generic.c 		    spec->autocfg.hp_pins, paths, spec->master_mute);
autocfg          4511 sound/pci/hda/hda_generic.c 	if (spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT)
autocfg          4515 sound/pci/hda/hda_generic.c 	do_automute(codec, ARRAY_SIZE(spec->autocfg.speaker_pins),
autocfg          4516 sound/pci/hda/hda_generic.c 		    spec->autocfg.speaker_pins, paths, on);
autocfg          4520 sound/pci/hda/hda_generic.c 	if (spec->autocfg.line_out_pins[0] == spec->autocfg.hp_pins[0] ||
autocfg          4521 sound/pci/hda/hda_generic.c 	    spec->autocfg.line_out_pins[0] == spec->autocfg.speaker_pins[0])
autocfg          4530 sound/pci/hda/hda_generic.c 	do_automute(codec, ARRAY_SIZE(spec->autocfg.line_out_pins),
autocfg          4531 sound/pci/hda/hda_generic.c 		    spec->autocfg.line_out_pins, paths, on);
autocfg          4557 sound/pci/hda/hda_generic.c 	hda_nid_t *pins = spec->autocfg.hp_pins;
autocfg          4558 sound/pci/hda/hda_generic.c 	int num_pins = ARRAY_SIZE(spec->autocfg.hp_pins);
autocfg          4583 sound/pci/hda/hda_generic.c 	if (spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT)
autocfg          4586 sound/pci/hda/hda_generic.c 	if (spec->autocfg.line_out_pins[0] == spec->autocfg.hp_pins[0])
autocfg          4590 sound/pci/hda/hda_generic.c 		detect_jacks(codec, ARRAY_SIZE(spec->autocfg.line_out_pins),
autocfg          4591 sound/pci/hda/hda_generic.c 			     spec->autocfg.line_out_pins);
autocfg          4762 sound/pci/hda/hda_generic.c 	struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          4869 sound/pci/hda/hda_generic.c 	struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          5013 sound/pci/hda/hda_generic.c 	if (cfg != &spec->autocfg) {
autocfg          5014 sound/pci/hda/hda_generic.c 		spec->autocfg = *cfg;
autocfg          5015 sound/pci/hda/hda_generic.c 		cfg = &spec->autocfg;
autocfg          5262 sound/pci/hda/hda_generic.c 	err = snd_hda_jack_add_kctls(codec, &spec->autocfg);
autocfg          5740 sound/pci/hda/hda_generic.c 		if (spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT &&
autocfg          5741 sound/pci/hda/hda_generic.c 		    spec->autocfg.line_outs == 2)
autocfg          5851 sound/pci/hda/hda_generic.c 	for (i = 0; i < spec->autocfg.line_outs; i++)
autocfg          5869 sound/pci/hda/hda_generic.c 	if (spec->autocfg.line_out_type != AUTO_PIN_HP_OUT)
autocfg          5870 sound/pci/hda/hda_generic.c 		__init_extra_out(codec, spec->autocfg.hp_outs, spec->hp_paths);
autocfg          5871 sound/pci/hda/hda_generic.c 	if (spec->autocfg.line_out_type != AUTO_PIN_SPEAKER_OUT)
autocfg          5872 sound/pci/hda/hda_generic.c 		__init_extra_out(codec, spec->autocfg.speaker_outs,
autocfg          5906 sound/pci/hda/hda_generic.c 			   spec->autocfg.line_out_type);
autocfg          5919 sound/pci/hda/hda_generic.c 	struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          5973 sound/pci/hda/hda_generic.c 	for (i = 0; i < spec->autocfg.dig_outs; i++)
autocfg          5975 sound/pci/hda/hda_generic.c 	pin = spec->autocfg.dig_in_pin;
autocfg          6121 sound/pci/hda/hda_generic.c 	err = snd_hda_parse_pin_defcfg(codec, &spec->autocfg, NULL, 0);
autocfg          6125 sound/pci/hda/hda_generic.c 	err = snd_hda_gen_parse_auto_config(codec, &spec->autocfg);
autocfg           159 sound/pci/hda/hda_generic.h 	struct auto_pin_cfg autocfg;
autocfg           177 sound/pci/hda/patch_analog.c 	struct auto_pin_cfg *cfg = &spec->gen.autocfg;
autocfg           795 sound/pci/hda/patch_analog.c 	if (!spec->gen.autocfg.dig_outs)
autocfg           843 sound/pci/hda/patch_analog.c 	if (!spec->gen.autocfg.dig_outs ||
autocfg          1004 sound/pci/hda/patch_analog.c 		if (spec->gen.autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT)
autocfg          1005 sound/pci/hda/patch_analog.c 			spec->eapd_nid = spec->gen.autocfg.line_out_pins[0];
autocfg          1007 sound/pci/hda/patch_analog.c 			spec->eapd_nid = spec->gen.autocfg.speaker_pins[0];
autocfg            32 sound/pci/hda/patch_ca0110.c 	err = snd_hda_parse_pin_defcfg(codec, &spec->autocfg, NULL, 0);
autocfg            35 sound/pci/hda/patch_ca0110.c 	err = snd_hda_gen_parse_auto_config(codec, &spec->autocfg);
autocfg           964 sound/pci/hda/patch_ca0132.c 	struct auto_pin_cfg autocfg;
autocfg          6506 sound/pci/hda/patch_ca0132.c 	err = snd_hda_jack_add_kctls(codec, &spec->autocfg);
autocfg          8276 sound/pci/hda/patch_ca0132.c 	struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          8395 sound/pci/hda/patch_ca0132.c 	struct auto_pin_cfg *cfg = &spec->autocfg;
autocfg          8859 sound/pci/hda/patch_ca0132.c 	err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL);
autocfg           353 sound/pci/hda/patch_cirrus.c 	err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0);
autocfg           357 sound/pci/hda/patch_cirrus.c 	err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg);
autocfg           701 sound/pci/hda/patch_cirrus.c 	hda_nid_t pin = spec->gen.autocfg.dig_out_pins[0];
autocfg           716 sound/pci/hda/patch_cirrus.c 		if (!spec->gen.autocfg.dig_out_pins[0])
autocfg          1024 sound/pci/hda/patch_cirrus.c 	hda_nid_t spdif_pin = spec->gen.autocfg.dig_out_pins[0];
autocfg          1045 sound/pci/hda/patch_cirrus.c 	struct auto_pin_cfg *cfg = &spec->gen.autocfg;
autocfg          1106 sound/pci/hda/patch_cirrus.c 	err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0);
autocfg          1110 sound/pci/hda/patch_cirrus.c 	err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg);
autocfg          1116 sound/pci/hda/patch_cirrus.c 	if (spec->gen.autocfg.speaker_outs &&
autocfg            47 sound/pci/hda/patch_cmedia.c 	cfg = &spec->gen.autocfg;
autocfg            76 sound/pci/hda/patch_cmedia.c 	cfg = &spec->gen.autocfg;
autocfg           249 sound/pci/hda/patch_conexant.c 	struct auto_pin_cfg *cfg = &spec->gen.autocfg;
autocfg           264 sound/pci/hda/patch_conexant.c 		spec->gen.hp_jack_present = snd_hda_jack_detect(codec, spec->gen.autocfg.hp_pins[0]);
autocfg          1039 sound/pci/hda/patch_conexant.c 	err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL,
autocfg          1044 sound/pci/hda/patch_conexant.c 	err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg);
autocfg           568 sound/pci/hda/patch_realtek.c 	if (spec->gen.autocfg.hp_pins[0])
autocfg           569 sound/pci/hda/patch_realtek.c 		return spec->gen.autocfg.hp_pins[0];
autocfg           570 sound/pci/hda/patch_realtek.c 	if (spec->gen.autocfg.line_out_type == AC_JACK_HP_OUT)
autocfg           571 sound/pci/hda/patch_realtek.c 		return spec->gen.autocfg.line_out_pins[0];
autocfg           788 sound/pci/hda/patch_realtek.c 		if (found_in_nid_list(nid, spec->gen.autocfg.line_out_pins,
autocfg           789 sound/pci/hda/patch_realtek.c 				      spec->gen.autocfg.line_outs))
autocfg           791 sound/pci/hda/patch_realtek.c 		spec->gen.autocfg.hp_pins[0] = nid;
autocfg          1110 sound/pci/hda/patch_realtek.c 	struct auto_pin_cfg *cfg = &spec->gen.autocfg;
autocfg          1662 sound/pci/hda/patch_realtek.c 		spec->gen.autocfg.hp_pins[0] = 0x0f; /* copy it for automute */
autocfg          2893 sound/pci/hda/patch_realtek.c 	    spec->gen.autocfg.speaker_pins[0] != 0x1d) {
autocfg          5309 sound/pci/hda/patch_realtek.c 	struct auto_pin_cfg *cfg = &spec->gen.autocfg;
autocfg          5590 sound/pci/hda/patch_realtek.c 	struct auto_pin_cfg *cfg = &spec->gen.autocfg;
autocfg          5629 sound/pci/hda/patch_realtek.c 	struct auto_pin_cfg *cfg = &spec->gen.autocfg;
autocfg           801 sound/pci/hda/patch_sigmatel.c 	if (spec->gen.autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT) {
autocfg           802 sound/pci/hda/patch_sigmatel.c 		nid_pin = spec->gen.autocfg.line_out_pins;
autocfg           803 sound/pci/hda/patch_sigmatel.c 		nids = spec->gen.autocfg.line_outs;
autocfg           805 sound/pci/hda/patch_sigmatel.c 		nid_pin = spec->gen.autocfg.speaker_pins;
autocfg           806 sound/pci/hda/patch_sigmatel.c 		nids = spec->gen.autocfg.speaker_outs;
autocfg           930 sound/pci/hda/patch_sigmatel.c 				     spec->gen.autocfg.dig_out_pins[smux_idx],
autocfg           950 sound/pci/hda/patch_sigmatel.c 	struct auto_pin_cfg *cfg = &spec->gen.autocfg;
autocfg          4264 sound/pci/hda/patch_sigmatel.c 	err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, flags);
autocfg          4274 sound/pci/hda/patch_sigmatel.c 	err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg);
autocfg           186 sound/pci/hda/patch_via.c 	if (spec->codec_type != VT1708 || !spec->gen.autocfg.hp_outs)
autocfg           199 sound/pci/hda/patch_via.c 	if (spec->codec_type != VT1708 || !spec->gen.autocfg.hp_outs)
autocfg           518 sound/pci/hda/patch_via.c 	err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0);
autocfg           522 sound/pci/hda/patch_via.c 	err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg);