[OpenBIOS] r409 - dev/geode/ac97

svn at openbios.org svn at openbios.org
Mon May 21 00:59:57 CEST 2007


Author: wmb
Date: 2007-05-21 00:59:57 +0200 (Mon, 21 May 2007)
New Revision: 409

Modified:
   dev/geode/ac97/ac97.fth
Log:
OLPC AC97 driver - fixed problem with sample rate being locked to 48K.














Modified: dev/geode/ac97/ac97.fth
===================================================================
--- dev/geode/ac97/ac97.fth	2007-05-20 22:57:47 UTC (rev 408)
+++ dev/geode/ac97/ac97.fth	2007-05-20 22:59:57 UTC (rev 409)
@@ -241,7 +241,7 @@
    h# 0f0f set-headphone-volume
    h# 606 set-pcm-gain		\ enable line-out
    h# 606 h# 38 codec!		\ enable surround out (headphones)
-   h# 000 h# 76 codec!  	\ Route mixer out to headphones
+   h# 010 h# 76 codec!  	\ Route mixer out to headphones, unlock sample rate
 ;
 : close-out  ( -- )
    h# 8808 set-pcm-gain			\ mute




More information about the OpenBIOS mailing list