diff --git a/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml b/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml
index b21a45a2bd..faf92f8d31 100644
--- a/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml
+++ b/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml
@@ -82,16 +82,16 @@
Files
- All the relevant code currently (FreeBSD 4.4) lives in
+ All the relevant code lives in
/usr/src/sys/dev/sound/, except for the
public ioctl interface definitions, found in
/usr/src/sys/sys/soundcard.h
Under /usr/src/sys/dev/sound/, the
pcm/ directory holds the central code,
- while the isa/ and
- pci/ directories have the drivers for ISA
- and PCI boards.
+ while the pci/, isa/
+ and usb/ directories have the drivers
+ for PCI and ISA boards, and for USB audio devices.
@@ -527,7 +527,7 @@
channel_resetdone(), and
channel_notify() are for special purposes
and should not be implemented in a driver without discussing
- it with the authorities (&a.cg;).
+ it on the &a.multimedia;.
channel_setdir() is deprecated.