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

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

ALSA: hda/realtek - Fix a typo



A comma was used instead of a semicolon, which may lead to a build
error.

Fixes: cffd3966 ('ALSA: hda/realtek - Fix the regression by widget power-saving')
Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 39d11867
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5673,7 +5673,7 @@ static int patch_alc269(struct hda_codec *codec)
		set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT);

	codec->patch_ops = alc_patch_ops;
	codec->patch_ops.stream_pm = snd_hda_gen_stream_pm,
	codec->patch_ops.stream_pm = snd_hda_gen_stream_pm;
#ifdef CONFIG_PM
	codec->patch_ops.suspend = alc269_suspend;
	codec->patch_ops.resume = alc269_resume;