mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
parent
c4810c5db4
commit
7f170e492e
@@ -42,12 +42,10 @@
|
||||
typedef Mixer::Channel Channel;
|
||||
|
||||
|
||||
enum {
|
||||
LEFT = Channel::Number::LEFT,
|
||||
RIGHT = Channel::Number::RIGHT,
|
||||
MAX_CHANNELS = Channel::Number::MAX_CHANNELS,
|
||||
MAX_VOLUME = Channel::Volume_level::MAX,
|
||||
};
|
||||
static constexpr int LEFT = Channel::Number::LEFT;
|
||||
static constexpr int RIGHT = Channel::Number::RIGHT;
|
||||
static constexpr int MAX_CHANNELS = Channel::Number::MAX_CHANNELS;
|
||||
static constexpr int MAX_VOLUME = Channel::Volume_level::MAX;
|
||||
|
||||
|
||||
static struct Names {
|
||||
|
||||
Reference in New Issue
Block a user