mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
ucm: add _fboot / FixedBootSequence
Actually, the BootSequence is executed only when the driver controls (identifiers or value types) are changed. It may be handy to have also a sequence which is executed at _each_ boot without any condition. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
266618088a
commit
9c194a0ba7
5 changed files with 59 additions and 1 deletions
|
|
@ -418,7 +418,10 @@ int snd_use_case_geti(snd_use_case_mgr_t *uc_mgr,
|
|||
* \return Zero if success, otherwise a negative error code
|
||||
*
|
||||
* Known identifiers:
|
||||
* - _fboot - execute the fixed boot sequence (value = NULL)
|
||||
* - _boot - execute the boot sequence (value = NULL)
|
||||
* - only when driver controls identifiers are changed
|
||||
* (otherwise the old control values are restored)
|
||||
* - _defaults - execute the 'defaults' sequence (value = NULL)
|
||||
* - _verb - set current verb = value
|
||||
* - _enadev - enable given device = value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue