feat(alsa): add volume interval option

This commit is contained in:
NBonaparte 2018-08-06 13:45:03 -07:00 committed by Patrick Ziegler
parent c6afe4881b
commit 83784fde14
2 changed files with 6 additions and 4 deletions
include/modules

View file

@ -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};