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>
This commit is contained in:
David Henningsson 2012-03-26 10:31:47 +02:00
parent e9d82afdea
commit 2577cc81b3
4 changed files with 4 additions and 4 deletions

View file

@ -3,4 +3,4 @@ description = HDMI / DisplayPort
priority = 59
[Jack HDMI/DP,pcm=3]
required-any = any
required = ignore

View file

@ -3,4 +3,4 @@ description = HDMI / DisplayPort 2
priority = 58
[Jack HDMI/DP,pcm=7]
required-any = any
required = ignore

View file

@ -3,4 +3,4 @@ description = HDMI / DisplayPort 3
priority = 57
[Jack HDMI/DP,pcm=8]
required-any = any
required = ignore

View file

@ -3,4 +3,4 @@ description = HDMI / DisplayPort 4
priority = 56
[Jack HDMI/DP,pcm=9]
required-any = any
required = ignore