mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Currently the HDMI output paths have jack mixers named "HDMI/DP" and with append-pcm-to-name=true. However, most of the SOC audio drivers are just named "HDMI" and don't add the ",pcm=N". Add these alternate jack names to the HDMI audio path files so that jack detection will work on these SOCs.
16 lines
250 B
Text
16 lines
250 B
Text
[General]
|
|
description = HDMI / DisplayPort 2
|
|
type = hdmi
|
|
priority = 58
|
|
eld-device = auto
|
|
|
|
[Properties]
|
|
device.icon_name = video-display
|
|
|
|
[Jack HDMI/DP]
|
|
append-pcm-to-name = yes
|
|
required = ignore
|
|
|
|
[Jack HDMI]
|
|
append-pcm-to-name = no
|
|
required = ignore
|