123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- config BR2_PACKAGE_ALSA_UTILS
- bool "alsa-utils"
- default n
- depends on BR2_PACKAGE_ALSA_LIB
- depends on BR2_PACKAGE_NCURSES
- help
- This package contains the command line utilities for the ALSA
- project.
- http://www.alsa-project.org/
- comment "alsa-utils needs ncurses"
- depends on BR2_PACKAGE_ALSA_LIB
- depends on !BR2_PACKAGE_NCURSES
- menu "ALSA utils selection"
- depends on BR2_PACKAGE_ALSA_UTILS
- config BR2_PACKAGE_ALSA_UTILS_ALSACONF
- bool "alsaconf"
- default n
- depends on BR2_PACKAGE_ALSA_UTILS
- config BR2_PACKAGE_ALSA_UTILS_ALSACTL
- bool "alsactl"
- default y
- depends on BR2_PACKAGE_ALSA_UTILS
- config BR2_PACKAGE_ALSA_UTILS_ALSAMIXER
- bool "alsamixer"
- default y
- depends on BR2_PACKAGE_ALSA_UTILS
- config BR2_PACKAGE_ALSA_UTILS_AMIDI
- bool "amidi"
- default n
- depends on BR2_PACKAGE_ALSA_UTILS
- config BR2_PACKAGE_ALSA_UTILS_AMIXER
- bool "amixer"
- default n
- depends on BR2_PACKAGE_ALSA_UTILS
- config BR2_PACKAGE_ALSA_UTILS_APLAY
- bool "aplay"
- default n
- select BR2_LARGEFILE
- depends on BR2_PACKAGE_ALSA_UTILS
- config BR2_PACKAGE_ALSA_UTILS_ARECORD
- bool "arecord"
- default n
- depends on BR2_PACKAGE_ALSA_UTILS
- config BR2_PACKAGE_ALSA_UTILS_IECSET
- bool "iecset"
- default n
- depends on BR2_PACKAGE_ALSA_UTILS
- config BR2_PACKAGE_ALSA_UTILS_ACONNECT
- bool "aconnect"
- default n
- depends on BR2_PACKAGE_ALSA_UTILS
- config BR2_PACKAGE_ALSA_UTILS_APLAYMIDI
- bool "aplaymidi"
- default n
- depends on BR2_PACKAGE_ALSA_UTILS
- config BR2_PACKAGE_ALSA_UTILS_ARECORDMIDI
- bool "arecordmidi"
- default n
- depends on BR2_PACKAGE_ALSA_UTILS
- config BR2_PACKAGE_ALSA_UTILS_ASEQDUMP
- bool "aseqdump"
- default n
- depends on BR2_PACKAGE_ALSA_UTILS
- config BR2_PACKAGE_ALSA_UTILS_ASEQNET
- bool "aseqnet"
- default n
- depends on BR2_PACKAGE_ALSA_UTILS
- config BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST
- bool "speaker-test"
- default n
- depends on BR2_PACKAGE_ALSA_UTILS
- endmenu
|