ALSA driver 1.0.18a (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News ALSA driver 1.0.18a (Stable branch)
# 1  
Old 11-13-2008
ALSA driver 1.0.18a (Stable branch)

The Advanced Linux Sound Architecture is composed of several parts. The first is a fully modularized sound driver which supports module autoloading, devfs, isapnp autoconfiguration, and gives complete access to analog audio, digital audio, control, mixer, synthesizer, DSP, MIDI, and timer components of audio hardware. It also includes a fully-featured kernel-level sequencer, a full compatibility layer for OSS/Free applications, an object-oriented C library which covers and enhances the ALSA kernel driver functionality for applications (client/server, plugins, PCM sharing/multiplexing, PCM metering, etc.), an interactive configuration program for the driver, and some simple utilities for basic management. License: GNU General Public License (GPL)Changes:
The CS5535 driver and the HDA drivers were enhanced. PXA2xx Core support was improved. Several bugs were fixed. Code was cleaned up, and building with recent kernels was fixed.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Hardware

Difference between platform driver,codec driver and Machine driver

In general terms what are the differences platform driver,codec driver and Machine driver? (1 Reply)
Discussion started by: rupeshkp728
1 Replies

2. UNIX for Dummies Questions & Answers

boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd

Help, suspect hacked via serial or electric! any ideas on error "Pid:1, comm:swapper Tainted:G W 2.6.35-22 generic #33 -unbutu device = "(null)" or unknown-blocklist(8.1) please append a correct "root"boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd. Thanks... (3 Replies)
Discussion started by: kryclear
3 Replies

3. Solaris

SUNWglmr -- rasctrl environment monitoring driver for i2c or SCSI device driver ?

I've been researching minimizeing Solaris 8 and found that on the web page http://www.sun.com/bigadmin/content/packagelist/s8u7PkgList/p2.html the package SUNWglmr is listed as "rasctrl environment monitoring driver for i2c, (Root) (32-bit)" while in the document "Solaris 8 minimize-updt1.pdf"... (1 Reply)
Discussion started by: roygoodwin
1 Replies
Login or Register to Ask a Question
ALSACONF(8)						      System Manager's Manual						       ALSACONF(8)

NAME
alsaconf - configuration tool for the Advanced Linux Sound Architecture SYNOPSIS
alsaconf [options] DESCRIPTION
This manual page documents briefly the alsaconf command. This manual page was written for the Debian distribution because the original program does not have a manual page. Alsaconf is a simple shell script which tries to detect the sound cards on your system and writes a suitable configuration file for ALSA. It will try to guess what GNU/Linux distribution you're running, and will act accordingly to the standards of that distribution, if spe- cific support is available. Alsaconf will write a module-init-tools (or modutils) snippet which can be then used by module-init-tools (or modutils) to load the correct parameters for your sound card. OPTIONS
Alsaconf accepts the following options: -c, --config file Specify the module config file. As default, alsaconf probes the available config file automatically. -d, --devmode mode Set the device mode for the ALSA devices (default = 0666). This option is obsolete in the recent ALSA version. -g, --gid gid Set the gid for the ALSA devices (default = 0). This option is obsolete in the recent ALSA version. -h, --help Displays this help text. -L, --log file Logging on the given file. The log is appended to the file. This option is for debugging purpose only. -l, --legacy Check only for legacy non-isapnp cards. -m, --modinfo Read module descriptions instead of reading a card database. -P, --listprobe List the supported legacy card modules. -p, --probe card-name Probe a legacy non-isapnp card and print module options. -r, --strict Set strict device mode (equiv. with -g 17 -d 0660). This option is obsolete in the recent ALSA version. -s, --sound-wav-file Use the specified wav file as a test sound. -u, --uid uid Set the uid for the ALSA devices (default = 0). This option is obsolete in the recent ALSA version. DEBIAN SPECIFIC
In Debian, the default gid of the device files is 29 (corresponding to the audio group) and the default device mode is 0660. For the ALSA base package, see also /usr/share/doc/alsa-base/ SEE ALSO
alsamixer(1), amixer(1), aplay(1), arecord(1) HOMEPAGE
http://www.alsa-project.org/ AUTHOR
The alsaconf script was written by Takashi Iwai <tiwai@suse.de>, Bernd Kaindl <bk@suse.de> and Jan Ondrej (SAL) <ondrejj@salstar.sk> This manual page was written by Jordi Mallach <jordi@debian.org>, for the Debian system (but may be used by others). February 23, 2003 ALSACONF(8)