commit | 778173441e352c64e456bb85f9346d92a7d2e2f1 | [log] [tgz] |
---|---|---|
author | Marti Bolivar <mbolivar@leaflabs.com> | Fri Jan 17 15:16:59 2014 -0500 |
committer | Marti Bolivar <mbolivar@leaflabs.com> | Fri Jan 17 15:16:59 2014 -0500 |
tree | d611e40d2b8e2f62ff119f7760c4b55e45607bfa | |
parent | 14100e871ee8c5f2d5611fcd587183ab013c602e [diff] |
pandaboard.xml: fix ALSA mix config for audio input This adjusts the ALSA configuration to match a working config Perry put together for audio input. To test a kernel driver, use these on a Linux host: $ adb shell tinycap /data/local/tmp/test.wav -D0 -c 1 -d 1 -r 48000 -p 1 -n 2 -b 16 [... pause, then ^C] $ adb pull /data/local/tmp/test.wav /tmp/test.wav $ aplay -r 48000 -c 1 -f s16_LE -t raw /tmp/test.wav Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>