mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
alsa-mixer: Don't move LFE in 2.1 and 4.1 modes on SB Omni Surround 5.1
A bit hacky approach, but it allows to preserve LFE output position even in reduced output modes 2.1 and 4.1. Signed-off-by: Nazar Mokrynskyi <nazar@mokrynskyi.com>
This commit is contained in:
parent
3f2a0c17ba
commit
1e734e9946
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ direction = output
|
|||
|
||||
[Mapping analog-surround-21]
|
||||
device-strings = surround51:%f
|
||||
channel-map = front-left,front-right,lfe
|
||||
channel-map = front-left,front-right,aux1,aux2,aux3,lfe
|
||||
paths-output = analog-output
|
||||
direction = output
|
||||
|
||||
|
|
@ -54,7 +54,7 @@ direction = output
|
|||
|
||||
[Mapping analog-surround-41]
|
||||
device-strings = surround51:%f
|
||||
channel-map = front-left,front-right,rear-left,rear-right,lfe
|
||||
channel-map = front-left,front-right,rear-left,rear-right,aux1,lfe
|
||||
paths-output = analog-output
|
||||
direction = output
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue