From 70a45d219c8a822e6c4ea6e5b0fcb96cb5860643 Mon Sep 17 00:00:00 2001 From: Shuchita Khare Date: Mon, 13 May 2024 10:38:50 +0100 Subject: [PATCH] changelog --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e14cfd90..63788e0f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,8 @@ UNRELEASED * FIXED: Incorrect internal input EP count for input only devices * ADDED: MIDI unit and subsystem tests * FIXED: ADAT Tx called too frequently + * CHANGED: aud_to_host buffer size and the condition to come out of underflow + in decoupler to fix buffer underflow seen in ADAT tests 4.0.0 -----