Reenable Alsa Set Audio

This commit is contained in:
jojo61 2022-10-19 16:54:45 +02:00
parent bd9184db01
commit 37f87e2511
2 changed files with 2 additions and 2 deletions

View File

@ -1951,7 +1951,7 @@ void AudioSetVolume(int volume) {
}
AudioAmplifier = volume;
if (!AudioSoftVolume) {
AudioUsedModule->SetVolume(volume); // set Volume
AudioUsedModule->SetVolume(volume); // set Volume
}
}

View File

@ -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