mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
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:
parent
e9d82afdea
commit
2577cc81b3
4 changed files with 4 additions and 4 deletions
|
|
@ -3,4 +3,4 @@ description = HDMI / DisplayPort
|
||||||
priority = 59
|
priority = 59
|
||||||
|
|
||||||
[Jack HDMI/DP,pcm=3]
|
[Jack HDMI/DP,pcm=3]
|
||||||
required-any = any
|
required = ignore
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ description = HDMI / DisplayPort 2
|
||||||
priority = 58
|
priority = 58
|
||||||
|
|
||||||
[Jack HDMI/DP,pcm=7]
|
[Jack HDMI/DP,pcm=7]
|
||||||
required-any = any
|
required = ignore
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ description = HDMI / DisplayPort 3
|
||||||
priority = 57
|
priority = 57
|
||||||
|
|
||||||
[Jack HDMI/DP,pcm=8]
|
[Jack HDMI/DP,pcm=8]
|
||||||
required-any = any
|
required = ignore
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ description = HDMI / DisplayPort 4
|
||||||
priority = 56
|
priority = 56
|
||||||
|
|
||||||
[Jack HDMI/DP,pcm=9]
|
[Jack HDMI/DP,pcm=9]
|
||||||
required-any = any
|
required = ignore
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue