mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
More work on pcm_hooks
This commit is contained in:
parent
7f651b3071
commit
31e403ce9d
8 changed files with 728 additions and 65 deletions
|
|
@ -42,10 +42,15 @@ hook_args.NAME {
|
|||
... # Arbitrary arguments
|
||||
}
|
||||
|
||||
# PCM hook definition
|
||||
pcm_hook.NAME {
|
||||
# PCM hook type
|
||||
pcm_hook_type.NAME {
|
||||
[lib STR] # Library file (default libasound.so)
|
||||
[install STR] # Install function (default _snd_pcm_hook_NAME_install)
|
||||
}
|
||||
|
||||
# PCM hook definition
|
||||
pcm_hook.NAME {
|
||||
type STR # PCM Hook type (see pcm_hook_type)
|
||||
[args STR] # Arguments for install function (see hook_args)
|
||||
# or
|
||||
[args { }] # Arguments for install function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue