diff options
author | David Henningsson <david.henningsson@canonical.com> | 2012-03-26 10:31:47 +0200 |
---|---|---|
committer | David Henningsson <david.henningsson@canonical.com> | 2012-03-26 10:31:47 +0200 |
commit | 2577cc81b3559b78ffeb5ee4a858e2c832c015b2 (patch) | |
tree | 1fbb8f2ab695f1ac14b1c4b988aedf1800e0bd78 /src | |
parent | e9d82afdea4fff19de97a53e5ee7a149b18301eb (diff) |
alsa-mixer: Show HDMI ports for older Nvidia cards
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/alsa/mixer/paths/hdmi-output-0.conf | 2 | ||||
-rw-r--r-- | src/modules/alsa/mixer/paths/hdmi-output-1.conf | 2 | ||||
-rw-r--r-- | src/modules/alsa/mixer/paths/hdmi-output-2.conf | 2 | ||||
-rw-r--r-- | src/modules/alsa/mixer/paths/hdmi-output-3.conf | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/alsa/mixer/paths/hdmi-output-0.conf b/src/modules/alsa/mixer/paths/hdmi-output-0.conf index 46ee4fd1..a86cdbd0 100644 --- a/src/modules/alsa/mixer/paths/hdmi-output-0.conf +++ b/src/modules/alsa/mixer/paths/hdmi-output-0.conf @@ -3,4 +3,4 @@ description = HDMI / DisplayPort priority = 59 [Jack HDMI/DP,pcm=3] -required-any = any +required = ignore diff --git a/src/modules/alsa/mixer/paths/hdmi-output-1.conf b/src/modules/alsa/mixer/paths/hdmi-output-1.conf index da8fcb41..d579e4bf 100644 --- a/src/modules/alsa/mixer/paths/hdmi-output-1.conf +++ b/src/modules/alsa/mixer/paths/hdmi-output-1.conf @@ -3,4 +3,4 @@ description = HDMI / DisplayPort 2 priority = 58 [Jack HDMI/DP,pcm=7] -required-any = any +required = ignore diff --git a/src/modules/alsa/mixer/paths/hdmi-output-2.conf b/src/modules/alsa/mixer/paths/hdmi-output-2.conf index 5fcddc61..fee57d70 100644 --- a/src/modules/alsa/mixer/paths/hdmi-output-2.conf +++ b/src/modules/alsa/mixer/paths/hdmi-output-2.conf @@ -3,4 +3,4 @@ description = HDMI / DisplayPort 3 priority = 57 [Jack HDMI/DP,pcm=8] -required-any = any +required = ignore diff --git a/src/modules/alsa/mixer/paths/hdmi-output-3.conf b/src/modules/alsa/mixer/paths/hdmi-output-3.conf index 82007870..4e6d1495 100644 --- a/src/modules/alsa/mixer/paths/hdmi-output-3.conf +++ b/src/modules/alsa/mixer/paths/hdmi-output-3.conf @@ -3,4 +3,4 @@ description = HDMI / DisplayPort 4 priority = 56 [Jack HDMI/DP,pcm=9] -required-any = any +required = ignore |