fix BT source - release

This commit is contained in:
Philippe G
2020-10-28 17:46:46 -07:00
parent 67ea623ba3
commit 0503d03e64
2 changed files with 13 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ void equalizer_update(s8_t *gain) {
* process equalizer
*/
void equalizer_process(u8_t *buf, u32_t bytes, u32_t sample_rate) {
// don't want to process with output locked, so tak ethe small risk to miss one parametric update
// don't want to process with output locked, so take the small risk to miss one parametric update
if (equalizer.update) {
equalizer_close();
equalizer_open(sample_rate);