On Thu, 2 Apr 2009 18:39:34 +0200
Franky Van Liedekerke <[email protected]> wrote:
> - voice notes
> ==> not working (not recording)
for those curious: it can be done ...
There are two things wrong in qtopia:
- the wrong alsa scenario file is used (it should be
voip-handset.state, but it is capturehandset.state)
This can be easily fixed (either in the source or just copy
voip-handset.state to capturehandset.state
- the pcm options used: it should use "hw" as PCM device, it doesn't
now.
So I changed /etc/asound.conf to read:
# default dmix configuration
pcm.!default {
type plug
# slave.pcm "dmix"
slave.pcm "hw"
}
ctl.mixer0 {
type hw
card 0
}
(changed the line slave.pcm). Now voicenotes work, and playback also.
Franky
_______________________________________________
Openmoko community mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/community