ALSA driver 1.0.17a (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News ALSA driver 1.0.17a (Stable branch)
# 1  
Old 08-19-2008
ALSA driver 1.0.17a (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 IEC958 consumer status channel definitionswere updated. Several small fixes to the PCM APIwere made.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
SND_SPICDS(4)						   BSD Kernel Interfaces Manual 					     SND_SPICDS(4)

NAME
snd_spicds -- I2S SPI audio codec driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device snd_spicds Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): snd_spicds_load="YES" DESCRIPTION
The snd_spicds I2S codec driver is used by several sound drivers for soundcards which use the supported codec chips. HARDWARE
The snd_spicds driver supports the following codecs: o AK4358 o AK4381 o AK4396 o AK4524 o AK4528 o WM8770 SEE ALSO
snd_envy24(4), snd_envy24ht(4), sound(4) HISTORY
The snd_spicds device driver first appeared in FreeBSD 6.3. AUTHORS
The snd_spicds driver was written by Konstantin Dimitrov based upon the snd_envy24(4) driver. This manual page was written by Alexander Leidinger <netchild@FreeBSD.org>. BSD
May 28, 2007 BSD