j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: wmb Date: 2007-08-31 03:02:04 +0200 (Fri, 31 Aug 2007) New Revision: 587
Modified: dev/geode/ac97/selftest.fth Log: OLPC audio - close microphone after selftest, so LED goes off.
Modified: dev/geode/ac97/selftest.fth =================================================================== --- dev/geode/ac97/selftest.fth 2007-08-30 21:20:40 UTC (rev 586) +++ dev/geode/ac97/selftest.fth 2007-08-31 01:02:04 UTC (rev 587) @@ -21,6 +21,7 @@ : record ( -- ) open-in establish-level record-base record-len audio-in drop + close-in ;
: play ( -- )