neutrinoMessages: fix type of EVT_SET_MUTE/VOLUME

these events have no allocated data attached


Origin commit data
------------------
Commit: fd8c800a99
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-02-15 (Sat, 15 Feb 2014)
This commit is contained in:
Stefan Seyfried
2014-02-15 20:25:12 +01:00
parent d06c1d8ad6
commit 13a4bcc38c

View File

@@ -111,6 +111,8 @@ struct NeutrinoMessages {
/* from nhttpd */
EVT_HDMI_CEC_VIEW_ON = CRCInput::RC_Events + 41,
EVT_HDMI_CEC_STANDBY = CRCInput::RC_Events + 42,
EVT_SET_MUTE = CRCInput::RC_Events + 43,
EVT_SET_VOLUME = CRCInput::RC_Events + 44,
/* NEVER CHANGE THIS */
EVT_CA_MESSAGE = CRCInput::RC_Events + 60, /* data = CA_MESSAGE pointer */
@@ -155,9 +157,6 @@ struct NeutrinoMessages {
/* sectionsd */
EVT_EIT_COMPLETE = CRCInput::RC_WithData + 24, /* data: (t_channel_id *) */
EVT_BACK_ZAP_COMPLETE = CRCInput::RC_WithData + 25, /* data: (t_channel_id *) */
EVT_SET_MUTE = CRCInput::RC_WithData + 28,
EVT_SET_VOLUME = CRCInput::RC_WithData + 29
};
enum
{