- neutrino: move hdmi_cec code blocks

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2022-07-14 22:52:35 +02:00
committed by Thilo Graf
parent c29a679783
commit 42355a336f
2 changed files with 18 additions and 18 deletions

View File

@@ -362,12 +362,6 @@ struct SNeutrinoSettings
int video_Format;
int video_43mode;
// hdmi cec
int hdmi_cec_mode;
int hdmi_cec_view_on;
int hdmi_cec_standby;
int hdmi_cec_volume;
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
int psi_brightness;
int psi_contrast;
@@ -376,6 +370,12 @@ struct SNeutrinoSettings
int psi_tint;
#endif
// hdmi cec
int hdmi_cec_mode;
int hdmi_cec_view_on;
int hdmi_cec_standby;
int hdmi_cec_volume;
// volume
char current_volume;
int current_volume_step;