78 lines
2.1 KiB
Plaintext
78 lines
2.1 KiB
Plaintext
# 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/>.
|
|
|
|
; Audio profile for Digi ConnectCore 6 SBC SGTL5000 sound card
|
|
;
|
|
; Copyright (C) 2017 by Digi International Inc.
|
|
;
|
|
; This device can operate in either mono or stereo for output, input or duplex
|
|
;
|
|
; Profile probing is skipped to save time during loading
|
|
;
|
|
; See default.conf for an explanation on the directives used here.
|
|
|
|
[General]
|
|
auto-profiles = no
|
|
|
|
[Mapping analog-mono]
|
|
description = Analog Mono
|
|
device-strings = hw:%f
|
|
channel-map = mono
|
|
priority = 2
|
|
|
|
[Mapping analog-stereo]
|
|
description = Analog Stereo
|
|
device-strings = hw:%f
|
|
channel-map = left,right
|
|
priority = 60
|
|
|
|
[Profile input:analog-mono]
|
|
description = Analog Mono Input
|
|
input-mappings = analog-mono
|
|
skip-probe = yes
|
|
priority = 2
|
|
|
|
[Profile input:analog-stereo]
|
|
description = Analog Stereo Input
|
|
input-mappings = analog-stereo
|
|
skip-probe = yes
|
|
priority = 60
|
|
|
|
[Profile output:analog-mono]
|
|
description = Analog Mono Output
|
|
output-mappings = analog-mono
|
|
skip-probe = yes
|
|
priority = 200
|
|
|
|
[Profile output:analog-mono+input:analog-mono]
|
|
description = Analog Mono Duplex
|
|
output-mappings = analog-mono
|
|
input-mappings = analog-mono
|
|
skip-probe = yes
|
|
priority = 202
|
|
|
|
[Profile output:analog-stereo]
|
|
description = Analog Stereo Output
|
|
output-mappings = analog-stereo
|
|
skip-probe = yes
|
|
priority = 6000
|
|
|
|
[Profile output:analog-stereo+input:analog-stereo]
|
|
description = Analog Stereo Duplex
|
|
output-mappings = analog-stereo
|
|
input-mappings = analog-stereo
|
|
skip-probe = yes
|
|
priority = 6060
|