mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-25 01:40:10 -05:00
conf: vc4-hdmi: define pcm configuration block only one time
There may be multiple vc4-hdmi soundcards in the system. Overwrite the PCM configurations when loaded multiple times. BugLink: https://github.com/alsa-project/alsa-lib/issues/488 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
010b699c92
commit
d83af363f1
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
# subframe conversion
|
# subframe conversion
|
||||||
#
|
#
|
||||||
|
|
||||||
vc4-hdmi.pcm.hdmi.0 {
|
vc4-hdmi.pcm.hdmi.!0 {
|
||||||
@args [ CARD AES0 AES1 AES2 AES3 ]
|
@args [ CARD AES0 AES1 AES2 AES3 ]
|
||||||
@args.CARD {
|
@args.CARD {
|
||||||
type string
|
type string
|
||||||
|
|
@ -50,7 +50,7 @@ vc4-hdmi.pcm.hdmi.0 {
|
||||||
}
|
}
|
||||||
|
|
||||||
# default with plug and softvol
|
# default with plug and softvol
|
||||||
vc4-hdmi.pcm.default {
|
vc4-hdmi.pcm.!default {
|
||||||
@args [ CARD ]
|
@args [ CARD ]
|
||||||
@args.CARD {
|
@args.CARD {
|
||||||
type string
|
type string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue