N900 Hardware Audio Codec
(Flesh out slightly.) |
(→Kernel) |
||
| Line 25: | Line 25: | ||
===Kernel=== | ===Kernel=== | ||
| + | |||
| + | The codec is driven by [http://mxr.maemo.org/fremantle/source/kernel/sound/soc/omap/rx51.c a driver built into the kernel]. | ||
| + | |||
[[Category:N900 Hardware]] | [[Category:N900 Hardware]] | ||
Revision as of 18:06, 12 August 2010
The Audio codec encodes and decodes audio.
Contents |
Hardware
The audio codec is a low-power 4 channel codec From TI.
Software
User
The audio codec is driven by pulseaudio, through ALSA. The ALSA interface is usually not exposed in maemo 5 - adding:
pcm.real {
type hw
card 0
}
ctl.real {
type hw
card 0
}
to /etc/asound.conf enables a hardware device. Stopping pulseaudio may be required to use this.
Kernel
The codec is driven by a driver built into the kernel.
