introduce hdmi_cec to driver

Conflicts:
	data/locale/deutsch.locale
	src/driver/Makefile.am
	src/neutrino.cpp
	src/system/locals.h
	src/system/locals_intern.h
This commit is contained in:
TangoCash
2022-11-19 13:25:46 +01:00
committed by Thilo Graf
parent 1f56d23dd2
commit 47727e504a
18 changed files with 2100 additions and 40 deletions

View File

@@ -1328,9 +1328,11 @@ typedef enum
LOCALE_MENU_HINT_CA_INIT,
LOCALE_MENU_HINT_CACHE_TXT,
LOCALE_MENU_HINT_CEC_MODE,
LOCALE_MENU_HINT_CEC_SLEEP,
LOCALE_MENU_HINT_CEC_STANDBY,
LOCALE_MENU_HINT_CEC_VIEW_ON,
LOCALE_MENU_HINT_CEC_VOLUME,
LOCALE_MENU_HINT_CEC_WAKEUP,
LOCALE_MENU_HINT_CHANNELLIST_ADDITIONAL,
LOCALE_MENU_HINT_CHANNELLIST_ENABLESDT,
LOCALE_MENU_HINT_CHANNELLIST_EPG_ALIGN,
@@ -2894,6 +2896,7 @@ typedef enum
LOCALE_VIDEOMENU_HDMI_CEC_MODE_OFF,
LOCALE_VIDEOMENU_HDMI_CEC_MODE_RECORDER,
LOCALE_VIDEOMENU_HDMI_CEC_MODE_TUNER,
LOCALE_VIDEOMENU_HDMI_CEC_SLEEP,
LOCALE_VIDEOMENU_HDMI_CEC_STANDBY,
LOCALE_VIDEOMENU_HDMI_CEC_VIEW_ON,
LOCALE_VIDEOMENU_HDMI_CEC_VOL_AUDIOSYSTEM,

View File

@@ -1328,9 +1328,11 @@ const char * locale_real_names[] =
"menu.hint_ca_init",
"menu.hint_cache_txt",
"menu.hint_cec_mode",
"menu.hint_cec_sleep",
"menu.hint_cec_standby",
"menu.hint_cec_view_on",
"menu.hint_cec_volume",
"menu.hint_cec_wakeup",
"menu.hint_channellist_additional",
"menu.hint_channellist_enablesdt",
"menu.hint_channellist_epg_align",
@@ -2894,6 +2896,7 @@ const char * locale_real_names[] =
"videomenu.hdmi_cec_mode_off",
"videomenu.hdmi_cec_mode_recorder",
"videomenu.hdmi_cec_mode_tuner",
"videomenu.hdmi_cec_sleep",
"videomenu.hdmi_cec_standby",
"videomenu.hdmi_cec_view_on",
"videomenu.hdmi_cec_vol_audiosystem",

View File

@@ -372,8 +372,10 @@ struct SNeutrinoSettings
// hdmi cec
int hdmi_cec_mode;
int hdmi_cec_view_on;
int hdmi_cec_sleep;
int hdmi_cec_standby;
int hdmi_cec_volume;
int hdmi_cec_wakeup;
// volume
char current_volume;