mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 14:48:28 +02:00
Merge remote-tracking branch 'check/next-cc'
...only build-tested, needs fixes
Origin commit data
------------------
Branch: ni/coolstream
Commit: ecd62d81d1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-02-15 (Sat, 15 Feb 2014)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -80,6 +80,15 @@ void CVolume::setvol(int vol)
|
||||
CZapit::getInstance()->SetVolume(vol);
|
||||
}
|
||||
|
||||
void CVolume::setVolumeExt(int vol)
|
||||
{
|
||||
g_settings.current_volume = vol;
|
||||
CZapit::getInstance()->SetVolume(vol);
|
||||
CVFD::getInstance()->showVolume(vol);
|
||||
if (CNeutrinoApp::getInstance()->isMuted() && vol > 0)
|
||||
CAudioMute::getInstance()->AudioMute(false, true);
|
||||
}
|
||||
|
||||
void CVolume::setVolume(const neutrino_msg_t key)
|
||||
{
|
||||
if (!g_RCInput) /* don't die... */
|
||||
|
Reference in New Issue
Block a user