Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] Echoaudio, add support for new revisions of Indigo's and Mia cards
@ 2007-03-01 23:29 Giuliano Pochini
  2007-03-07 21:35 ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Giuliano Pochini @ 2007-03-01 23:29 UTC (permalink / raw)
  To: Alsa-devel


The new ASIC code needs more time to set up.


diff -dup alsa-kernel__orig/pci/echoaudio/echoaudio_3g.c alsa-kernel/pci/echoaudio/echoaudio_3g.c
--- alsa-kernel__orig/pci/echoaudio/echoaudio_3g.c	2006-08-30 22:40:05.000000000 +0200
+++ alsa-kernel/pci/echoaudio/echoaudio_3g.c	2007-02-22 22:50:27.000000000 +0100
@@ -233,8 +233,8 @@ static int load_asic(struct echoaudio *c
 
 	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);
 



(Note: the driver still works fine with the old firmware after this change.
The opposite is not true.)


--
Giuliano.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-03-08 13:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-01 23:29 [PATCH 2/2] Echoaudio, add support for new revisions of Indigo's and Mia cards Giuliano Pochini
2007-03-07 21:35 ` Takashi Iwai
2007-03-08 13:52   ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox