2010/11/23 Jassi Brar jassisinghbrar@gmail.com:
On Tue, Nov 23, 2010 at 6:24 AM, Vaclav Peroutka vaclavpe@gmail.com wrote:
What I want is to make some testbench driver and an application which can set switching matrix registers through IOCTL. In MAX9880 I want to preset microphone path to output and switch matrix until I hear my voice from microphone in speaker or headphones. Or, is there any better method how to do that ?
AFAIK there is no alsamixer application for Android. What do you use for path and gain settings in this case ?
How about first making the driver work with some, non-Android, rootfs that has alsa-utils ?
I would maybe use ADB shell. Now I am trying to compile alsa-utils for arm-linux but it needs ncurses library for alsamixer. Is there any command-line replacement of alsamixer ?