Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e4a73ae authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Use common paser for digital I/O for ALC260



Avoid open-codes.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 21268961
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -7200,8 +7200,8 @@ static int alc260_parse_auto_config(struct hda_codec *codec)
	spec->multiout.max_channels = 2;
	spec->multiout.max_channels = 2;
	if (spec->autocfg.dig_outs)
	alc_auto_parse_digital(codec);
		spec->multiout.dig_out_nid = ALC260_DIGOUT_NID;
	if (spec->kctls.list)
	if (spec->kctls.list)
		add_mixer(spec, spec->kctls.list);
		add_mixer(spec, spec->kctls.list);