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

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

ALSA: hda - Intialize more codec fields in snd_hda_codec_reset()



Initiailize forgotten fields in snd_hda_codec_reset().

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 4c4531d6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1519,6 +1519,9 @@ int snd_hda_codec_reset(struct hda_codec *codec)
	codec->num_pcms = 0;
	codec->pcm_info = NULL;
	codec->preset = NULL;
	memset(&codec->patch_ops, 0, sizeof(codec->patch_ops));
	codec->slave_dig_outs = NULL;
	codec->spdif_status_reset = 0;
	module_put(codec->owner);
	codec->owner = NULL;