Skip to content

Commit

Permalink
Merge pull request #229 from fxsound2/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
bvijay74 authored Jan 14, 2025
2 parents fbc1480 + 895013d commit 916ac74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion audiopassthru/src/AudioPassthru/AudioPassthruPrivate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ int AudioPassthruPrivate::sndDeviceHandleToSoundDevices()
// Skip mono devices if SND_DEVICES_MONO_BUG_SKIP_MONO_DEVICES is IS_TRUE
if (SND_DEVICES_MONO_BUG_SKIP_MONO_DEVICES && sound_device.deviceNumChannel == 1)
{
//continue;
continue;
}

// Figure out if this is a real device or not
Expand Down
7 changes: 2 additions & 5 deletions fxsound/Source/GUI/FxController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -639,11 +639,8 @@ void FxController::setOutput(int output, bool notify)
{
if (FxModel::getModel().getPowerState())
{
if (!dfx_dsp_.isPowerOn())
{
dfx_dsp_.powerOn(true);
audio_passthru_->mute(false);
}
dfx_dsp_.powerOn(true);
audio_passthru_->mute(false);
}
}

Expand Down

0 comments on commit 916ac74

Please sign in to comment.