Skip to content

Commit

Permalink
[ALSA] echoaudio - increase sleep time at loading firmware
Browse files Browse the repository at this point in the history
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 <pochini@shiny.it>

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
  • Loading branch information
Giuliano Pochini authored and Jaroslav Kysela committed May 11, 2007
1 parent e378ad1 commit 59ae9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/pci/echoaudio/echoaudio_3g.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 59ae9d0

Please sign in to comment.