Explorar el Código

Fix buffer management in stereo DAC output

dds
PaulStoffregen hace 7 años
padre
commit
24c6b7e11e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      output_dacs.cpp

+ 2
- 2
output_dacs.cpp Ver fichero

@@ -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();

Cargando…
Cancelar
Guardar