mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
- libarmbox: some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -96,18 +96,9 @@ class hdmi_cec : public OpenThreads::Thread
|
||||
void vol_up();
|
||||
void vol_down();
|
||||
void toggle_mute();
|
||||
int GetVolume()
|
||||
{
|
||||
return volume;
|
||||
};
|
||||
bool isMuted()
|
||||
{
|
||||
return muted;
|
||||
};
|
||||
int GetAudioDestination()
|
||||
{
|
||||
return (int)audio_destination;
|
||||
}
|
||||
int GetVolume() { return volume; };
|
||||
bool isMuted() { return muted; };
|
||||
int GetAudioDestination() { return (int)audio_destination; }
|
||||
void SetAudioDestination(int audio_dest);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user