[openfirmware] [commit] r3394 - cpu/arm/olpc

repository service svn at openfirmware.info
Tue Oct 30 05:28:24 CET 2012


Author: wmb
Date: Tue Oct 30 05:28:17 2012
New Revision: 3394
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3394

Log:
OLPC ARM - Turn off audio clock when closing sound driver, so that test repetitions will work correctly.  This may require turning the clock back on prior to starting Linux.

Modified:
   cpu/arm/olpc/sound.fth

Modified: cpu/arm/olpc/sound.fth
==============================================================================
--- cpu/arm/olpc/sound.fth	Mon Oct 29 21:37:21 2012	(r3393)
+++ cpu/arm/olpc/sound.fth	Tue Oct 30 05:28:17 2012	(r3394)
@@ -670,8 +670,7 @@
    d# 48000 set-sample-rate
 ;
 : (close)
-\ Reinstate audio-clock-off when Linux turns on its own clock
-\   audio-clock-off
+   audio-clock-off
    adma-base h# 100 " map-out" $call-parent
    sspa-base h# 100 " map-out" $call-parent
    0 to adma-base  0 to sspa-base



More information about the openfirmware mailing list