From cc4a74eff5e0614a03036d8c398c3557e0ec358f Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 12 May 2007 17:17:45 +0200 Subject: [PATCH 1/1] 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. --- alsa_write.ggo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2