No functional changes. Fixed coding style violation. Pointed by korli. Thanx!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40328 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -109,7 +109,7 @@ Mixer::_ReadSupportedFormats()
|
|||||||
fOutputRates |= caps[i].fRate;
|
fOutputRates |= caps[i].fRate;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(fOutputRates == 0) {
|
if (fOutputRates == 0) {
|
||||||
ERROR("Output rates are not guessed. Force to 48 kHz.\n");
|
ERROR("Output rates are not guessed. Force to 48 kHz.\n");
|
||||||
fOutputRates = B_SR_48000;
|
fOutputRates = B_SR_48000;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user