Changeset 3305
- Timestamp:
- Sep 14, 2012 8:20:45 AM (8 months ago)
- File:
-
- 1 edited
-
cpu/arm/olpc/alc5631.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/alc5631.fth
r2980 r3305 269 269 270 270 \ The useful one is outmix-unmute-dac 271 : outmix-mute-all ( -- ) h# ff 00 dup h# 1a codec! h# 1c codec! ;271 : outmix-mute-all ( -- ) h# ffc0 dup h# 1a codec! h# 1c codec! ; 272 272 : outmix-mute-mic ( -- ) h# 1000 dup h# 1a codec-set h# 1c codec-set ; 273 273 : outmix-unmute-mic ( -- ) h# 1000 dup h# 1a codec-clr h# 1c codec-clr ;
Note: See TracChangeset
for help on using the changeset viewer.
