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

Commit a1152e35 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

Merge branch 'fix/hda' into topic/hda

parents 0852d7a6 26a74f1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ static int reconfig_codec(struct hda_codec *codec)
	err = snd_hda_codec_build_controls(codec);
	if (err < 0)
		return err;
	return 0;
	return snd_card_register(codec->bus->card);
}

/*