瀏覽代碼

Fix buffer management in stereo DAC output

dds
PaulStoffregen 7 年之前
父節點
當前提交
24c6b7e11e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      output_dacs.cpp

+ 2
- 2
output_dacs.cpp 查看文件

@@ -189,8 +189,8 @@ void AudioOutputAnalogStereo::isr(void)
}
if (block_right != &block_silent) {
release(block_right);
block_left_1st = block_left_2nd;
block_left_2nd = NULL;
block_right_1st = block_right_2nd;
block_right_2nd = NULL;
}

if (update_responsibility) update_all();

Loading…
取消
儲存