ALSA

From ArmadeusWiki
Revision as of 18:37, 26 March 2008 by Salocin68 (Talk | contribs) (Installation)

Jump to: navigation, search

This page will summarize the informations to use ALSA on your Armadeus boards.

Introduction

ALSA stands for Advanced Linux Sound Architecture and provides audio and MIDI functionality to the Linux operating system. Everyone wanting to write portable & state of the art Linux applications dealing with sound should consider using ALSA.

ALSA Soc

On the APF boards we are going to use Embedded version of ALSA: ALSA Soc ->

Installation

modprobe soundcore
modprobe snd
modprobe snd-timer
modprobe snd-page-alloc
modprobe snd-pcm
modprobe snd-pcm-oss
modprobe snd-mixer-oss
modprobe snd-seq
modprobe snd-seq-device
modprobe snd-imx-alsa-tsc2102
modprobe snd-imx-alsa-tsc2102

Links