[Redbutton-devel] SF.net SVN: redbutton: [486] redbutton-browser/trunk/MHEGAudioOutput.h
Brought to you by:
skilvington
|
From: <ski...@us...> - 2008-06-11 08:36:48
|
Revision: 486
http://redbutton.svn.sourceforge.net/redbutton/?rev=486&view=rev
Author: skilvington
Date: 2008-06-11 01:36:45 -0700 (Wed, 11 Jun 2008)
Log Message:
-----------
use "default" as the default ALSA output device
Modified Paths:
--------------
redbutton-browser/trunk/MHEGAudioOutput.h
Modified: redbutton-browser/trunk/MHEGAudioOutput.h
===================================================================
--- redbutton-browser/trunk/MHEGAudioOutput.h 2008-03-20 12:04:54 UTC (rev 485)
+++ redbutton-browser/trunk/MHEGAudioOutput.h 2008-06-11 08:36:45 UTC (rev 486)
@@ -15,7 +15,7 @@
} MHEGAudioOutput;
/* default ALSA device */
-#define ALSA_AUDIO_DEVICE "plughw"
+#define ALSA_AUDIO_DEVICE "default"
bool MHEGAudioOutput_init(MHEGAudioOutput *);
void MHEGAudioOutput_fini(MHEGAudioOutput *);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|