mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-05 04:06:31 -05:00
<Dirk.Kalis@t-online.de>
Fix for -D option.
This commit is contained in:
parent
2115618fac
commit
8d4747de3c
1 changed files with 1 additions and 0 deletions
|
|
@ -1990,6 +1990,7 @@ int main(int argc, char **argv)
|
|||
break;
|
||||
case 'D':
|
||||
name = optarg;
|
||||
card_number = atoi(strchr(name, ':') + sizeof(char));
|
||||
break;
|
||||
case 'i':
|
||||
input_channels = atoi(optarg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue