mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 22:06:31 +01:00
alsactl - Add missing -I option
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
0e8fcfc2ce
commit
ba38c92e69
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ int main(int argc, char *argv[])
|
|||
while (1) {
|
||||
int c;
|
||||
|
||||
if ((c = getopt_long(argc, argv, "hdvf:FgE:i:Pr:R", long_option, NULL)) < 0)
|
||||
if ((c = getopt_long(argc, argv, "hdvf:FgE:i:IPr:R", long_option, NULL)) < 0)
|
||||
break;
|
||||
switch (c) {
|
||||
case 'h':
|
||||
|
|
Loading…
Reference in a new issue