mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-22 01:40:18 -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;
|
break;
|
||||||
case 'D':
|
case 'D':
|
||||||
name = optarg;
|
name = optarg;
|
||||||
|
card_number = atoi(strchr(name, ':') + sizeof(char));
|
||||||
break;
|
break;
|
||||||
case 'i':
|
case 'i':
|
||||||
input_channels = atoi(optarg);
|
input_channels = atoi(optarg);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue