Index: emu10k1.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/sound/pci/emu10k1.c,v
retrieving revision 1.58
diff -u -r1.58 emu10k1.c
--- emu10k1.c	21 Jan 2006 16:21:06 -0000	1.58
+++ emu10k1.c	8 May 2006 12:37:56 -0000
@@ -28,7 +28,6 @@
 
 #include <dev/sound/pcm/sound.h>
 #include <dev/sound/pcm/ac97.h>
-#include <gnu/dev/sound/pci/emu10k1.h>
 #include "emu10k1-alsa%diked.h"
 
 #include <dev/pci/pcireg.h>
@@ -272,7 +271,7 @@
 static void
 emu_wrefx(struct sc_info *sc, unsigned int pc, unsigned int data)
 {
-	pc += sc->audigy ? AUDIGY_CODEBASE : MICROCODEBASE;
+	pc += sc->audigy ? A_MICROCODEBASE : MICROCODEBASE;
 	emu_wrptr(sc, 0, pc, data);
 }
 

