[pulseaudio-commits] Branch 'next' - src/modules

Tanu Kaskinen tanuk at kemper.freedesktop.org
Thu Aug 6 03:16:23 PDT 2015


 src/modules/alsa/mixer/profile-sets/sb-omni-surround-5.1.conf |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit a77df1a54a625cb69b9a58627fbbc0401c8c96c3
Author: Tanu Kaskinen <tanuk at iki.fi>
Date:   Thu Aug 6 12:13:54 2015 +0200

    alsa-mixer: sb-omni-surround-5.1.conf: rename analog-stereo to analog-stereo-output
    
    The mapping is only useful for output, and this renaming makes the
    name symmetric with the input mapping.

diff --git a/src/modules/alsa/mixer/profile-sets/sb-omni-surround-5.1.conf b/src/modules/alsa/mixer/profile-sets/sb-omni-surround-5.1.conf
index 1c4aa7b..84d8483 100644
--- a/src/modules/alsa/mixer/profile-sets/sb-omni-surround-5.1.conf
+++ b/src/modules/alsa/mixer/profile-sets/sb-omni-surround-5.1.conf
@@ -23,11 +23,12 @@
 [General]
 auto-profiles = yes
 
-[Mapping analog-stereo]
+[Mapping analog-stereo-output]
 device-strings = front:%f hw:%f
 channel-map = left,right
 paths-output = analog-output
 priority = 10
+direction = output
 
 [Mapping analog-stereo-input]
 device-strings = hw:%f,1,0
@@ -75,4 +76,4 @@ device-strings = iec958:%f
 channel-map = left,right
 paths-output = iec958-stereo-output
 priority = 5
-direction = output
\ No newline at end of file
+direction = output



More information about the pulseaudio-commits mailing list