mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
alsa: fix type for legacy hdmi devices
Although the hdmi-output is in well_known_descriptions[] table, the hdmi device names are indexed (hdmi-output-0), thus there is no match to assign the proper type automatically. This patch puts the correct hdmi type to all relevant hdmi configuration files. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
a46bdcedc1
commit
6101798c7a
8 changed files with 8 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
[General]
|
[General]
|
||||||
description = HDMI / DisplayPort
|
description = HDMI / DisplayPort
|
||||||
|
type = hdmi
|
||||||
priority = 59
|
priority = 59
|
||||||
eld-device = auto
|
eld-device = auto
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
[General]
|
[General]
|
||||||
description = HDMI / DisplayPort 2
|
description = HDMI / DisplayPort 2
|
||||||
|
type = hdmi
|
||||||
priority = 58
|
priority = 58
|
||||||
eld-device = auto
|
eld-device = auto
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
[General]
|
[General]
|
||||||
description = HDMI / DisplayPort 3
|
description = HDMI / DisplayPort 3
|
||||||
|
type = hdmi
|
||||||
priority = 57
|
priority = 57
|
||||||
eld-device = auto
|
eld-device = auto
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
[General]
|
[General]
|
||||||
description = HDMI / DisplayPort 4
|
description = HDMI / DisplayPort 4
|
||||||
|
type = hdmi
|
||||||
priority = 56
|
priority = 56
|
||||||
eld-device = auto
|
eld-device = auto
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
[General]
|
[General]
|
||||||
description = HDMI / DisplayPort 5
|
description = HDMI / DisplayPort 5
|
||||||
|
type = hdmi
|
||||||
priority = 55
|
priority = 55
|
||||||
eld-device = auto
|
eld-device = auto
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
[General]
|
[General]
|
||||||
description = HDMI / DisplayPort 6
|
description = HDMI / DisplayPort 6
|
||||||
|
type = hdmi
|
||||||
priority = 54
|
priority = 54
|
||||||
eld-device = auto
|
eld-device = auto
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
[General]
|
[General]
|
||||||
description = HDMI / DisplayPort 7
|
description = HDMI / DisplayPort 7
|
||||||
|
type = hdmi
|
||||||
priority = 53
|
priority = 53
|
||||||
eld-device = auto
|
eld-device = auto
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
[General]
|
[General]
|
||||||
description = HDMI / DisplayPort 8
|
description = HDMI / DisplayPort 8
|
||||||
|
type = hdmi
|
||||||
priority = 52
|
priority = 52
|
||||||
eld-device = auto
|
eld-device = auto
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue