I need to read current mute state of soundcard using ALSA C library.
There is one example how to mute:
Linux ALSA/Sound-API Questions – How do you mute?
But what about reading current mute state? Of course, I can do it using shell script or using system
function inside c code. But I’d like to use ALSA C library functions.