Skip to content

Commit

Permalink
a change in decimation does not cause params->fsChanged; remove waitF…
Browse files Browse the repository at this point in the history
…orUpdate in this case
  • Loading branch information
fventuri committed Sep 17, 2022
1 parent 0ff4eb9 commit d06715c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,6 @@ void SoapySDRPlay::setSampleRate(const int direction, const size_t channel, cons
chParams->ctrlParams.decimation.wideBandSignal = 0;
}
reasonForUpdate = (sdrplay_api_ReasonForUpdateT)(reasonForUpdate | sdrplay_api_Update_Ctrl_Decimation);
waitForUpdate = true;
}
if (bwType != chParams->tunerParams.bwType)
{
Expand Down

0 comments on commit d06715c

Please sign in to comment.