diff options
| -rw-r--r-- | sound/pci/hda/hda_intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index f8a2f5aa4026..66d420212d9a 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
| @@ -1961,7 +1961,7 @@ static void azx_irq_pending_work(struct work_struct *work) | |||
| 1961 | spin_unlock_irq(&chip->reg_lock); | 1961 | spin_unlock_irq(&chip->reg_lock); |
| 1962 | if (!pending) | 1962 | if (!pending) |
| 1963 | return; | 1963 | return; |
| 1964 | cond_resched(); | 1964 | msleep(1); |
| 1965 | } | 1965 | } |
| 1966 | } | 1966 | } |
| 1967 | 1967 | ||
