Formatting
This commit is contained in:
parent
e85c13b3fe
commit
f95ff6cb89
@ -80,8 +80,8 @@ QList<DeviceFinder::Device> AlsaDeviceFinder::ListDevices() {
|
|||||||
|
|
||||||
result = snd_ctl_pcm_next_device(handle, &dev);
|
result = snd_ctl_pcm_next_device(handle, &dev);
|
||||||
if (result < 0) {
|
if (result < 0) {
|
||||||
qLog(Error) << "Unable to get PCM for card" << card << ":" << snd_strerror(result);
|
qLog(Error) << "Unable to get PCM for card" << card << ":" << snd_strerror(result);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (dev < 0) break;
|
if (dev < 0) break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user