mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa-card-profiles: reduce priority of HDMI/AC3 profiles
These don't appear to work correctly on all hardware, even if ACP thinks they are present, so reduce their priority
This commit is contained in:
parent
ea19554e8d
commit
38d7dedf0c
1 changed files with 11 additions and 11 deletions
|
|
@ -242,7 +242,7 @@ description = Digital Surround 5.1 (HDMI/AC3)
|
|||
device-strings = plug:{SLAVE="a52:%f,'hw:%f,3'"}
|
||||
paths-output = hdmi-output-0
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
||||
priority = 6
|
||||
priority = 1
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-stereo-extra1]
|
||||
|
|
@ -282,7 +282,7 @@ description = Digital Surround 5.1 (HDMI 2/AC3)
|
|||
device-strings = plug:{SLAVE="a52:%f,'hw:%f,7'"}
|
||||
paths-output = hdmi-output-1
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
||||
priority = 6
|
||||
priority = 1
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-stereo-extra2]
|
||||
|
|
@ -322,7 +322,7 @@ description = Digital Surround 5.1 (HDMI 3/AC3)
|
|||
device-strings = plug:{SLAVE="a52:%f,'hw:%f,8'"}
|
||||
paths-output = hdmi-output-2
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
||||
priority = 6
|
||||
priority = 1
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-stereo-extra3]
|
||||
|
|
@ -362,7 +362,7 @@ description = Digital Surround 5.1 (HDMI 4/AC3)
|
|||
device-strings = plug:{SLAVE="a52:%f,'hw:%f,9'"}
|
||||
paths-output = hdmi-output-3
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
||||
priority = 6
|
||||
priority = 1
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-stereo-extra4]
|
||||
|
|
@ -402,7 +402,7 @@ description = Digital Surround 5.1 (HDMI 5/AC3)
|
|||
device-strings = plug:{SLAVE="a52:%f,'hw:%f,10'"}
|
||||
paths-output = hdmi-output-4
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
||||
priority = 6
|
||||
priority = 1
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-stereo-extra5]
|
||||
|
|
@ -442,7 +442,7 @@ description = Digital Surround 5.1 (HDMI 6/AC3)
|
|||
device-strings = plug:{SLAVE="a52:%f,'hw:%f,11'"}
|
||||
paths-output = hdmi-output-5
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
||||
priority = 6
|
||||
priority = 1
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-stereo-extra6]
|
||||
|
|
@ -482,7 +482,7 @@ description = Digital Surround 5.1 (HDMI 7/AC3)
|
|||
device-strings = plug:{SLAVE="a52:%f,'hw:%f,12'"}
|
||||
paths-output = hdmi-output-6
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
||||
priority = 6
|
||||
priority = 1
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-stereo-extra7]
|
||||
|
|
@ -522,7 +522,7 @@ description = Digital Surround 5.1 (HDMI 8/AC3)
|
|||
device-strings = plug:{SLAVE="a52:%f,'hw:%f,13'"}
|
||||
paths-output = hdmi-output-7
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
||||
priority = 6
|
||||
priority = 1
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-stereo-extra8]
|
||||
|
|
@ -562,7 +562,7 @@ description = Digital Surround 5.1 (HDMI 9/AC3)
|
|||
device-strings = plug:{SLAVE="a52:%f,'hw:%f,14'"}
|
||||
paths-output = hdmi-output-8
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
||||
priority = 6
|
||||
priority = 1
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-stereo-extra9]
|
||||
|
|
@ -602,7 +602,7 @@ description = Digital Surround 5.1 (HDMI 10/AC3)
|
|||
device-strings = plug:{SLAVE="a52:%f,'hw:%f,15'"}
|
||||
paths-output = hdmi-output-9
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
||||
priority = 6
|
||||
priority = 1
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-stereo-extra10]
|
||||
|
|
@ -642,7 +642,7 @@ description = Digital Surround 5.1 (HDMI 11/AC3)
|
|||
device-strings = plug:{SLAVE="a52:%f,'hw:%f,16'"}
|
||||
paths-output = hdmi-output-10
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
||||
priority = 6
|
||||
priority = 1
|
||||
direction = output
|
||||
|
||||
[Mapping multichannel-output]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue