Changeset 3411
- Timestamp:
- Nov 2, 2012 9:44:40 PM (7 months ago)
- File:
-
- 1 edited
-
cpu/arm/olpc/alc5631.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/alc5631.fth
r3305 r3411 17 17 ; 18 18 19 h# 8001 value serial-mode 20 : left-justified h# 8001 to serial-mode ; 21 : i2s h# 8000 to serial-mode ; 22 : pcm-a h# 8002 to serial-mode ; 23 : pcm-b h# 8003 to serial-mode ; 24 19 25 : codec-on ( -- ) 20 26 0 0 codec! \ Reset … … 26 32 set-routing 27 33 28 h# 8001h# 34 codec! \ Slave mode, 16 bits, left justified, exchange L and R on playback34 serial-mode h# 34 codec! \ Slave mode, 16 bits, left justified, exchange L and R on playback 29 35 30 36 \ The speaker gain ratio must be <= the ratio of SPKVDD to AVDD.
Note: See TracChangeset
for help on using the changeset viewer.
