aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/hda_intel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 38c591649147..41edf85db38b 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -561,7 +561,8 @@ static unsigned int azx_rirb_get_response(struct hda_codec *codec)
561 } 561 }
562 if (!chip->rirb.cmds) 562 if (!chip->rirb.cmds)
563 return chip->rirb.res; /* the last value */ 563 return chip->rirb.res; /* the last value */
564 schedule_timeout_uninterruptible(1); 564 udelay(10);
565 cond_resched();
565 } while (time_after_eq(timeout, jiffies)); 566 } while (time_after_eq(timeout, jiffies));
566 567
567 if (chip->msi) { 568 if (chip->msi) {