mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-05 04:06:34 -05:00
conf: aliases: hdmi: Include unconditionally the pcm/hdmi.conf
The hdmi.conf contains the high level macro to be used by cards to create the hdmi: device. Instead of including it in different config files, include it in the main aliases.conf and remove it's inclusion by other config files. This change is needed to add support for the hdmi: device mapping via UCM. Suggested-by: Jaroslav Kysela <perex@perex.cz> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
This commit is contained in:
parent
dcc5d6a8bd
commit
2055183791
4 changed files with 1 additions and 6 deletions
|
|
@ -163,8 +163,6 @@ HDA-Intel.pcm.iec958.0 {
|
|||
hint.device 1
|
||||
}
|
||||
|
||||
<confdir:pcm/hdmi.conf>
|
||||
|
||||
HDA-Intel.pcm.hdmi.common {
|
||||
@args [ CARD DEVICE CTLINDEX AES0 AES1 AES2 AES3 ]
|
||||
@args.CARD {
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
# Configuration for the Intel HDMI/DP LPE audio
|
||||
#
|
||||
|
||||
<confdir:pcm/hdmi.conf>
|
||||
|
||||
HdmiLpeAudio.pcm.hdmi.0 {
|
||||
@args [ CARD AES0 AES1 AES2 AES3 ]
|
||||
@args.CARD {
|
||||
|
|
|
|||
|
|
@ -62,3 +62,4 @@ VC4-HDMI cards.vc4-hdmi
|
|||
<confdir:pcm/default.conf>
|
||||
<confdir:pcm/dmix.conf>
|
||||
<confdir:pcm/dsnoop.conf>
|
||||
<confdir:pcm/hdmi.conf>
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@
|
|||
# subframe conversion
|
||||
#
|
||||
|
||||
<confdir:pcm/hdmi.conf>
|
||||
|
||||
vc4-hdmi.pcm.hdmi.0 {
|
||||
@args [ CARD AES0 AES1 AES2 AES3 ]
|
||||
@args.CARD {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue