From 66cf646e127f5bf2e3aed63cec3929151bcb827d Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 28 Nov 2008 14:36:23 +0100 Subject: [PATCH] --- yaml --- r: 120515 b: refs/heads/master c: 56d17712d54d3aa3d6ef930123d692351d33217c h: refs/heads/master i: 120513: 22e8338ae069fb7422e8d2a60f624bbb23b25aa2 120511: edb090a1c57ee5053ab62493e169981cae9a1836 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_codec.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4f9ca4249c22..affa6d0ae400 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2d34e1b3bb991a99322fb55681d1e73ada3de35c +refs/heads/master: 56d17712d54d3aa3d6ef930123d692351d33217c diff --git a/trunk/sound/pci/hda/hda_codec.c b/trunk/sound/pci/hda/hda_codec.c index 1cb85b73e19b..a867e1e8658a 100644 --- a/trunk/sound/pci/hda/hda_codec.c +++ b/trunk/sound/pci/hda/hda_codec.c @@ -1237,6 +1237,7 @@ void snd_hda_codec_reset(struct hda_codec *codec) } if (codec->patch_ops.free) codec->patch_ops.free(codec); + codec->proc_widget_hook = NULL; codec->spec = NULL; free_hda_cache(&codec->amp_cache); free_hda_cache(&codec->cmd_cache);