* PATCH: OPL3 playback on the CS4281
@ 2002-08-07 13:07 Sander van Leeuwen
2002-08-07 13:15 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Sander van Leeuwen @ 2002-08-07 13:07 UTC (permalink / raw)
To: alsa-devel@lists.sourceforge.net
Changelog:
- Added delays after writes. Without them, FM sounds really bad.
--- opl3_lib.c Fri May 31 15:28:24 2002
+++ opl3_lib.cn Wed Aug 7 15:04:16 2002
@@ -101,8 +101,10 @@
spin_lock_irqsave(&opl3->reg_lock, flags);
writel((unsigned int)cmd, port << 2);
+ udelay(10);
writel((unsigned int)val, (port + 1) << 2);
+ udelay(30);
spin_unlock_irqrestore(&opl3->reg_lock, flags);
}
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-08-07 13:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-07 13:07 PATCH: OPL3 playback on the CS4281 Sander van Leeuwen
2002-08-07 13:15 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.