mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -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:-
|
* Sequence controls elements are in the following form:-
|
||||||
*
|
*
|
||||||
* cdev "hw:0,0"
|
* cdev "hw:0"
|
||||||
* cset "element_id_syntax value_syntax"
|
* cset "element_id_syntax value_syntax"
|
||||||
* usleep time
|
* usleep time
|
||||||
* exec "any unix command with arguments"
|
* 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
|
* # Define Value defaults
|
||||||
*
|
*
|
||||||
* ValueDefaults {
|
* ValueDefaults {
|
||||||
* PlaybackCTL "hw:CARD=0,DEV=0"
|
* PlaybackCTL "hw:CARD=0"
|
||||||
* CaptureCTL "hw:CARD=0,DEV=0"
|
* CaptureCTL "hw:CARD=0"
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
* # This file also stores the default sound card state.
|
* # This file also stores the default sound card state.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue