mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2023-10-10 13:37:41 +02:00
Reenable Alsa Set Volume
This commit is contained in:
parent
af370721d4
commit
43085a3608
2
audio.c
2
audio.c
@ -1951,7 +1951,7 @@ void AudioSetVolume(int volume) {
|
|||||||
}
|
}
|
||||||
AudioAmplifier = volume;
|
AudioAmplifier = volume;
|
||||||
if (!AudioSoftVolume) {
|
if (!AudioSoftVolume) {
|
||||||
//AudioUsedModule->SetVolume(volume);
|
AudioUsedModule->SetVolume(volume);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ extern void ToggleLUT();
|
|||||||
/// vdr-plugin version number.
|
/// vdr-plugin version number.
|
||||||
/// Makefile extracts the version number for generating the file name
|
/// Makefile extracts the version number for generating the file name
|
||||||
/// for the distribution archive.
|
/// for the distribution archive.
|
||||||
static const char *const VERSION = "3.7.2"
|
static const char *const VERSION = "3.7.3"
|
||||||
#ifdef GIT_REV
|
#ifdef GIT_REV
|
||||||
"-GIT" GIT_REV
|
"-GIT" GIT_REV
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user