N900 Hardware Audio Codec: Difference between revisions
From Maemo Wiki
Jump to navigationJump to search
imported>speedevil Flesh out slightly. |
imported>speedevil |
||
| 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.
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.