module/alsa: monitors volume and muted state of selected card/mixer

This commit is contained in:
Daniel Eklöf 2019-01-02 18:07:16 +01:00
parent cba97a0e65
commit 0d8704737e
4 changed files with 181 additions and 0 deletions

7
modules/alsa.h Normal file
View file

@ -0,0 +1,7 @@
#pragma once
#include "../module.h"
#include "../particle.h"
struct module *module_alsa(
const char *card, const char *mixer, struct particle *label);