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

ALSA: hda - Remove superfluous code in patch_realtek.c



codec->spec is reset in the caller side.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent c44765b8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3202,7 +3202,6 @@ static void alc_free(struct hda_codec *codec)
	alc_free_kctls(codec);
	kfree(spec);
	snd_hda_detach_beep_device(codec);
	codec->spec = NULL; /* to be sure */
}
#ifdef SND_HDA_NEEDS_RESUME