[Xfce4-commits] r29168 - xfce4-mixer/branches/xfce_4_4/lib

Danny Milosavljevic dannym at xfce.org
Sun Jan 11 18:15:13 CET 2009


Author: dannym
Date: 2009-01-11 17:15:12 +0000 (Sun, 11 Jan 2009)
New Revision: 29168

Modified:
   xfce4-mixer/branches/xfce_4_4/lib/trans.c
Log:
fix bug# 3254: add SGI Mixer control names.

Modified: xfce4-mixer/branches/xfce_4_4/lib/trans.c
===================================================================
--- xfce4-mixer/branches/xfce_4_4/lib/trans.c	2009-01-11 17:02:15 UTC (rev 29167)
+++ xfce4-mixer/branches/xfce_4_4/lib/trans.c	2009-01-11 17:15:12 UTC (rev 29168)
@@ -64,10 +64,13 @@
 /*
  * IRIX AL translatable names
  *
- * The strings below come from SGI O2
+ * The strings below come from SGI
+ * O2
  * (Iris Audio Processor: version A3 revision 0)
+ * Fuel
+ * (Iris Audio Processor: version MAD revision 1, number 1)
  *
- * If you have an another processor (e.g. A2, RAD, MAD) and
+ * If you have an another processor (e.g. A2, RAD) and
  * Device/Interface names, let me <daichi at xfce.org> know.
  * 
  */
@@ -77,6 +80,9 @@
 	_("A3.AnalogIn"),		/* Analog In		*/
 	_("A3.AnalogOut"),		/* Analog Out		*/
 	_("A3.AnalogOut2"),		/* Analog Out 2		*/
+	_("MAD1.AnalogIn"),		/* Analog In		*/
+	_("MAD1.AnalogOut"),	/* Analog Out		*/
+	_("MAD1.AESOut"),		/* AES Out			*/
 	/* Interface */
 	_("A3.CameraMic"),		/* Camera Mic		*/
 	_("A3.Microphone"),		/* Microphone		*/
@@ -85,7 +91,10 @@
 	_("A3.DAC2In"),			/* DAC2 In			*/
 	_("A3.Speaker"),		/* Speaker/Line Out	*/
 	_("A3.LineOut2"),		/* Line Out 2		*/
+	_("MAD1.Microphone"),	/* Microphone		*/
+	_("MAD1.LineIn"),		/* Line In			*/
+	_("MAD1.LineOut"),		/* Line Out			*/
+	_("MAD1.AESOut"),		/* AES Output		*/
 };
 
 /* vi: set ts=4 sw=4 cindent: */
-




More information about the Xfce4-commits mailing list