You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…RC()
The assertion at the top of the rpp_driver::Adau1361Lower::ConfigureSrc()
was redudant becuase the switch-case statement has default to catch the
unkown Fs.
So, the assertion was removed. Death test passed.
The Adau1361Lower::ConfigureSRC() has redundant parameter checks.
rpp_driver/src/codec/adau1361lower.cpp
Lines 515 to 517 in 2dc5c99
rpp_driver/src/codec/adau1361lower.cpp
Lines 551 to 552 in 2dc5c99
Need to remove the former one.
The text was updated successfully, but these errors were encountered: