mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
add option to regulate audio systems volume via CEC
Conflicts: src/gui/cec_setup.cpp src/neutrino.cpp src/system/settings.h Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -229,6 +229,7 @@ struct SNeutrinoSettings
|
||||
int volume_pos;
|
||||
int volume_digits;
|
||||
int volume_size;
|
||||
int volume_external;
|
||||
int show_mute_icon;
|
||||
int menu_pos;
|
||||
int show_menu_hints;
|
||||
@@ -261,6 +262,7 @@ struct SNeutrinoSettings
|
||||
int hdmi_cec_mode;
|
||||
int hdmi_cec_view_on;
|
||||
int hdmi_cec_standby;
|
||||
int hdmi_cec_volume;
|
||||
int enabled_video_modes[VIDEOMENU_VIDEOMODE_OPTION_COUNT];
|
||||
int enabled_auto_modes[VIDEOMENU_VIDEOMODE_OPTION_COUNT];
|
||||
int cpufreq;
|
||||
|
Reference in New Issue
Block a user