mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
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:
@@ -109,8 +109,10 @@ struct NeutrinoMessages {
|
||||
|
||||
EVT_PMT_CHANGED = CRCInput::RC_Events + 40,
|
||||
/* from nhttpd */
|
||||
EVT_HDMI_CEC_VIEW_ON = CRCInput::RC_Events + 41,
|
||||
EVT_HDMI_CEC_STANDBY = CRCInput::RC_Events + 42,
|
||||
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
|
||||
{
|
||||
|
Reference in New Issue
Block a user