ALSA driver 1.0.18rc1 (Development branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News ALSA driver 1.0.18rc1 (Development branch)
# 1  
Old 08-19-2008
ALSA driver 1.0.18rc1 (Development 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:
A jack reporting API was added. Simultaneouscompilation of both PXA AC97 drivers is nowpossible. Drivers were added for TI TLV320AIC26,WM8900, WM8580, TriTech 28023, Asus V1Sn, ASUSEeepc P90*, 92HD81/83, AMD HDMI Audio, and severalmore. Code was cleaned up. Many fixes were 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. 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

3. UNIX for Advanced & Expert Users

Unix Serial Driver Development

Hi Friends, I have an immediate requiement to develop a virtual serial communication driver for UNIX based system. The driver should be able to receive all the data, transmitted through the serial port. My goal is to get all the data transmitted through the serial port, do some modification in... (1 Reply)
Discussion started by: santhoshac
1 Replies
Login or Register to Ask a Question
SND_MAESTRO(4)						   BSD Kernel Interfaces Manual 					    SND_MAESTRO(4)

NAME
snd_maestro -- ESS Maestro bridge device driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device sound device snd_maestro Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): snd_maestro_load="YES" DESCRIPTION
The snd_maestro bridge driver allows the generic audio driver sound(4) to attach to ESS Maestro based sound chips. This chipset is very pop- ular in notebook computers, but it is also very used in a wide selection of cheap OEM sound cards. HARDWARE
The snd_maestro driver supports the following PCI sound cards: o ESS Technology Maestro-1 o ESS Technology Maestro-2 o ESS Technology Maestro-2E SEE ALSO
snd_maestro3(4), sound(4) HISTORY
The snd_maestro device driver first appeared in FreeBSD 4.2. AUTHORS
This manual page was written by Jorge Mario G. Mazo <jgutie11@eafit.edu.co>. BSD
December 15, 2005 BSD