diff options
-rw-r--r-- | sound/pci/hda/hda_tegra.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_tegra.c b/sound/pci/hda/hda_tegra.c index 358414da6418..44953a273246 100644 --- a/sound/pci/hda/hda_tegra.c +++ b/sound/pci/hda/hda_tegra.c @@ -261,6 +261,7 @@ static int hda_tegra_suspend(struct device *dev) snd_hda_suspend(chip->bus); azx_stop_chip(chip); + synchronize_irq(chip->irq); azx_enter_link_reset(chip); hda_tegra_disable_clocks(hda); |