some cec volume fixes

Conflicts:
	src/neutrino.cpp
This commit is contained in:
TangoCash
2021-11-05 21:11:08 +01:00
committed by Thilo Graf
parent 2cf0cb9d06
commit 373807b158
3 changed files with 8 additions and 7 deletions

View File

@@ -162,6 +162,7 @@ bool CCECSetup::changeNotify(const neutrino_locale_t OptionName, void * /*data*/
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
if (g_settings.hdmi_cec_mode != VIDEO_HDMI_CEC_MODE_OFF)
{
g_settings.current_volume = 100;
videoDecoder->SetAudioDestination(g_settings.hdmi_cec_volume);
}
#endif