summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/sb16.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/isa/sb16.c')
-rw-r--r--sys/dev/sound/isa/sb16.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/isa/sb16.c b/sys/dev/sound/isa/sb16.c
index ed1eefe..8c41bac 100644
--- a/sys/dev/sound/isa/sb16.c
+++ b/sys/dev/sound/isa/sb16.c
@@ -31,11 +31,11 @@
* $FreeBSD$
*/
-#include <dev/pcm/sound.h>
+#include <dev/sound/pcm/sound.h>
#if NPCM > 0
#define __SB_MIXER_C__ /* XXX warning... */
-#include <dev/pcm/isa/sb.h>
+#include <dev/sound/isa/sb.h>
/* channel interface */
static void *sbchan_init(void *devinfo, snd_dbuf *b, pcm_channel *c, int dir);
OpenPOWER on IntegriCloud