diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-04-14 16:15:29 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-04-14 16:15:29 +0200 |
commit | 95c0909961bc5ff18c78b2ab0d093cddc0a8b0b5 (patch) | |
tree | 410407b8f31bd9fbf348e8c77b7a35d41898fee1 /drivers/md | |
parent | 9d59065cd6fae841ca56c281189d5b8d0817d35f (diff) |
ALSA: hda - Avoid call of snd_jack_report at release
Don't call snd_jack_report at release of sigmatel and conexnat codecs
which results in Oops at unloading the module.
The Oops is triggered by the power-up sequence during the free due to
the pincfg restoration. Since the power-up sequence is involved with
the unsol handling, the jack reporting may be issued during that.
The Oops occurs with this jack reporting because the jack instances
have been already released but the codec doesn't do the proper
book-keeping.
This patch adds the book-keeping of jack instances to avoid the access
to bogus pointers.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'drivers/md')
0 files changed, 0 insertions, 0 deletions