diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 3c596da2b9b5..fdad6ae7aad4 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c | |||
@@ -2815,7 +2815,7 @@ void snd_hda_power_down(struct hda_codec *codec) | |||
2815 | return; | 2815 | return; |
2816 | if (power_save(codec)) { | 2816 | if (power_save(codec)) { |
2817 | codec->power_transition = 1; /* avoid reentrance */ | 2817 | codec->power_transition = 1; /* avoid reentrance */ |
2818 | schedule_delayed_work(&codec->power_work, | 2818 | queue_delayed_work(codec->bus->workq, &codec->power_work, |
2819 | msecs_to_jiffies(power_save(codec) * 1000)); | 2819 | msecs_to_jiffies(power_save(codec) * 1000)); |
2820 | } | 2820 | } |
2821 | } | 2821 | } |