diff options
author | cg <cg@FreeBSD.org> | 1999-11-20 16:50:33 +0000 |
---|---|---|
committer | cg <cg@FreeBSD.org> | 1999-11-20 16:50:33 +0000 |
commit | b2eb38ffac6c6bdaa36a993f56f02c68a7e12fc6 (patch) | |
tree | 7ae8874a48e567b33d8d21d34a672f52c6e5978c /sys/dev/sound/isa | |
parent | f65e4dc8cd7e232012422502e55bafb00fa908f8 (diff) | |
download | FreeBSD-src-b2eb38ffac6c6bdaa36a993f56f02c68a7e12fc6.zip FreeBSD-src-b2eb38ffac6c6bdaa36a993f56f02c68a7e12fc6.tar.gz |
repo-copied to make way for newmidi, this commit updates include paths
Diffstat (limited to 'sys/dev/sound/isa')
-rw-r--r-- | sys/dev/sound/isa/ad1816.c | 4 | ||||
-rw-r--r-- | sys/dev/sound/isa/es1888.c | 4 | ||||
-rw-r--r-- | sys/dev/sound/isa/mss.c | 4 | ||||
-rw-r--r-- | sys/dev/sound/isa/sb.c | 4 | ||||
-rw-r--r-- | sys/dev/sound/isa/sb16.c | 4 | ||||
-rw-r--r-- | sys/dev/sound/isa/sb8.c | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/sys/dev/sound/isa/ad1816.c b/sys/dev/sound/isa/ad1816.c index b2841b2..be84f43 100644 --- a/sys/dev/sound/isa/ad1816.c +++ b/sys/dev/sound/isa/ad1816.c @@ -28,11 +28,11 @@ * $FreeBSD$ */ -#include <dev/pcm/sound.h> +#include <dev/sound/pcm/sound.h> #if NPCM > 0 && NPNP > 0 -#include <dev/pcm/isa/ad1816.h> +#include <dev/sound/isa/ad1816.h> struct ad1816_info; diff --git a/sys/dev/sound/isa/es1888.c b/sys/dev/sound/isa/es1888.c index 75df6b4..d19deea 100644 --- a/sys/dev/sound/isa/es1888.c +++ b/sys/dev/sound/isa/es1888.c @@ -26,8 +26,8 @@ * $FreeBSD$ */ -#include <dev/pcm/sound.h> -#include <dev/pcm/isa/sb.h> +#include <dev/sound/pcm/sound.h> +#include <dev/sound/isa/sb.h> #if NPCM > 0 diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c index 1c1cd30..c1e98dd 100644 --- a/sys/dev/sound/isa/mss.c +++ b/sys/dev/sound/isa/mss.c @@ -28,12 +28,12 @@ * $FreeBSD$ */ -#include <dev/pcm/sound.h> +#include <dev/sound/pcm/sound.h> #if NPCM > 0 /* board-specific include files */ -#include <dev/pcm/isa/mss.h> +#include <dev/sound/isa/mss.h> struct mss_info; diff --git a/sys/dev/sound/isa/sb.c b/sys/dev/sound/isa/sb.c index ed1eefe..8c41bac 100644 --- a/sys/dev/sound/isa/sb.c +++ b/sys/dev/sound/isa/sb.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); 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); diff --git a/sys/dev/sound/isa/sb8.c b/sys/dev/sound/isa/sb8.c index ed1eefe..8c41bac 100644 --- a/sys/dev/sound/isa/sb8.c +++ b/sys/dev/sound/isa/sb8.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); |