Corrected setting gain to 0
1 files changed, 1 insertions(+), 1 deletions(-) M module-bsp/board/rt1051/bsp/audio/CodecMAX98090.cpp
M module-bsp/board/rt1051/bsp/audio/CodecMAX98090.cpp => module-bsp/board/rt1051/bsp/audio/CodecMAX98090.cpp +1 -1
@@ 223,7 223,7 @@ CodecRetCode CodecMAX98090::Start(const CodecParams ¶m) // Set volume to 0 before enabling codec to avoid pops/clicks auto currVol = currentParams.outVolume; SetOutputVolume(0); currentParams.inGain = 0; // let's try different gains SetInputGain(currentParams.inGain); // Turn on device