]> code.delx.au - pulseaudio/commitdiff
alsa-mixer: Show HDMI ports for older Nvidia cards
authorDavid Henningsson <david.henningsson@canonical.com>
Mon, 26 Mar 2012 08:31:47 +0000 (10:31 +0200)
committerDavid Henningsson <david.henningsson@canonical.com>
Mon, 26 Mar 2012 08:31:47 +0000 (10:31 +0200)
Some older cards do not have jack detection. This patch makes the
port still show up.
An implementation detail: the "required = ignore" line has in itself
no effect, but we have to write *something* there, or else the entire
jack detection section will be ignored by the parser.

BugLink: https://bugs.launchpad.net/bugs/961286
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
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

index 46ee4fd1412daf13e5d6b8835cd21879dc6e5565..a86cdbd0714be02092e964b7ba3954ebeb96cb91 100644 (file)
@@ -3,4 +3,4 @@ description = HDMI / DisplayPort
 priority = 59
 
 [Jack HDMI/DP,pcm=3]
-required-any = any
+required = ignore
index da8fcb411e1047d73c1f4581ae1f39bebc624197..d579e4bf0848bd012e89c57667df0deb109eb036 100644 (file)
@@ -3,4 +3,4 @@ description = HDMI / DisplayPort 2
 priority = 58
 
 [Jack HDMI/DP,pcm=7]
-required-any = any
+required = ignore
index 5fcddc612440be672cf3d447f1f5810de740c3aa..fee57d704127d3dc33effe3716f012f5c26cffc4 100644 (file)
@@ -3,4 +3,4 @@ description = HDMI / DisplayPort 3
 priority = 57
 
 [Jack HDMI/DP,pcm=8]
-required-any = any
+required = ignore
index 8200787036bc51aad5526fa02512ab82c491eedc..4e6d14957d3ab5bd6f31ecb39c89e93b1e98872b 100644 (file)
@@ -3,4 +3,4 @@ description = HDMI / DisplayPort 4
 priority = 56
 
 [Jack HDMI/DP,pcm=9]
-required-any = any
+required = ignore