]> err.no Git - mapper/commitdiff
Use alsasink on desktop
authorKaj-Michael Lang <milang@onion.tal.org>
Mon, 3 Mar 2008 09:39:11 +0000 (11:39 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Mon, 3 Mar 2008 09:39:11 +0000 (11:39 +0200)
src/audio.h

index 2d35a9f2267cbe0f71f46a7dcce0fced341764f9..a8f7f442ef7009ec92956e43435c35bcc66504b7 100644 (file)
@@ -6,7 +6,7 @@
 #define AUDIO_SINK "dsppcmsink"
 #else
 #define AUDIO_SRC "alsasrc"
-#define AUDIO_SINK "autoaudiosink"
+#define AUDIO_SINK "alsasink"
 #endif
 
 #endif