mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-04 04:06:26 -05:00
conf: HdmiLpeAudio: define pcm configuration block only one time
There may be multiple HdmiLpeAudio soundcards in the system. Overwrite the PCM configurations when loaded multiple times. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
a87570df72
commit
dded72a687
1 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Configuration for the Intel HDMI/DP LPE audio
|
||||
#
|
||||
|
||||
HdmiLpeAudio.pcm.hdmi.0 {
|
||||
HdmiLpeAudio.pcm.hdmi.!0 {
|
||||
@args [ CARD AES0 AES1 AES2 AES3 ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -39,7 +39,7 @@ HdmiLpeAudio.pcm.hdmi.0 {
|
|||
}
|
||||
}
|
||||
|
||||
HdmiLpeAudio.pcm.hdmi.1 {
|
||||
HdmiLpeAudio.pcm.hdmi.!1 {
|
||||
@args [ CARD AES0 AES1 AES2 AES3 ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -77,7 +77,7 @@ HdmiLpeAudio.pcm.hdmi.1 {
|
|||
}
|
||||
}
|
||||
|
||||
HdmiLpeAudio.pcm.hdmi.2 {
|
||||
HdmiLpeAudio.pcm.hdmi.!2 {
|
||||
@args [ CARD AES0 AES1 AES2 AES3 ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue