From 60dd6dc956cbc9db70b5c2ad2996ca5a2b863e61 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 8 Mar 2026 20:04:58 +0100 Subject: [CHORE] Kernel modules updates. Signed-off-by: Amlal El Mahrouss --- src/libSoundSystem/SoundSystemKit/VirtualMixer.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/libSoundSystem/SoundSystemKit/VirtualMixer.h (limited to 'src/libSoundSystem/SoundSystemKit/VirtualMixer.h') diff --git a/src/libSoundSystem/SoundSystemKit/VirtualMixer.h b/src/libSoundSystem/SoundSystemKit/VirtualMixer.h new file mode 100644 index 00000000..ab705882 --- /dev/null +++ b/src/libSoundSystem/SoundSystemKit/VirtualMixer.h @@ -0,0 +1,13 @@ +// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org) +// Distributed under the Boost Software License, Version 1.0. (See accompanying +// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// Official repository: https://github.com/ne-foss-org/nekernel + +#ifndef ASNKIT_SOUNDMIXER_H +#define ASNKIT_SOUNDMIXER_H + +#include + +namespace ASN {} + +#endif -- cgit v1.2.3