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 46ee4fd..a86cdbd 100644 (file)
@@ -3,4 +3,4 @@ description = HDMI / DisplayPort
 priority = 59
 
 [Jack HDMI/DP,pcm=3]
-required-any = any
+required = ignore
index da8fcb4..d579e4b 100644 (file)
@@ -3,4 +3,4 @@ description = HDMI / DisplayPort 2
 priority = 58
 
 [Jack HDMI/DP,pcm=7]
-required-any = any
+required = ignore
index 5fcddc6..fee57d7 100644 (file)
@@ -3,4 +3,4 @@ description = HDMI / DisplayPort 3
 priority = 57
 
 [Jack HDMI/DP,pcm=8]
-required-any = any
+required = ignore
index 8200787..4e6d149 100644 (file)
@@ -3,4 +3,4 @@ description = HDMI / DisplayPort 4
 priority = 56
 
 [Jack HDMI/DP,pcm=9]
-required-any = any
+required = ignore