alsa-oss 1.1.8-2build1 source package in Ubuntu

Changelog

alsa-oss (1.1.8-2build1) noble; urgency=medium

  * No-change rebuild against libasound2t64

 -- Steve Langasek <email address hidden>  Tue, 12 Mar 2024 06:28:42 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
sound
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
alsa-oss_1.1.8.orig.tar.bz2 285.0 KiB 64adcef5927e848d2e024e64c4bf85b6f395964d9974ec61905ae4cb8d35d68e
alsa-oss_1.1.8.orig.tar.bz2.asc 833 bytes 364cb11c80e7f782ae0e0ef2cc9e7bd795a49ecdfb45ce2b0048f196cc0d1474
alsa-oss_1.1.8-2build1.debian.tar.xz 7.0 KiB e30c39599abb84d07c261bd5da93f1d0957f9b98de59fbe167673440ca0e24bd
alsa-oss_1.1.8-2build1.dsc 2.3 KiB da18dbce00de9e11e37db04ed9af67f82ddea20bf487e7cc2b4789428f45c248

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.

alsa-oss-dbgsym: debug symbols for alsa-oss