mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
- unify defines in header files
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
#ifndef __AUDIO_MIXER_H__
|
||||
#define __AUDIO_MIXER_H__
|
||||
|
||||
#include <alsa/asoundlib.h>
|
||||
|
||||
class mixerVolume
|
||||
@@ -32,5 +33,5 @@ class mixerVolume
|
||||
~mixerVolume(void);
|
||||
bool setVolume(long volume);
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif // __AUDIO_MIXER_H__
|
||||
|
Reference in New Issue
Block a user