Author: ks156
Date: 2009-01-23 14:54:14 +0100 (Fri, 23 Jan 2009)
New Revision: 3526
Modified:
software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sound_flash.c
Log:
* Fixed a bug with the sound reflashing on linux.
I've replaced the command 'default:hwX,Y' by 'plughw:TuxDroid'.
Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sound_flash.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sound_flash.c
2009-01-23 13:44:55 UTC (rev 3525)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sound_flash.c
2009-01-23 13:54:14 UTC (rev 3526)
@@ -523,7 +523,7 @@
if (hw_audio_name[0] != '\0')
{
- sprintf(cmd, "aplay -D %s %s", hw_audio_name, wav_path);
+ sprintf(cmd, "aplay -D plughw:TuxDroid %s", wav_path);
r = system(cmd);
if (r == 0)
ret = true;
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn