r2863 - trunk/src/target/OM-2007.2/daemons/neod/src

mickey at sita.openmoko.org mickey at sita.openmoko.org
Thu Aug 30 23:23:31 CEST 2007


Author: mickey
Date: 2007-08-30 23:23:30 +0200 (Thu, 30 Aug 2007)
New Revision: 2863

Modified:
   trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c
Log:
neod: make it compile


Modified: trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c
===================================================================
--- trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c	2007-08-30 21:20:02 UTC (rev 2862)
+++ trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c	2007-08-30 21:23:30 UTC (rev 2863)
@@ -317,12 +317,12 @@
                 if ( event.value == 0 ) /* inserted */
                 {
                     g_debug( "headphones IN" );
-                    g_spawn_command_line_async( "amixer sset \"Amp Mode\" \"Headphones\", NULL );
+                    g_spawn_command_line_async( "amixer sset \"Amp Mode\" \"Headphones\"", NULL );
                 }
                 else if ( event.value == 1 ) /* released */
                 {
                     g_debug( "headphones OUT" );
-                    g_spawn_command_line_async( "amixer sset \"Amp Mode\" \"Stereo Speakers\", NULL );
+                    g_spawn_command_line_async( "amixer sset \"Amp Mode\" \"Stereo Speakers\"", NULL );
                 }
                 neod_buttonactions_powersave_reset();
 #if 0





More information about the commitlog mailing list