From 044d8285e485fc92d0d0b9d9ccb2490d6afffeb2 Mon Sep 17 00:00:00 2001 From: Giuliano Pochini Date: Wed, 7 Mar 2007 18:20:59 +0100 Subject: [PATCH] --- yaml --- r: 56117 b: refs/heads/master c: 59ae9d05918aca6790fece86b6b3f7daef66d6a8 h: refs/heads/master i: 56115: 1cb3c25b9134f9948a03a6b862f614ced9cc0f8f v: v3 --- [refs] | 2 +- trunk/sound/pci/echoaudio/echoaudio_3g.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c0590671f6a5..b77d8278e072 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e378ad1dcb7f5cf6de4974832d01be04e112c4c2 +refs/heads/master: 59ae9d05918aca6790fece86b6b3f7daef66d6a8 diff --git a/trunk/sound/pci/echoaudio/echoaudio_3g.c b/trunk/sound/pci/echoaudio/echoaudio_3g.c index 9f439ea459f4..52a933189576 100644 --- a/trunk/sound/pci/echoaudio/echoaudio_3g.c +++ b/trunk/sound/pci/echoaudio/echoaudio_3g.c @@ -233,8 +233,8 @@ static int load_asic(struct echoaudio *chip) chip->asic_code = &card_fw[FW_3G_ASIC]; - /* Now give the new ASIC a little time to set up */ - mdelay(2); + /* Now give the new ASIC some time to set up */ + msleep(1000); /* See if it worked */ box_type = check_asic_status(chip);