* Access dummy mixer control through filesystem
@ 2012-10-26 15:21 Muffinman
0 siblings, 0 replies; only message in thread
From: Muffinman @ 2012-10-26 15:21 UTC (permalink / raw)
To: alsa-devel
Hello all,
I want to write an application that tracks in realtime changes in a
dummy mixer control (though not sure which language yet). I think its
best to try to track those changes through the filesystem. For non-dummy
mixer controls I can access them through:
/proc/asound/cardx/codecxxx/xxxx+regs. However, it seems that this does
not work for this dummy mixer control. Is there some other location I
can find this control?
If this is not possible for this type of control, can someone advise me
on what language to use for this project?
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'
}
}
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-26 15:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26 15:21 Access dummy mixer control through filesystem Muffinman
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.