r4316 - trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/phone-kit

graeme at sita.openmoko.org graeme at sita.openmoko.org
Mon Apr 7 10:31:12 CEST 2008


Author: graeme
Date: 2008-04-07 10:31:09 +0200 (Mon, 07 Apr 2008)
New Revision: 4316

Modified:
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/phone-kit/moko-sound.c
Log:
openmoko sound .state files changed location with openmoko-alsa-scenarios


Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/phone-kit/moko-sound.c
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/phone-kit/moko-sound.c	2008-04-07 08:20:10 UTC (rev 4315)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/phone-kit/moko-sound.c	2008-04-07 08:31:09 UTC (rev 4316)
@@ -22,10 +22,12 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-char *sound_profile_filenames[] = { "/etc/gsmhandset.state",
-  "/etc/gsmheadset.state",
-  "/etc/gsmspeakerout.state",
-  "/etc/stereoout.state"};
+char *sound_profile_filenames[] = {
+  "/usr/share/openmoko/scenarios/gsmhandset.state",
+  "/usr/share/openmoko/scenarios/gsmheadset.state",
+  "/usr/share/openmoko/scenarios/gsmspeakerout.state",
+  "/usr/share/openmoko/scenarios/stereoout.state"
+};
 
 void moko_sound_profile_set(int profile) {
   char command[100];





More information about the commitlog mailing list