alsa_write.ggo: use "default" instead of "plughw:0,0" as the default device
authorAndre Noll <maan@systemlinux.org>
Sat, 12 May 2007 15:17:45 +0000 (17:17 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 12 May 2007 15:17:45 +0000 (17:17 +0200)
This is what aplay also uses as the default. This change fixes playback of 48
kHz wav files if software mixing is used.

alsa_write.ggo

index 8de4958d0af85b6e27a0ee3fd55cee47be7ef967..dea101735401c24a90c72aec1b583f4661d9182d 100644 (file)
@@ -5,7 +5,7 @@ option "device" d
 #~~~~~~~~~~~~~~~~
 "set PCM device"
        string typestr="device"
-       default="plughw:0,0"
+       default="default"
        optional
 
 option "channels" c