mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
neutrino: move hdmi_cec code blocks
Origin commit data
------------------
Commit: f996a9838d
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-07-14 (Thu, 14 Jul 2022)
Origin message was:
------------------
- neutrino: move hdmi_cec code blocks
This commit is contained in:
@@ -359,12 +359,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;
|
||||
@@ -373,6 +367,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;
|
||||
|
Reference in New Issue
Block a user