diff options
author | Johann Felix Soden <johfel@users.sourceforge.net> | 2008-01-20 08:41:18 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-01-22 13:43:36 -0500 |
commit | 889c94a14e38e749c8060f597ee7825ea0764229 (patch) | |
tree | a7c94c44784773f362d4e4b85b86434446a2f5ec /sound/oss/Kconfig | |
parent | 4ad2b226e1db58ee227f06379b46347bfd0ded39 (diff) |
Fix file references in documentation and Kconfig
Fix typo in arch/powerpc/boot/flatdevtree_env.h.
There is no Documentation/networking/ixgbe.txt.
README.cycladesZ is now in Documentation/.
wavelan.p.h is now in drivers/net/wireless/.
HFS.txt is now Documentation/filesystems/hfs.txt.
OSS-files are now in sound/oss/.
Signed-off-by: Johann Felix Soden <johfel@users.sourceforge.net>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound/oss/Kconfig')
-rw-r--r-- | sound/oss/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig index af37cd09bddd..857008bb7167 100644 --- a/sound/oss/Kconfig +++ b/sound/oss/Kconfig | |||
@@ -75,7 +75,7 @@ config SOUND_TRIDENT | |||
75 | 75 | ||
76 | 76 | ||
77 | This driver differs slightly from OSS/Free, so PLEASE READ the | 77 | This driver differs slightly from OSS/Free, so PLEASE READ the |
78 | comments at the top of <file:drivers/sound/trident.c>. | 78 | comments at the top of <file:sound/oss/trident.c>. |
79 | 79 | ||
80 | config SOUND_MSNDCLAS | 80 | config SOUND_MSNDCLAS |
81 | tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey" | 81 | tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey" |
@@ -564,7 +564,7 @@ config SOUND_AEDSP16 | |||
564 | questions. | 564 | questions. |
565 | 565 | ||
566 | Read the <file:Documentation/sound/oss/README.OSS> file and the head of | 566 | Read the <file:Documentation/sound/oss/README.OSS> file and the head of |
567 | <file:drivers/sound/aedsp16.c> as well as | 567 | <file:sound/oss/aedsp16.c> as well as |
568 | <file:Documentation/sound/oss/AudioExcelDSP16> to get more information | 568 | <file:Documentation/sound/oss/AudioExcelDSP16> to get more information |
569 | about this driver and its configuration. | 569 | about this driver and its configuration. |
570 | 570 | ||