]> git.alsa-project.org Git - alsa-utils.git/commit
amixer - Allow to pass enum item string for cset, too
authorTakashi Iwai <tiwai@suse.de>
Tue, 31 Jul 2007 15:29:45 +0000 (17:29 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 31 Jul 2007 15:29:45 +0000 (17:29 +0200)
commit4b16370c01c2352eb00375e80d15897212045607
tree043ee764d7e3ea233b8f22a155383eee50764fbe
parentfea8dbf0209130259bb9a3248d16a995e96369d8
amixer - Allow to pass enum item string for cset, too

cset accepts only integer values as indices, so far, but it's a bit
unfriendly.  Now it accepts the item name as a string argument, too.
The index can be given using numbers as fallback.
amixer/amixer.c