mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 11:50:24 +00:00
parent
c4810c5db4
commit
7f170e492e
@ -42,12 +42,10 @@
|
|||||||
typedef Mixer::Channel Channel;
|
typedef Mixer::Channel Channel;
|
||||||
|
|
||||||
|
|
||||||
enum {
|
static constexpr int LEFT = Channel::Number::LEFT;
|
||||||
LEFT = Channel::Number::LEFT,
|
static constexpr int RIGHT = Channel::Number::RIGHT;
|
||||||
RIGHT = Channel::Number::RIGHT,
|
static constexpr int MAX_CHANNELS = Channel::Number::MAX_CHANNELS;
|
||||||
MAX_CHANNELS = Channel::Number::MAX_CHANNELS,
|
static constexpr int MAX_VOLUME = Channel::Volume_level::MAX;
|
||||||
MAX_VOLUME = Channel::Volume_level::MAX,
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
static struct Names {
|
static struct Names {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user