]> git.alsa-project.org Git - alsa-utils.git/commit
alsamixer: show channel names for multichannel controls
authorClemens Ladisch <clemens@ladisch.de>
Mon, 25 May 2009 08:26:22 +0000 (10:26 +0200)
committerClemens Ladisch <clemens@ladisch.de>
Mon, 25 May 2009 08:26:22 +0000 (10:26 +0200)
commit5b6b5fd14bd5b0f6b07332657fc09b0a7255dda9
tree9ab445378b65f81ff362076cff8ffd35947baefd
parentbde1d198c11662b3ce10c4afd87ce67c2e50ae9a
alsamixer: show channel names for multichannel controls

For multichannel mixer controls, add the channel name to each screen
control.

Also make some other small changes.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
38 files changed:
alsamixer/Makefile.am
alsamixer/README [deleted file]
alsamixer/alsamixer.1
alsamixer/alsamixer.c [deleted file]
alsamixer/card_select.c [new file with mode: 0644]
alsamixer/card_select.h [new file with mode: 0644]
alsamixer/cli.c [new file with mode: 0644]
alsamixer/colors.c [new file with mode: 0644]
alsamixer/colors.h [new file with mode: 0644]
alsamixer/device_name.c [new file with mode: 0644]
alsamixer/device_name.h [new file with mode: 0644]
alsamixer/die.c [new file with mode: 0644]
alsamixer/die.h [new file with mode: 0644]
alsamixer/mainloop.c [new file with mode: 0644]
alsamixer/mainloop.h [new file with mode: 0644]
alsamixer/mem.c [new file with mode: 0644]
alsamixer/mem.h [new file with mode: 0644]
alsamixer/mixer_controls.c [new file with mode: 0644]
alsamixer/mixer_controls.h [new file with mode: 0644]
alsamixer/mixer_display.c [new file with mode: 0644]
alsamixer/mixer_display.h [new file with mode: 0644]
alsamixer/mixer_widget.c [new file with mode: 0644]
alsamixer/mixer_widget.h [new file with mode: 0644]
alsamixer/proc_files.c [new file with mode: 0644]
alsamixer/proc_files.h [new file with mode: 0644]
alsamixer/textbox.c [new file with mode: 0644]
alsamixer/textbox.h [new file with mode: 0644]
alsamixer/utils.c [new file with mode: 0644]
alsamixer/utils.h [new file with mode: 0644]
alsamixer/widget.c [new file with mode: 0644]
alsamixer/widget.h [new file with mode: 0644]
configure.in
include/Makefile.am
include/gettext.h
include/gettext_curses.h [new file with mode: 0644]
po/Makevars
po/POTFILES.in
po/ja.po