mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 22:56:31 +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;
|
ctlhandle = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 1;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue