| | 1 | # This file is part of PulseAudio. |
| | 2 | # |
| | 3 | # PulseAudio is free software; you can redistribute it and/or modify |
| | 4 | # it under the terms of the GNU Lesser General Public License as |
| | 5 | # published by the Free Software Foundation; either version 2.1 of the |
| | 6 | # License, or (at your option) any later version. |
| | 7 | # |
| | 8 | # PulseAudio is distributed in the hope that it will be useful, but |
| | 9 | # WITHOUT ANY WARRANTY; without even the implied warranty of |
| | 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| | 11 | # General Public License for more details. |
| | 12 | # |
| | 13 | # You should have received a copy of the GNU Lesser General Public License |
| | 14 | # along with PulseAudio; if not, write to the Free Software Foundation, |
| | 15 | # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. |
| | 16 | |
| | 17 | ; M-Audio Delta Audiophile 2496 |
| | 18 | ; |
| | 19 | ; This card, based on the Via ICE1712 chipset, has two stereo audio channels |
| | 20 | ; (1 in and 1 out) and a separate S/PDIF digital stereo channel. Like with |
| | 21 | ; all ICE1712-based cards, this is exposed by ALSA as a single 10-channel |
| | 22 | ; device with some of the channels not connected. |
| | 23 | ; |
| | 24 | ; |
| | 25 | ; See default.conf for an explanation on the directives used here. |
| | 26 | |
| | 27 | [General] |
| | 28 | auto-profiles = no |
| | 29 | |
| | 30 | [Mapping analog-stereo-in] |
| | 31 | description = Analog Stereo Input |
| | 32 | device-strings = hw:%f,0 |
| | 33 | channel-map = front-left,front-right,aux0,aux1,aux2,aux3,aux4,aux5,aux6,aux7,aux8,aux9 |
| | 34 | direction = input |
| | 35 | |
| | 36 | [Mapping analog-stereo-out] |
| | 37 | description = Analog Stereo Output |
| | 38 | device-strings = hw:%f,0 |
| | 39 | channel-map = front-left,front-right,aux0,aux1,aux2,aux3,aux4,aux5,aux6,aux7 |
| | 40 | direction = output |
| | 41 | |
| | 42 | [Mapping analog-digital-stereo-out] |
| | 43 | description = Analog/Digital Stereo Output |
| | 44 | device-strings = hw:%f,0 |
| | 45 | channel-map = front-left,front-right,aux0,aux1,aux2,aux3,aux4,aux5,front-left,front-right |
| | 46 | direction = output |
| | 47 | |
| | 48 | [Mapping digital-stereo-out] |
| | 49 | description = Digital Stereo Output |
| | 50 | device-strings = hw:%f,0 |
| | 51 | channel-map = aux0,aux1,aux2,aux3,aux4,aux5,aux6,aux7,front-left,front-right |
| | 52 | direction = output |
| | 53 | |
| | 54 | [Mapping digital-stereo-in] |
| | 55 | description = Digital Stereo Input |
| | 56 | device-strings = hw:%f,0 |
| | 57 | channel-map = aux0,aux1,aux2,aux3,aux4,aux5,aux6,aux7,front-left,front-right,aux8,aux9 |
| | 58 | direction = input |
| | 59 | |
| | 60 | |
| | 61 | [Profile output:stereo] |
| | 62 | description = Analog Stereo Output |
| | 63 | output-mappings = analog-stereo-out |
| | 64 | input-mappings = |
| | 65 | priority = 80 |
| | 66 | skip-probe = yes |
| | 67 | |
| | 68 | [Profile output:stereo-da+input:stereo-analog] |
| | 69 | description = Analog Stereo Input/Output |
| | 70 | output-mappings = analog-stereo-out |
| | 71 | input-mappings = analog-stereo-in |
| | 72 | priority = 100 |
| | 73 | skip-probe = yes |
| | 74 | |
| | 75 | [Profile output:stereo-da+input:stereo-analog] |
| | 76 | description = Analog Stereo Input/Output, Digital Stereo Output |
| | 77 | output-mappings = analog-digital-stereo-out |
| | 78 | input-mappings = analog-stereo-in |
| | 79 | priority = 90 |
| | 80 | skip-probe = yes |
| | 81 | |
| | 82 | [Profile output:spdif] |
| | 83 | description = Digital Stereo Output (Analog Disabled) |
| | 84 | output-mappings = digital-stereo-out |
| | 85 | input-mappings = |
| | 86 | priority = 60 |
| | 87 | skip-probe = yes |
| | 88 | |
| | 89 | [Profile output:spdif+input:spdif] |
| | 90 | description = Digital Stereo Input/Output (Analog Disabled) |
| | 91 | output-mappings = digital-stereo-out |
| | 92 | input-mappings = digital-stereo-in |
| | 93 | priority = 70 |
| | 94 | skip-probe = yes |
| | 95 | |