提交 d1f1af2d 编写于 作者: T Takashi Iwai

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

Initiailize forgotten fields in snd_hda_codec_reset().
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 4c4531d6
...@@ -1519,6 +1519,9 @@ int snd_hda_codec_reset(struct hda_codec *codec) ...@@ -1519,6 +1519,9 @@ int snd_hda_codec_reset(struct hda_codec *codec)
codec->num_pcms = 0; codec->num_pcms = 0;
codec->pcm_info = NULL; codec->pcm_info = NULL;
codec->preset = 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); module_put(codec->owner);
codec->owner = NULL; codec->owner = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册