mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
yWeb: Synchronize volume/audiomute settings yWeb => GUI
Origin commit data
------------------
Branch: ni/coolstream
Commit: 92fce346c0
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-02-12 (Wed, 12 Feb 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -865,6 +865,14 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
|
||||
*msg = NeutrinoMessages::EVT_HDMI_CEC_STANDBY;
|
||||
*data = 0;
|
||||
break;
|
||||
case NeutrinoMessages::EVT_SET_MUTE :
|
||||
*msg = NeutrinoMessages::EVT_SET_MUTE;
|
||||
*data = *(char*) p;
|
||||
break;
|
||||
case NeutrinoMessages::EVT_SET_VOLUME :
|
||||
*msg = NeutrinoMessages::EVT_SET_VOLUME;
|
||||
*data = *(char*) p;
|
||||
break;
|
||||
default:
|
||||
printf("[neutrino] event INITID_HTTPD - unknown eventID 0x%x\n", emsg.eventID );
|
||||
}
|
||||
|
Reference in New Issue
Block a user