4 Aug
2010
4 Aug
'10
7:38 a.m.
2010/8/4 Niels Mayer nielsmayer@gmail.com
FYI, I added the following since http://nielsmayer.com/envy24control/mudita24-1.0.1.tar.gz ... shall I release a 1.0.2 with the following additions (?):
- fixed --card and --device to allow valid ALSA names and numbers ( https://bugzilla.redhat.com/show_bug.cgi?id=602900 ).
./envy24control -Ddefault
card_number = atoi(strchr(name, ':') + sizeof(char));
This bug seem still occur when name does not contain ":" since ctl device is "hw:n" where n is card number
http://git.alsa-project.org/?p=alsa-tools.git;a=blobdiff;f=envy24control/env...