From: Andre Noll Date: Sat, 12 May 2007 15:17:45 +0000 (+0200) Subject: alsa_write.ggo: use "default" instead of "plughw:0,0" as the default device X-Git-Tag: v0.2.17~70 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=cc4a74eff5e0614a03036d8c398c3557e0ec358f;hp=65616923d1789af7df70b7db7e62bbe5d2a03c22 alsa_write.ggo: use "default" instead of "plughw:0,0" as the default device This is what aplay also uses as the default. This change fixes playback of 48 kHz wav files if software mixing is used. --- diff --git a/alsa_write.ggo b/alsa_write.ggo index 8de4958d..dea10173 100644 --- a/alsa_write.ggo +++ b/alsa_write.ggo @@ -5,7 +5,7 @@ option "device" d #~~~~~~~~~~~~~~~~ "set PCM device" string typestr="device" - default="plughw:0,0" + default="default" optional option "channels" c