summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>1999-11-20 16:50:33 +0000
committercg <cg@FreeBSD.org>1999-11-20 16:50:33 +0000
commitb2eb38ffac6c6bdaa36a993f56f02c68a7e12fc6 (patch)
tree7ae8874a48e567b33d8d21d34a672f52c6e5978c /sys/dev/sound/pci
parentf65e4dc8cd7e232012422502e55bafb00fa908f8 (diff)
downloadFreeBSD-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/pci')
-rw-r--r--sys/dev/sound/pci/aureal.c6
-rw-r--r--sys/dev/sound/pci/es137x.c6
-rw-r--r--sys/dev/sound/pci/t4dwave.c6
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/sound/pci/aureal.c b/sys/dev/sound/pci/aureal.c
index 941bdc5..cbbe18f 100644
--- a/sys/dev/sound/pci/aureal.c
+++ b/sys/dev/sound/pci/aureal.c
@@ -29,9 +29,9 @@
#include "pci.h"
#include "pcm.h"
-#include <dev/pcm/sound.h>
-#include <dev/pcm/ac97.h>
-#include <dev/pcm/pci/aureal.h>
+#include <dev/sound/pcm/sound.h>
+#include <dev/sound/pcm/ac97.h>
+#include <dev/sound/pci/aureal.h>
#include <pci/pcireg.h>
#include <pci/pcivar.h>
diff --git a/sys/dev/sound/pci/es137x.c b/sys/dev/sound/pci/es137x.c
index 2ef00e9..8f14960 100644
--- a/sys/dev/sound/pci/es137x.c
+++ b/sys/dev/sound/pci/es137x.c
@@ -53,9 +53,9 @@
#include "pci.h"
#include "pcm.h"
-#include <dev/pcm/sound.h>
-#include <dev/pcm/ac97.h>
-#include <dev/pcm/pci/es137x.h>
+#include <dev/sound/pcm/sound.h>
+#include <dev/sound/pcm/ac97.h>
+#include <dev/sound/pci/es137x.h>
#include <pci/pcireg.h>
#include <pci/pcivar.h>
diff --git a/sys/dev/sound/pci/t4dwave.c b/sys/dev/sound/pci/t4dwave.c
index 795f4d4..c3e6b41 100644
--- a/sys/dev/sound/pci/t4dwave.c
+++ b/sys/dev/sound/pci/t4dwave.c
@@ -29,9 +29,9 @@
#include "pci.h"
#include "pcm.h"
-#include <dev/pcm/sound.h>
-#include <dev/pcm/ac97.h>
-#include <dev/pcm/pci/t4dwave.h>
+#include <dev/sound/pcm/sound.h>
+#include <dev/sound/pcm/ac97.h>
+#include <dev/sound/pci/t4dwave.h>
#include <pci/pcireg.h>
#include <pci/pcivar.h>
OpenPOWER on IntegriCloud