Index: mythmusic/mythmusic/avfdecoder.cpp
===================================================================
--- mythmusic/mythmusic/avfdecoder.cpp	(revision 15223)
+++ mythmusic/mythmusic/avfdecoder.cpp	(working copy)
@@ -147,7 +147,7 @@
     // Determine the output format
     // Given we are outputing to a sound card, this will always
     // be a PCM format
-    fmt = guess_format("audio_device", NULL, NULL);
+    fmt = guess_format("s16le", NULL, NULL);
     if (!fmt)
         return FALSE;
 
