mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
ucm: CTL devices are only one per card (remove DEV from comments)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
d8b7816196
commit
c0469e2a28
1 changed files with 3 additions and 3 deletions
|
|
@ -188,7 +188,7 @@ static int parse_supported_device(snd_use_case_mgr_t *uc_mgr ATTRIBUTE_UNUSED,
|
|||
*
|
||||
* Sequence controls elements are in the following form:-
|
||||
*
|
||||
* cdev "hw:0,0"
|
||||
* cdev "hw:0"
|
||||
* cset "element_id_syntax value_syntax"
|
||||
* usleep time
|
||||
* exec "any unix command with arguments"
|
||||
|
|
@ -942,8 +942,8 @@ static int parse_controls(snd_use_case_mgr_t *uc_mgr, snd_config_t *cfg)
|
|||
* # Define Value defaults
|
||||
*
|
||||
* ValueDefaults {
|
||||
* PlaybackCTL "hw:CARD=0,DEV=0"
|
||||
* CaptureCTL "hw:CARD=0,DEV=0"
|
||||
* PlaybackCTL "hw:CARD=0"
|
||||
* CaptureCTL "hw:CARD=0"
|
||||
* }
|
||||
*
|
||||
* # This file also stores the default sound card state.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue