summaryrefslogtreecommitdiffstats
path: root/kmix/mixer.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-16 23:34:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-16 23:34:21 +0900
commit00105125e3010438663b1355f6f1579476ee9510 (patch)
tree51e43d62f7c9900c007c92ad5e226bdc4bf9d4bc /kmix/mixer.cpp
parentf0e311f71b7f02fb20e5db21a297a2c4caee9153 (diff)
downloadtdemultimedia-feat/kmix/mixer-detection.tar.gz
tdemultimedia-feat/kmix/mixer-detection.zip
This is a temporary commit to save WIP done on this topic.feat/kmix/mixer-detection
Development of this feature will only resume after the release of R14.1.0. Relates to bug 3159. NOTE: this commit needs to be completed/reworked. It should not be merged to master as is. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmix/mixer.cpp')
-rw-r--r--kmix/mixer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmix/mixer.cpp b/kmix/mixer.cpp
index 778d6af9..74f41136 100644
--- a/kmix/mixer.cpp
+++ b/kmix/mixer.cpp
@@ -80,8 +80,8 @@ bool Mixer::isValid(int driver, int device)
Mixer_Backend *mb = mf(device);
if (mb)
{
- bool ret = mb->isValid();
- delete mb;
+ bool ret = mb->isValid();
+ delete mb;
return ret;
}
}