We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37bf685 commit 3c592d9Copy full SHA for 3c592d9
src/host/alsa/mod.rs
@@ -1256,7 +1256,7 @@ fn set_hw_params_from_format(
1256
}
1257
1258
// We shouldn't fail if the driver isn't happy here.
1259
- // `default` pcm sometimes fails here, but there no reason to as we
+ // `default` pcm sometimes fails here, but there's no reason to as we
1260
// provide a direction and 2 is strictly the minimum number of periods.
1261
let _ = hw_params.set_periods(2, alsa::ValueOr::Greater);
1262
0 commit comments