diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 19:24:43 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 19:24:43 +0000 |
commit | 2f01180053b65167dbc42e9f168024aaa701f8a0 (patch) | |
tree | da35348c2cf261bd48993f51b9f613dc526ec1e5 /profiles/desc | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-2f01180053b65167dbc42e9f168024aaa701f8a0.tar.gz gentoo-2-2f01180053b65167dbc42e9f168024aaa701f8a0.tar.bz2 gentoo-2-2f01180053b65167dbc42e9f168024aaa701f8a0.zip |
Actually *sorting* the list.
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/alsa_pcm_plugins.desc | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/profiles/desc/alsa_pcm_plugins.desc b/profiles/desc/alsa_pcm_plugins.desc index 81f63b75f1d0..33f321517f24 100644 --- a/profiles/desc/alsa_pcm_plugins.desc +++ b/profiles/desc/alsa_pcm_plugins.desc @@ -1,34 +1,34 @@ # Copyright 2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/alsa_pcm_plugins.desc,v 1.1 2006/12/20 23:53:03 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/alsa_pcm_plugins.desc,v 1.2 2007/07/29 19:24:43 phreak Exp $ # This file contains descriptions of ALSA_PCM_PLUGINS USE_EXPAND flags. # Improved documentation about them is accepted with pleasure # Keep it sorted. +adpcm - Enable the adpcm internal plugin. +alaw - Enable the alaw internal plugin. +asym - Enable the plugin to create virtual devices with different inputs/outputs copy - Enable the copy internal plugin. +dmix - Enable the software mixing plugin (for output) +dshare - Enable the dshare internal plugin. +dsnoop - Enable the plugin to allow to processes to get the same input +empty - Enable the empty internal plugin. +extplug - Enable the extplug internal plugin. +file - Enable the plugin to save output to a file +hooks - Enable the hooks internal plugin. +iec958 - Enable the passthrough digital audio plugin +ioplug - Enable the plugin to connect to hardware devices (*important*) +ladspa - Enable the ladspa internal plugin. +lfloat - Enable the lfloat internal plugin. linear - Enable the linear internal plugin. -route - Enable the route internal plugin. +meter - Enable the meter internal plugin. mulaw - Enable the mulaw internal plugin. -alaw - Enable the alaw internal plugin. -adpcm - Enable the adpcm internal plugin. -rate - Enable the samplerate conversion plugin -plug - Enable the plugin to connect to other plugins or devices (*important*) multi - Enable the multi internal plugin. -shm - Enable the Shared Memory plugin (needed to transform an output into an input) -file - Enable the plugin to save output to a file null - Enable the discard output plugin -empty - Enable the empty internal plugin. +plug - Enable the plugin to connect to other plugins or devices (*important*) +rate - Enable the samplerate conversion plugin +route - Enable the route internal plugin. share - Enable the share internal plugin. -meter - Enable the meter internal plugin. -hooks - Enable the hooks internal plugin. -lfloat - Enable the lfloat internal plugin. -ladspa - Enable the ladspa internal plugin. -dmix - Enable the software mixing plugin (for output) -dshare - Enable the dshare internal plugin. -dsnoop - Enable the plugin to allow to processes to get the same input -asym - Enable the plugin to create virtual devices with different inputs/outputs -iec958 - Enable the passthrough digital audio plugin +shm - Enable the Shared Memory plugin (needed to transform an output into an input) softvol - Enable the software volume control plugin -extplug - Enable the extplug internal plugin. -ioplug - Enable the plugin to connect to hardware devices (*important*) |