feat(alsa): add volume interval option
This commit is contained in:
parent
c6afe4881b
commit
83784fde14
2 changed files with 6 additions and 4 deletions
include/modules
|
@ -58,6 +58,7 @@ namespace modules {
|
|||
map<control, control_t> m_ctrl;
|
||||
int m_headphoneid{0};
|
||||
bool m_mapped{false};
|
||||
int m_interval{5};
|
||||
atomic<bool> m_muted{false};
|
||||
atomic<bool> m_headphones{false};
|
||||
atomic<int> m_volume{0};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue