yWeb: Synchronize volume/audiomute settings yWeb => GUI

This commit is contained in:
M. Liebmann
2014-02-12 05:45:51 +01:00
parent 63d66538ce
commit 92fce346c0
7 changed files with 37 additions and 4 deletions

View File

@@ -153,7 +153,10 @@ struct NeutrinoMessages {
EVT_BACK_ZAP_COMPLETE = CRCInput::RC_WithData + 25, /* data: (t_channel_id *) */
EVT_HDMI_CEC_VIEW_ON = CRCInput::RC_WithData + 26,
EVT_HDMI_CEC_STANDBY = CRCInput::RC_WithData + 27
EVT_HDMI_CEC_STANDBY = CRCInput::RC_WithData + 27,
EVT_SET_MUTE = CRCInput::RC_WithData + 28,
EVT_SET_VOLUME = CRCInput::RC_WithData + 29
};
enum
{