summaryrefslogtreecommitdiffstats
path: root/rules/alsa-lib.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-11-07 20:51:16 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-11-07 21:02:53 +0100
commitb5c9357cb9d06515a29714852e5ec85c6aeb14ae (patch)
treec342c047d1067c06b258f6e43af26a87f654ee27 /rules/alsa-lib.in
parente9432ccb54947b63ce755d0d06a2bc6d30e2cf83 (diff)
downloadptxdist-b5c9357cb9d06515a29714852e5ec85c6aeb14ae.tar.gz
ptxdist-b5c9357cb9d06515a29714852e5ec85c6aeb14ae.tar.xz
[alsa-lib] version bump 1.0.19 -> 1.0.21a
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/alsa-lib.in')
-rw-r--r--rules/alsa-lib.in32
1 files changed, 11 insertions, 21 deletions
diff --git a/rules/alsa-lib.in b/rules/alsa-lib.in
index 732cd6dd8..b6bec061a 100644
--- a/rules/alsa-lib.in
+++ b/rules/alsa-lib.in
@@ -40,69 +40,59 @@ endchoice
config ALSA_LIB_RESMGR
bool
depends on BROKEN
- prompt "build resmgr"
+ prompt "resmgr"
help
support resmgr (optional component)
config ALSA_LIB_READ
bool
default y
- prompt "build read support"
+ prompt "read support"
help
Reading /dev/aload* is the default. Disable it on demand
config ALSA_LIB_MIXER
bool
default y
- prompt "build mixer"
+ prompt "mixer"
help
Disable the mixer component if you do not need it
config ALSA_LIB_PCM
bool
default y
- prompt "build pcm"
+ prompt "pcm"
help
Disable the PCM component if you do not need it
config ALSA_LIB_RAWMIDI
bool
default y
- prompt "build raw midi support"
+ prompt "raw midi support"
help
Disable the raw MIDI component if you do not need it
config ALSA_LIB_HWDEP
bool
default y
- prompt "build hwdep"
+ prompt "hwdep"
help
Disable the hwdep component if you do not need it
config ALSA_LIB_SEQ
bool
default y
- prompt "build sequencer"
+ prompt "sequencer"
help
Disable the sequencer component if you do not need it
-config ALSA_LIB_INSTR
+config ALSA_LIB_ALISP
bool
default y
- prompt "build intrument support"
+ prompt "alisp"
help
- Disable the instrument component if you do not need it
+ Disable the sequencer component if you do not need it
-config ALSA_LIB_STATIC
- bool
- prompt "Build static library only"
- depends on BROKEN
- help
- This will build the static library only. On architectures with
- a low register count (like ia32) this makes sense, due to
- allowing the compiler to use one additional register and
- speeding up things (if only one application uses this library)
- Note: This feature does not work yet. For example the esound
- daemon fails to link due to missing exported functions.
endif
+