Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=59ae9d05918aca6790fece86b6b3f7daef66d6a8
Commit:     59ae9d05918aca6790fece86b6b3f7daef66d6a8
Parent:     e378ad1dcb7f5cf6de4974832d01be04e112c4c2
Author:     Giuliano Pochini <[EMAIL PROTECTED]>
AuthorDate: Wed Mar 7 18:20:59 2007 +0100
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Fri May 11 16:55:45 2007 +0200

    [ALSA] echoaudio - increase sleep time at loading firmware
    
    The new ASIC code needs more time to set up.
    (Note: the driver still works fine with the old firmware after this change.
    The opposite is not true.)
    From: Giuliano Pochini <[EMAIL PROTECTED]>
    
    Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 sound/pci/echoaudio/echoaudio_3g.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/pci/echoaudio/echoaudio_3g.c 
b/sound/pci/echoaudio/echoaudio_3g.c
index 9f439ea..52a9331 100644
--- a/sound/pci/echoaudio/echoaudio_3g.c
+++ b/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);
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to