2009/3/16 Giorgio M. <ledz...@writeme.com>:
> You have to modify your asound.conf, located in /etc.
>
> 1. pull the file:
> ADBHOST=192.168.0.202 ./adb pull /etc/asound.conf .
>
> 2. modify the file by increasing the volume you are interested in (for the
> call volume change the values in pcm.AndroidPlayback_Headset_incall, etc.)

Thanks for a hint, as I have similar problem.  But couldn't you be
more specific?

What exactly to change, if e.g. I have:

# Playback just the earpiece routing during a call
#
pcm.AndroidPlayback_Earpiece_incall {
        type hooks
        slave.pcm {
                type hw
                card 0
                device 0        # Must be of type "digital audio playback"
        }
        hooks.0 {
                type ctl_elems
                hook_args [
                        { name 'PCM Volume'
                         value [ 0 0 ]                           }
                        { name 'ADC Capture Volume'
                 value [ 0 0 ]                           }
                        { name 'Headphone Playback Volume'
         value [ 0 0 ]                           }
                        { name 'Speaker Playback Volume'
         value [ 115 115 ]                               }
...

Should we change PCM Volume?  What values to type?

--
Thanks!
Alex
_______________________________________________
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

Reply via email to