Corrected typos.
This commit is contained in:
ExtremesecrecyOne
2025-07-22 21:01:57 -07:00
parent 1ca0973833
commit 7fc2ca7cdf
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -2005,13 +2005,13 @@ namespace pipedal
err = snd_pcm_hw_params_get_channels_max(playbackHwParams, &playbackChannels);
if (err < 0)
{
throw PiPedalLogicException("No outut channels.");
throw PiPedalLogicException("No output channels.");
}
unsigned int channelsMin;
err = snd_pcm_hw_params_get_channels_min(playbackHwParams, &channelsMin);
if (err < 0)
{
throw PiPedalLogicException("No outut channels.");
throw PiPedalLogicException("No output channels.");
}
if (ShouldForceStereoChannels(playbackHandle, playbackHwParams, channelsMin, playbackChannels))
{
+1 -1
View File
@@ -125,4 +125,4 @@ namespace pipedal
};
} // namespace.
} // namespace.