From efec46a9c22220413f666a96a8a183f0f215a151 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Tue, 8 Jan 2008 11:46:37 -0800 Subject: [PATCH] --- yaml --- r: 75293 b: refs/heads/master c: d238998fbfa49f30b02f0a5de5294ca53c58348c h: refs/heads/master i: 75291: 583934b6ab329c488b350db1cf5cf191720b0d06 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_intel.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 70d08c6ca27c..df2d8b7920ca 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b59f8197c5ddd0d5d74b663650be5449dacd34aa +refs/heads/master: d238998fbfa49f30b02f0a5de5294ca53c58348c diff --git a/trunk/sound/pci/hda/hda_intel.c b/trunk/sound/pci/hda/hda_intel.c index 62b9fb386903..3fa0f9704909 100644 --- a/trunk/sound/pci/hda/hda_intel.c +++ b/trunk/sound/pci/hda/hda_intel.c @@ -555,8 +555,7 @@ static unsigned int azx_rirb_get_response(struct hda_codec *codec) } if (!chip->rirb.cmds) return chip->rirb.res; /* the last value */ - udelay(10); - cond_resched(); + schedule_timeout_uninterruptible(1); } while (time_after_eq(timeout, jiffies)); if (chip->msi) {