alsa-lib: use correct Kconfig symbol for mmu
It is BR2_USE_MMU, not BR2_MMU Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
77cf5b5a71
commit
0d99dd8c80
@ -38,7 +38,7 @@ config BR2_PACKAGE_ALSA_LIB_DEVDIR
|
||||
config BR2_PACKAGE_ALSA_LIB_PCM_PLUGINS
|
||||
string "built PCM plugins"
|
||||
default "all" if BR2_USE_MMU
|
||||
default "copy linear route mulaw alaw adpcm rate plug multi file null empty share meter hooks lfloat ladspa dmix dshare dsnoop asym iec958 softvol extplug ioplug mmap_emul" if !BR2_MMU
|
||||
default "copy linear route mulaw alaw adpcm rate plug multi file null empty share meter hooks lfloat ladspa dmix dshare dsnoop asym iec958 softvol extplug ioplug mmap_emul" if !BR2_USE_MMU
|
||||
|
||||
config BR2_PACKAGE_ALSA_LIB_CTL_PLUGINS
|
||||
string "built control plugins"
|
||||
|
Loading…
Reference in New Issue
Block a user