Kernel: AFG reset return value

This commit is contained in:
2026-05-15 21:38:23 +03:00
parent 1fcd72e578
commit 4ef7b8e71c

View File

@@ -255,6 +255,8 @@ namespace Kernel
m_bdl_head = 0;
m_bdl_tail = 0;
m_stream_running = false;
return {};
}
BAN::ErrorOr<void> HDAudioFunctionGroup::initialize_output()