diff options
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 55c7da30bb61..0d3e0c9ea812 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -2150,6 +2150,7 @@ static int azx_resume(struct pci_dev *pci) | |||
2150 | static int azx_halt(struct notifier_block *nb, unsigned long event, void *buf) | 2150 | static int azx_halt(struct notifier_block *nb, unsigned long event, void *buf) |
2151 | { | 2151 | { |
2152 | struct azx *chip = container_of(nb, struct azx, reboot_notifier); | 2152 | struct azx *chip = container_of(nb, struct azx, reboot_notifier); |
2153 | snd_hda_bus_reboot_notify(chip->bus); | ||
2153 | azx_stop_chip(chip); | 2154 | azx_stop_chip(chip); |
2154 | return NOTIFY_OK; | 2155 | return NOTIFY_OK; |
2155 | } | 2156 | } |