]> git.alsa-project.org Git - alsa-lib.git/commit
Add softvol PCM plugin
authorTakashi Iwai <tiwai@suse.de>
Mon, 27 Dec 2004 14:40:19 +0000 (14:40 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 27 Dec 2004 14:40:19 +0000 (14:40 +0000)
commit30f35c1f7aa07d9a3d6ecd082c51ca4401d91e2d
tree4b7025dd94be8011c3faf393ead704a6a464f186
parent5c9ee5ef03ae486d934e3e10ccaf8a67aed52602
Add softvol PCM plugin

The softvol PCM plugin is added.  It applies the software volume attenuation,
which may be useful for codecs without volume controls.

Currently, the control is only mono.  The attenuation is applied to all
channels equally.  The control is probed and automatically created
when not exists yet.
doc/doxygen.cfg
include/pcm.h
src/pcm/Makefile.am
src/pcm/pcm.c
src/pcm/pcm_softvol.c [new file with mode: 0644]
src/pcm/pcm_symbols.c