8a5e135
From 86144ee6cb6af54903a8d3d8395751ae26a4d134 Mon Sep 17 00:00:00 2001
8a5e135
From: Lennart Poettering <lennart@poettering.net>
8a5e135
Date: Thu, 14 Jan 2010 21:32:26 +0100
8a5e135
Subject: [PATCH 25/31] client: include dolby channel names in comments
8a5e135
8a5e135
---
8a5e135
 src/pulse/channelmap.h |   20 ++++++++++----------
8a5e135
 1 files changed, 10 insertions(+), 10 deletions(-)
8a5e135
8a5e135
diff --git a/src/pulse/channelmap.h b/src/pulse/channelmap.h
8a5e135
index 469effc..d1d5c8b 100644
8a5e135
--- a/src/pulse/channelmap.h
8a5e135
+++ b/src/pulse/channelmap.h
8a5e135
@@ -74,9 +74,9 @@ typedef enum pa_channel_position {
8a5e135
     PA_CHANNEL_POSITION_INVALID = -1,
8a5e135
     PA_CHANNEL_POSITION_MONO = 0,
8a5e135
 
8a5e135
-    PA_CHANNEL_POSITION_FRONT_LEFT,               /* Apple calls this 'Left' */
8a5e135
-    PA_CHANNEL_POSITION_FRONT_RIGHT,              /* Apple calls this 'Right' */
8a5e135
-    PA_CHANNEL_POSITION_FRONT_CENTER,             /* Apple calls this 'Center' */
8a5e135
+    PA_CHANNEL_POSITION_FRONT_LEFT,               /* Apple, Dolby call this 'Left' */
8a5e135
+    PA_CHANNEL_POSITION_FRONT_RIGHT,              /* Apple, Dolby call this 'Right' */
8a5e135
+    PA_CHANNEL_POSITION_FRONT_CENTER,             /* Apple, Dolby call this 'Center' */
8a5e135
 
8a5e135
 /** \cond fulldocs */
8a5e135
     PA_CHANNEL_POSITION_LEFT = PA_CHANNEL_POSITION_FRONT_LEFT,
8a5e135
@@ -84,20 +84,20 @@ typedef enum pa_channel_position {
8a5e135
     PA_CHANNEL_POSITION_CENTER = PA_CHANNEL_POSITION_FRONT_CENTER,
8a5e135
 /** \endcond */
8a5e135
 
8a5e135
-    PA_CHANNEL_POSITION_REAR_CENTER,              /* Microsoft calls this 'Back Center', Apple calls this 'Center Surround' */
8a5e135
-    PA_CHANNEL_POSITION_REAR_LEFT,                /* Microsoft calls this 'Back Left', Apple calls this 'Left Surround' */
8a5e135
-    PA_CHANNEL_POSITION_REAR_RIGHT,               /* Microsoft calls this 'Back Right', Apple calls this 'Right Surround' */
8a5e135
+    PA_CHANNEL_POSITION_REAR_CENTER,              /* Microsoft calls this 'Back Center', Apple calls this 'Center Surround', Dolby calls this 'Surround Rear Center' */
8a5e135
+    PA_CHANNEL_POSITION_REAR_LEFT,                /* Microsoft calls this 'Back Left', Apple calls this 'Left Surround' (!), Dolby calls this 'Surround Rear Left'  */
8a5e135
+    PA_CHANNEL_POSITION_REAR_RIGHT,               /* Microsoft calls this 'Back Right', Apple calls this 'Right Surround' (!), Dolby calls this 'Surround Rear Right'  */
8a5e135
 
8a5e135
     PA_CHANNEL_POSITION_LFE,                      /* Microsoft calls this 'Low Frequency', Apple calls this 'LFEScreen' */
8a5e135
 /** \cond fulldocs */
8a5e135
     PA_CHANNEL_POSITION_SUBWOOFER = PA_CHANNEL_POSITION_LFE,
8a5e135
 /** \endcond */
8a5e135
 
8a5e135
-    PA_CHANNEL_POSITION_FRONT_LEFT_OF_CENTER,     /* Apple calls this 'Left Center' */
8a5e135
-    PA_CHANNEL_POSITION_FRONT_RIGHT_OF_CENTER,    /* Apple calls this 'Right Center */
8a5e135
+    PA_CHANNEL_POSITION_FRONT_LEFT_OF_CENTER,     /* Apple, Dolby call this 'Left Center' */
8a5e135
+    PA_CHANNEL_POSITION_FRONT_RIGHT_OF_CENTER,    /* Apple, Dolby call this 'Right Center */
8a5e135
 
8a5e135
-    PA_CHANNEL_POSITION_SIDE_LEFT,                /* Apple calls this 'Left Surround Direct' */
8a5e135
-    PA_CHANNEL_POSITION_SIDE_RIGHT,               /* Apple calls this 'Right Surround Direct' */
8a5e135
+    PA_CHANNEL_POSITION_SIDE_LEFT,                /* Apple calls this 'Left Surround Direct', Dolby calls this 'Surround Left' (!) */
8a5e135
+    PA_CHANNEL_POSITION_SIDE_RIGHT,               /* Apple calls this 'Right Surround Direct', Dolby calls this 'Surround Right' (!) */
8a5e135
 
8a5e135
     PA_CHANNEL_POSITION_AUX0,
8a5e135
     PA_CHANNEL_POSITION_AUX1,
8a5e135
-- 
8a5e135
1.6.6
8a5e135