From 43085a36083f38c1967e9fa77f55c4c61a6b671e Mon Sep 17 00:00:00 2001 From: jojo61 Date: Wed, 19 Oct 2022 16:47:32 +0200 Subject: [PATCH] Reenable Alsa Set Volume --- audio.c | 2 +- softhdcuvid.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/audio.c b/audio.c index 7c0c405..cadaacf 100644 --- a/audio.c +++ b/audio.c @@ -1951,7 +1951,7 @@ void AudioSetVolume(int volume) { } AudioAmplifier = volume; if (!AudioSoftVolume) { - //AudioUsedModule->SetVolume(volume); + AudioUsedModule->SetVolume(volume); } } diff --git a/softhdcuvid.cpp b/softhdcuvid.cpp index c6932aa..900606e 100644 --- a/softhdcuvid.cpp +++ b/softhdcuvid.cpp @@ -61,7 +61,7 @@ extern void ToggleLUT(); /// vdr-plugin version number. /// Makefile extracts the version number for generating the file name /// for the distribution archive. -static const char *const VERSION = "3.7.2" +static const char *const VERSION = "3.7.3" #ifdef GIT_REV "-GIT" GIT_REV #endif