2 Apr
2012
2 Apr
'12
10:01 a.m.
Ziv Haziz wrote:
i would have like to load setting from a different file only when accessing the a specific device - something like this:
pcm.MyDevice { type hooks slave.pcm { type hw device 0 }
<i would like to place here something which will "func load" from another file>
hooks.0 { type ctl_elems hook_args [
]
}
The "hooks" PCM plugin is something completely separate from the global "@hooks" mechanism.
You can include configuration files directly: http://www.alsa-project.org/alsa-doc/alsa-lib/conf.html#conf_include
What is the actual problem you're trying to solve?
Regards, Clemens