From d41ecae07c1d28d377ee2339f2d180a49cedfd33 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Fri, 16 Nov 2007 15:20:28 +0100 Subject: [PATCH] --- yaml --- r: 81508 b: refs/heads/master c: 9b1fffddc80949fb4aa93fdcc57544bc2108ced3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_intel.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5613ae272f50..68a8ec66982c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 27da183402ac5ca7d5a4c4704c4a405cd1009c43 +refs/heads/master: 9b1fffddc80949fb4aa93fdcc57544bc2108ced3 diff --git a/trunk/sound/pci/hda/hda_intel.c b/trunk/sound/pci/hda/hda_intel.c index 38c591649147..41edf85db38b 100644 --- a/trunk/sound/pci/hda/hda_intel.c +++ b/trunk/sound/pci/hda/hda_intel.c @@ -561,7 +561,8 @@ static unsigned int azx_rirb_get_response(struct hda_codec *codec) } if (!chip->rirb.cmds) return chip->rirb.res; /* the last value */ - schedule_timeout_uninterruptible(1); + udelay(10); + cond_resched(); } while (time_after_eq(timeout, jiffies)); if (chip->msi) {