ALSA: hda - Add reboot notifier to each codec
Add reboot notifier to each codec so that it can do some workarounds needed for reboot. So far, patch_sigmatel.c calls its shutup routine for avoiding noises at reboot on some HP machines. References: Novell bnc#544779 http://bugzilla.novell.com/show_bug.cgi?id=544779 Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
@@ -4831,6 +4831,7 @@ static struct hda_codec_ops stac92xx_patch_ops = {
|
||||
.suspend = stac92xx_suspend,
|
||||
.resume = stac92xx_resume,
|
||||
#endif
|
||||
.reboot_notify = stac92xx_shutup,
|
||||
};
|
||||
|
||||
static int patch_stac9200(struct hda_codec *codec)
|
||||
|
Reference in New Issue
Block a user