153a5a1b3Sopenharmony_ci# This file is part of PulseAudio. 253a5a1b3Sopenharmony_ci# 353a5a1b3Sopenharmony_ci# PulseAudio is free software; you can redistribute it and/or modify 453a5a1b3Sopenharmony_ci# it under the terms of the GNU Lesser General Public License as 553a5a1b3Sopenharmony_ci# published by the Free Software Foundation; either version 2.1 of the 653a5a1b3Sopenharmony_ci# License, or (at your option) any later version. 753a5a1b3Sopenharmony_ci# 853a5a1b3Sopenharmony_ci# PulseAudio is distributed in the hope that it will be useful, but 953a5a1b3Sopenharmony_ci# WITHOUT ANY WARRANTY; without even the implied warranty of 1053a5a1b3Sopenharmony_ci# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 1153a5a1b3Sopenharmony_ci# General Public License for more details. 1253a5a1b3Sopenharmony_ci# 1353a5a1b3Sopenharmony_ci# You should have received a copy of the GNU Lesser General Public License 1453a5a1b3Sopenharmony_ci# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. 1553a5a1b3Sopenharmony_ci 1653a5a1b3Sopenharmony_ci; Creative Sound Blaster Audigy product line 1753a5a1b3Sopenharmony_ci; 1853a5a1b3Sopenharmony_ci; These are just copies of the mappings we find in default.conf, with the 1953a5a1b3Sopenharmony_ci; small change of making analog-stereo and analog-mono non-fallback mappings. 2053a5a1b3Sopenharmony_ci; This is needed because these cards only support duplex profiles with mono 2153a5a1b3Sopenharmony_ci; inputs, and in the default configuration, with stereo being a fallback 2253a5a1b3Sopenharmony_ci; mapping, the mono mapping is never tried. 2353a5a1b3Sopenharmony_ci; 2453a5a1b3Sopenharmony_ci; See default.conf for an explanation on the directives used here. 2553a5a1b3Sopenharmony_ci 2653a5a1b3Sopenharmony_ci[General] 2753a5a1b3Sopenharmony_ciauto-profiles = yes 2853a5a1b3Sopenharmony_ci 2953a5a1b3Sopenharmony_ci# Based on stereo-fallback 3053a5a1b3Sopenharmony_ci[Mapping analog-stereo] 3153a5a1b3Sopenharmony_cidevice-strings = hw:%f 3253a5a1b3Sopenharmony_cichannel-map = front-left,front-right 3353a5a1b3Sopenharmony_cipaths-output = analog-output analog-output-lineout analog-output-speaker analog-output-headphones analog-output-headphones-2 3453a5a1b3Sopenharmony_cipaths-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 3553a5a1b3Sopenharmony_cipriority = 1 3653a5a1b3Sopenharmony_ci 3753a5a1b3Sopenharmony_ci# Based on mono-fallback 3853a5a1b3Sopenharmony_ci[Mapping analog-mono] 3953a5a1b3Sopenharmony_cidevice-strings = hw:%f 4053a5a1b3Sopenharmony_cichannel-map = mono 4153a5a1b3Sopenharmony_cipaths-output = analog-output analog-output-lineout analog-output-speaker analog-output-headphones analog-output-headphones-2 analog-output-mono 4253a5a1b3Sopenharmony_cipaths-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 4353a5a1b3Sopenharmony_cipriority = 1 4453a5a1b3Sopenharmony_ci 4553a5a1b3Sopenharmony_ci# The rest of these are identical to what's in default.conf 4653a5a1b3Sopenharmony_ci[Mapping analog-surround-21] 4753a5a1b3Sopenharmony_cidevice-strings = surround21:%f 4853a5a1b3Sopenharmony_cichannel-map = front-left,front-right,lfe 4953a5a1b3Sopenharmony_cipaths-output = analog-output analog-output-lineout analog-output-speaker 5053a5a1b3Sopenharmony_cipriority = 13 5153a5a1b3Sopenharmony_cidirection = output 5253a5a1b3Sopenharmony_ci 5353a5a1b3Sopenharmony_ci[Mapping analog-surround-40] 5453a5a1b3Sopenharmony_cidevice-strings = surround40:%f 5553a5a1b3Sopenharmony_cichannel-map = front-left,front-right,rear-left,rear-right 5653a5a1b3Sopenharmony_cipaths-output = analog-output analog-output-lineout analog-output-speaker 5753a5a1b3Sopenharmony_cipriority = 12 5853a5a1b3Sopenharmony_cidirection = output 5953a5a1b3Sopenharmony_ci 6053a5a1b3Sopenharmony_ci[Mapping analog-surround-41] 6153a5a1b3Sopenharmony_cidevice-strings = surround41:%f 6253a5a1b3Sopenharmony_cichannel-map = front-left,front-right,rear-left,rear-right,lfe 6353a5a1b3Sopenharmony_cipaths-output = analog-output analog-output-lineout analog-output-speaker 6453a5a1b3Sopenharmony_cipriority = 13 6553a5a1b3Sopenharmony_cidirection = output 6653a5a1b3Sopenharmony_ci 6753a5a1b3Sopenharmony_ci[Mapping analog-surround-50] 6853a5a1b3Sopenharmony_cidevice-strings = surround50:%f 6953a5a1b3Sopenharmony_cichannel-map = front-left,front-right,rear-left,rear-right,front-center 7053a5a1b3Sopenharmony_cipaths-output = analog-output analog-output-lineout analog-output-speaker 7153a5a1b3Sopenharmony_cipriority = 12 7253a5a1b3Sopenharmony_cidirection = output 7353a5a1b3Sopenharmony_ci 7453a5a1b3Sopenharmony_ci[Mapping analog-surround-51] 7553a5a1b3Sopenharmony_cidevice-strings = surround51:%f 7653a5a1b3Sopenharmony_cichannel-map = front-left,front-right,rear-left,rear-right,front-center,lfe 7753a5a1b3Sopenharmony_cipaths-output = analog-output analog-output-lineout analog-output-speaker 7853a5a1b3Sopenharmony_cipriority = 13 7953a5a1b3Sopenharmony_cidirection = output 8053a5a1b3Sopenharmony_ci 8153a5a1b3Sopenharmony_ci[Mapping analog-surround-71] 8253a5a1b3Sopenharmony_cidevice-strings = surround71:%f 8353a5a1b3Sopenharmony_cichannel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right 8453a5a1b3Sopenharmony_cidescription = Analog Surround 7.1 8553a5a1b3Sopenharmony_cipaths-output = analog-output analog-output-lineout analog-output-speaker 8653a5a1b3Sopenharmony_cipriority = 12 8753a5a1b3Sopenharmony_cidirection = output 8853a5a1b3Sopenharmony_ci 8953a5a1b3Sopenharmony_ci[Mapping iec958-stereo] 9053a5a1b3Sopenharmony_cidevice-strings = iec958:%f 9153a5a1b3Sopenharmony_cichannel-map = left,right 9253a5a1b3Sopenharmony_cipaths-input = iec958-stereo-input 9353a5a1b3Sopenharmony_cipaths-output = iec958-stereo-output 9453a5a1b3Sopenharmony_cipriority = 5 95