[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] alsa: fix type for legacy hdmi devices

Tanu Kaskinen gitlab at gitlab.freedesktop.org
Mon Oct 5 13:28:11 UTC 2020



Tanu Kaskinen pushed to branch master at PulseAudio / pulseaudio


Commits:
6101798c by Jaroslav Kysela at 2020-10-04T21:39:33+02: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 at perex.cz>

- - - - -


8 changed files:

- src/modules/alsa/mixer/paths/hdmi-output-0.conf
- src/modules/alsa/mixer/paths/hdmi-output-1.conf
- src/modules/alsa/mixer/paths/hdmi-output-2.conf
- src/modules/alsa/mixer/paths/hdmi-output-3.conf
- src/modules/alsa/mixer/paths/hdmi-output-4.conf
- src/modules/alsa/mixer/paths/hdmi-output-5.conf
- src/modules/alsa/mixer/paths/hdmi-output-6.conf
- src/modules/alsa/mixer/paths/hdmi-output-7.conf


Changes:

=====================================
src/modules/alsa/mixer/paths/hdmi-output-0.conf
=====================================
@@ -1,5 +1,6 @@
 [General]
 description = HDMI / DisplayPort
+type = hdmi
 priority = 59
 eld-device = auto
 


=====================================
src/modules/alsa/mixer/paths/hdmi-output-1.conf
=====================================
@@ -1,5 +1,6 @@
 [General]
 description = HDMI / DisplayPort 2
+type = hdmi
 priority = 58
 eld-device = auto
 


=====================================
src/modules/alsa/mixer/paths/hdmi-output-2.conf
=====================================
@@ -1,5 +1,6 @@
 [General]
 description = HDMI / DisplayPort 3
+type = hdmi
 priority = 57
 eld-device = auto
 


=====================================
src/modules/alsa/mixer/paths/hdmi-output-3.conf
=====================================
@@ -1,5 +1,6 @@
 [General]
 description = HDMI / DisplayPort 4
+type = hdmi
 priority = 56
 eld-device = auto
 


=====================================
src/modules/alsa/mixer/paths/hdmi-output-4.conf
=====================================
@@ -1,5 +1,6 @@
 [General]
 description = HDMI / DisplayPort 5
+type = hdmi
 priority = 55
 eld-device = auto
 


=====================================
src/modules/alsa/mixer/paths/hdmi-output-5.conf
=====================================
@@ -1,5 +1,6 @@
 [General]
 description = HDMI / DisplayPort 6
+type = hdmi
 priority = 54
 eld-device = auto
 


=====================================
src/modules/alsa/mixer/paths/hdmi-output-6.conf
=====================================
@@ -1,5 +1,6 @@
 [General]
 description = HDMI / DisplayPort 7
+type = hdmi
 priority = 53
 eld-device = auto
 


=====================================
src/modules/alsa/mixer/paths/hdmi-output-7.conf
=====================================
@@ -1,5 +1,6 @@
 [General]
 description = HDMI / DisplayPort 8
+type = hdmi
 priority = 52
 eld-device = auto
 



View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/6101798c7a4fa5b8ce7f5589706b03d87a3aee76

-- 
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/6101798c7a4fa5b8ce7f5589706b03d87a3aee76
You're receiving this email because of your account on gitlab.freedesktop.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20201005/e5d8d103/attachment-0001.htm>


More information about the pulseaudio-commits mailing list