Changes

User:Albert

1,080 bytes added, 16:48, 28 July 2011
no edit summary
** '''IGEP BASE'''(IGEP DEV, IGEP BASIC): Consists on a standard expansion board for IGEP MINI for those developers who want to test the IGEP MODULE capabilities, and is a really useful starter hardware for developing before implementing a customized design or expansion board.
 
 
 
= IGEP 0022 article =
= Audio setup =
 
The TPS65950 provides 2 gain stages which can be used to change the audio out signal amplitude. A digital gain which can be regulated by two alsa mixer settings and a analog one. Following code snippets may help you to use it.
 
amixer set -D hw:0 'DAC2 Analog' 50%
amixer set -D hw:0 'DAC2 Digital Fine' 50%
amixer set -D hw:0 'DAC2 Digital Coarse' 50%
 
=== Headset Output ===
 
Hardware access via
 
3.5mm standard stereo audio jack mounted on the top of the board
 
In order to activate headset output, following commands have to be executed on shell.
 
amixer set -D hw:0 'Headset' 0dB
amixer set -D hw:0 'HeadsetL Mixer AudioL2' on
amixer set -D hw:0 'HeadsetR Mixer AudioR2' on
 
=== Earphone Output ===
 
Hardware access via
 
TP606 = EAR.P
TP605 = EAR.M
which are on the backside of the board
 
In order to activate earphone output, following commands have to be executed on shell.
 
amixer set -D hw:0 'Earpiece' 6dB
amixer set -D hw:0 'Earpiece Mixer AudioL2' on
amixer set -D hw:0 'Earpiece Mixer AudioR2' on
 
<br>
0
edits