mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 22:05:41 +01:00
Fixed return code...
This commit is contained in:
parent
2580bda460
commit
2bf417af71
1 changed files with 1 additions and 1 deletions
|
@ -874,5 +874,5 @@ int soundcard_setup_process(int cardno)
|
|||
ctlhandle = NULL;
|
||||
}
|
||||
}
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue