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

Commit 6fc398cb authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Apply mario fixup only once



The amp-override is necessary only once at initialization time.
Also fixed a coding style issue.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 74dc8909
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -19366,7 +19366,10 @@ static void alc662_auto_init(struct hda_codec *codec)
}
static void alc272_fixup_mario(struct hda_codec *codec,
			       const struct alc_fixup *fix, int pre_init) {
			       const struct alc_fixup *fix, int pre_init)
{
	if (!pre_init)
		return;
	if (snd_hda_override_amp_caps(codec, 0x2, HDA_OUTPUT,
				      (0x3b << AC_AMPCAP_OFFSET_SHIFT) |
				      (0x3b << AC_AMPCAP_NUM_STEPS_SHIFT) |