From 7173de9b1d76aada67d30573b764579a818ac684 Mon Sep 17 00:00:00 2001 From: Roman Savochenko Date: Sun, 19 Nov 2023 10:20:26 +0200 Subject: KMix: Dynamism in tracing of appearance new audio-controllers Signed-off-by: Roman Savochenko --- kmix/kmixapplet.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kmix/kmixapplet.cpp') diff --git a/kmix/kmixapplet.cpp b/kmix/kmixapplet.cpp index a4770993..30810c69 100644 --- a/kmix/kmixapplet.cpp +++ b/kmix/kmixapplet.cpp @@ -4,6 +4,7 @@ * * Copyright (C) 2000 Stefan Schimanski * Copyright (C) 2004 Christian Esken + * Copyright (C) 2020 Roman Savochenko * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -226,7 +227,7 @@ KMixApplet::~KMixApplet() s_instCount--; if ( s_instCount == 0) { - MixerToolBox::deinitMixer(); + MixerToolBox::deinitMixer(Mixer::mixers()); } */ } -- cgit v1.2.3