]> code.delx.au - pulseaudio/blobdiff - src/modules/alsa/mixer/profile-sets/default.conf
Correct spelling of PulseAudio
[pulseaudio] / src / modules / alsa / mixer / profile-sets / default.conf
index 9f7b5f2b05c949e4c14ef39a2c2e99cef6a0b2a7..31d58cf344ee773f3c99848aa4fc4109dcc50437 100644 (file)
@@ -72,7 +72,7 @@
 ;                                           # section title is the name of the volume element.
 ;                                           #
 ;                                           # NOTE: This feature is meant just as a help for figuring out the correct
-;                                           # decibel values. Pulseaudio is not the correct place to maintain the
+;                                           # decibel values. PulseAudio is not the correct place to maintain the
 ;                                           # decibel mappings!
 ;                                           #
 ;                                           # If you need this feature, then you should make sure that when you have
@@ -148,6 +148,15 @@ paths-output = analog-output analog-output-speaker analog-output-desktop-speaker
 priority = 7
 direction = output
 
+[Mapping analog-4-channel-input]
+# Alsa doesn't currently provide any better device name than "hw" for 4-channel
+# input. If this causes trouble at some point, then we will need to get a new
+# device name standardized in alsa.
+device-strings = hw:%f
+channel-map = aux0,aux1,aux2,aux3
+priority = 1
+direction = input
+
 [Mapping iec958-stereo]
 device-strings = iec958:%f
 channel-map = left,right
@@ -155,22 +164,24 @@ paths-input = iec958-stereo-input
 paths-output = iec958-stereo-output
 priority = 5
 
-[Mapping iec958-passthrough]
-device-strings = iec958:%f
-channel-map = left,right
-direction = output
-paths-output = iec958-passthrough-output
-priority = 5
-
 [Mapping iec958-ac3-surround-40]
 device-strings = a52:%f
 channel-map = front-left,front-right,rear-left,rear-right
+paths-output = iec958-stereo-output
 priority = 2
 direction = output
 
 [Mapping iec958-ac3-surround-51]
 device-strings = a52:%f
 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
+paths-output = iec958-stereo-output
+priority = 3
+direction = output
+
+[Mapping iec958-dts-surround-51]
+device-strings = dca:%f
+channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
+paths-output = iec958-stereo-output
 priority = 3
 direction = output
 
@@ -179,6 +190,7 @@ device-strings = hdmi:%f
 channel-map = left,right
 priority = 4
 direction = output
+paths-output = hdmi-output-0
 
 ; An example for defining multiple-sink profiles
 #[Profile output:analog-stereo+output:iec958-stereo+input:analog-stereo]