$NetBSD: patch-be,v 1.3 2008/12/20 00:43:47 jmcneill Exp $

--- libao2/audio_out.c.orig	2008-12-19 19:39:23.000000000 -0500
+++ libao2/audio_out.c	2008-12-19 19:39:37.000000000 -0500
@@ -26,7 +26,7 @@ extern ao_functions_t audio_out_arts;
 extern ao_functions_t audio_out_esd;
 #endif
 #ifdef USE_POLYP
-extern ao_functions_t audio_out_polyp;
+extern ao_functions_t audio_out_pulse;
 #endif
 #ifdef USE_JACK
 extern ao_functions_t audio_out_jack;
@@ -113,7 +113,7 @@ ao_functions_t* audio_out_drivers[] =
         &audio_out_esd,
 #endif
 #ifdef USE_POLYP
-        &audio_out_polyp,
+        &audio_out_pulse,
 #endif
 #ifdef USE_JACK
         &audio_out_jack,
