From 37f87e251195b563351a62d9b52a9b71023e45a5 Mon Sep 17 00:00:00 2001 From: jojo61 Date: Wed, 19 Oct 2022 16:54:45 +0200 Subject: [PATCH] Reenable Alsa Set Audio --- audio.c | 2 +- softhdcuvid.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/audio.c b/audio.c index f1d62e7..7370657 100644 --- a/audio.c +++ b/audio.c @@ -1951,7 +1951,7 @@ void AudioSetVolume(int volume) { } AudioAmplifier = volume; if (!AudioSoftVolume) { - AudioUsedModule->SetVolume(volume); // set Volume + AudioUsedModule->SetVolume(volume); // set Volume } } diff --git a/softhdcuvid.cpp b/softhdcuvid.cpp index d170b8a..a9c723c 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.3 " +static const char *const VERSION = "3.7.3" #ifdef GIT_REV "-GIT" GIT_REV #endif