diff options
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 3087705a8e51..9c33700b21a8 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -4831,6 +4831,7 @@ static struct hda_codec_ops stac92xx_patch_ops = { | |||
4831 | .suspend = stac92xx_suspend, | 4831 | .suspend = stac92xx_suspend, |
4832 | .resume = stac92xx_resume, | 4832 | .resume = stac92xx_resume, |
4833 | #endif | 4833 | #endif |
4834 | .reboot_notify = stac92xx_shutup, | ||
4834 | }; | 4835 | }; |
4835 | 4836 | ||
4836 | static int patch_stac9200(struct hda_codec *codec) | 4837 | static int patch_stac9200(struct hda_codec *codec) |