Hello all,

For a little project I would like to access mixer controls through the 
filesystem. Some mixer controls I can access at 
"/proc/asound/cardx/codecxxx/xxxx+regs". However, I have defined a dummy mixer 
control as shown below (with great help of this mailinglist). Apparently this 
type of mixers are recorded elsewhere. Does anyone know if I can access these 
dummy mixer controls through the filesystem?

kind regards, Maarten

ps. I've defined the dummy mixer control in /var/lib/alsa/asound.state
as shown below:

state.DAC       {
        control.12345 {
                iface MIXER
                name 'Fake Playback Volume'
                value 100
                comment {
                        access 'read write user'
                        type INTEGER
                        count 1
                        range '0 - 100'
                }
        }

}


------------------------------------------------------------------------------
The Windows 8 Center - In partnership with Sourceforge
Your idea - your app - 30 days.
Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to