alsa-oss 1.0.25-1ubuntu1 source package in Ubuntu

Changelog

alsa-oss (1.0.25-1ubuntu1) trusty; urgency=medium

  * Use dh-autoreconf to get new libtool macros for ppc64el and update
    config.{sub,guess} for new arches.
 -- Logan Rosen <email address hidden>   Mon, 23 Dec 2013 20:24:15 -0500

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
sound
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe sound

Downloads

File Size SHA-256 Checksum
alsa-oss_1.0.25.orig.tar.bz2 247.5 KiB ed823b8e42599951d896c1709615d4cf7cb1cb3a7c55c75ccee82e24ccaf28e3
alsa-oss_1.0.25-1ubuntu1.debian.tar.gz 6.7 KiB 4c315ca073fae56fd28858529f14a9818b80337af7fb987a5f2998bd406a6325
alsa-oss_1.0.25-1ubuntu1.dsc 1.7 KiB 70819248fcc65727677e29b1ff2a66a775d930fcee2ea5f043fd06ad200edb11

View changes file

Binary packages built by this source

alsa-oss: ALSA wrapper for OSS applications

 This package contains a program loader, aoss, which wraps
 applications written for OSS in a compatibility library,
 thus allowing them to work with ALSA.
 .
 There are two ways of getting an application to work with
 ALSA if the application was written for OSS. The first way
 is to load the special ALSA drivers that emulate the OSS
 kernel interface; these allow the application to open
 /dev/dsp0 and other OSS device files. The second way is
 to wrap the application in the libaoss library provided
 in this package; the wrapper causes the application to
 access native ALSA device files such as /dev/snd/pcmC0D0c
 instead of OSS device files.
 .
 Use of the alsa-oss library is recommended over the use of
 OSS-emulation drivers if you want to use ALSA's PCM plugin
 layer.
 .
 ALSA is the Advanced Linux Sound Architecture.
 .
 OSS is the free version of the Open Sound System.