mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
This is a follow-up to d5390c7, where we switched to the 'PCM' mixer controls
on Sound Blaster Audigy devices, since the ones we used before only work in the
stereo-to-all-speakers mirroring mode.
It turns out we do use that mode after all, but only in a couple of profiles.
Since returning those profiles to the default mixer path yields uneven volume
steps similar to #2934, we instead add a new mixer path just for that mode.
94 lines
3.9 KiB
Text
94 lines
3.9 KiB
Text
# This file is part of PulseAudio.
|
|
#
|
|
# PulseAudio is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU Lesser General Public License as
|
|
# published by the Free Software Foundation; either version 2.1 of the
|
|
# License, or (at your option) any later version.
|
|
#
|
|
# PulseAudio is distributed in the hope that it will be useful, but
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
# General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
|
|
|
; Creative Sound Blaster Audigy product line
|
|
;
|
|
; These are copies of the mappings we find in default.conf, but with analog
|
|
; mixer paths targeting appropriate Audigy driver controls, and the small
|
|
; change of making analog-stereo and analog-mono non-fallback mappings.
|
|
; The latter is needed because these cards only support duplex profiles with
|
|
; mono inputs, and in the default configuration, with stereo being a fallback
|
|
; mapping, the mono mapping is never tried.
|
|
;
|
|
; See default.conf for an explanation on the directives used here.
|
|
|
|
[General]
|
|
auto-profiles = yes
|
|
|
|
# Based on stereo-fallback
|
|
[Mapping analog-stereo]
|
|
device-strings = hw:%f
|
|
channel-map = front-left,front-right
|
|
paths-output = audigy-analog-output-mirror analog-output-lineout analog-output-speaker analog-output-headphones analog-output-headphones-2
|
|
paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-dock-mic analog-input analog-input-mic analog-input-linein analog-input-aux analog-input-video analog-input-tvtuner analog-input-fm analog-input-mic-line analog-input-headphone-mic analog-input-headset-mic
|
|
priority = 1
|
|
|
|
# Based on mono-fallback
|
|
[Mapping analog-mono]
|
|
device-strings = hw:%f
|
|
channel-map = mono
|
|
paths-output = audigy-analog-output-mirror analog-output-lineout analog-output-speaker analog-output-headphones analog-output-headphones-2 analog-output-mono
|
|
paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-dock-mic analog-input analog-input-mic analog-input-linein analog-input-aux analog-input-video analog-input-tvtuner analog-input-fm analog-input-mic-line analog-input-headset-mic
|
|
priority = 1
|
|
|
|
[Mapping analog-surround-21]
|
|
device-strings = surround21:%f
|
|
channel-map = front-left,front-right,lfe
|
|
paths-output = audigy-analog-output analog-output-lineout analog-output-speaker
|
|
priority = 13
|
|
direction = output
|
|
|
|
[Mapping analog-surround-40]
|
|
device-strings = surround40:%f
|
|
channel-map = front-left,front-right,rear-left,rear-right
|
|
paths-output = audigy-analog-output analog-output-lineout analog-output-speaker
|
|
priority = 12
|
|
direction = output
|
|
|
|
[Mapping analog-surround-41]
|
|
device-strings = surround41:%f
|
|
channel-map = front-left,front-right,rear-left,rear-right,lfe
|
|
paths-output = audigy-analog-output analog-output-lineout analog-output-speaker
|
|
priority = 13
|
|
direction = output
|
|
|
|
[Mapping analog-surround-50]
|
|
device-strings = surround50:%f
|
|
channel-map = front-left,front-right,rear-left,rear-right,front-center
|
|
paths-output = audigy-analog-output analog-output-lineout analog-output-speaker
|
|
priority = 12
|
|
direction = output
|
|
|
|
[Mapping analog-surround-51]
|
|
device-strings = surround51:%f
|
|
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
|
paths-output = audigy-analog-output analog-output-lineout analog-output-speaker
|
|
priority = 13
|
|
direction = output
|
|
|
|
[Mapping analog-surround-71]
|
|
device-strings = surround71:%f
|
|
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right
|
|
description = Analog Surround 7.1
|
|
paths-output = audigy-analog-output analog-output-lineout analog-output-speaker
|
|
priority = 12
|
|
direction = output
|
|
|
|
[Mapping iec958-stereo]
|
|
device-strings = iec958:%f
|
|
channel-map = left,right
|
|
paths-input = iec958-stereo-input
|
|
paths-output = iec958-stereo-output
|
|
priority = 5
|