mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
cleanup
This commit is contained in:
committed by
Jacek Jendrzej
parent
cde1e655f3
commit
afa6b14f46
@@ -57,10 +57,6 @@ class cAudio
|
||||
int do_mute(bool enable, bool remember);
|
||||
void setBypassMode(bool disable);
|
||||
|
||||
mixerVolume *mixerAnalog, *mixerHDMI, *mixerSPDIF;
|
||||
int volumeAnalog, volumeHDMI, volumeSPDIF;
|
||||
bool mixersMuted;
|
||||
|
||||
public:
|
||||
/* construct & destruct */
|
||||
cAudio(void *, void *, void *);
|
||||
@@ -99,13 +95,6 @@ class cAudio
|
||||
void SetSpdifDD(bool enable);
|
||||
void ScheduleMute(bool On);
|
||||
void EnableAnalogOut(bool enable);
|
||||
|
||||
#if 0
|
||||
void openMixers(void);
|
||||
void closeMixers(void);
|
||||
void setMixerVolume(const char *name, long value, bool remember = true);
|
||||
void muteMixers(bool m = true);
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user