diff options
| author | Dave Jones <davej@suse.de> | 2002-04-02 19:19:55 -0800 |
|---|---|---|
| committer | Dave Jones <davej@suse.de> | 2002-04-02 19:19:55 -0800 |
| commit | a26702694e6dc5c6fe61709bd344cef9bcf3dfd5 (patch) | |
| tree | 7384ed01c561882dac8c22c6c789c3e238ac4508 /Documentation/DocBook | |
| parent | a04a1bed8dfe791c922d8ac026df5215f5adc95c (diff) | |
[PATCH] about locations of various sound files.
introduction of ALSA moved some files around.
This updates various references.
Diffstat (limited to 'Documentation/DocBook')
| -rw-r--r-- | Documentation/DocBook/Makefile | 8 | ||||
| -rw-r--r-- | Documentation/DocBook/kernel-api.tmpl | 4 | ||||
| -rw-r--r-- | Documentation/DocBook/via-audio.tmpl | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index a564b85dc260..c8f0c981ecac 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -59,8 +59,8 @@ z8530book.sgml: z8530book.tmpl $(TOPDIR)/drivers/net/wan/z85230.c $(TOPDIR)/scripts/docgen $(TOPDIR)/drivers/net/wan/z85230.c \ <z8530book.tmpl >z8530book.sgml -via-audio.sgml: via-audio.tmpl $(TOPDIR)/drivers/sound/via82cxxx_audio.c - $(TOPDIR)/scripts/docgen $(TOPDIR)/drivers/sound/via82cxxx_audio.c \ +via-audio.sgml: via-audio.tmpl $(TOPDIR)/sound/oss/via82cxxx_audio.c + $(TOPDIR)/scripts/docgen $(TOPDIR)/sound/oss/via82cxxx_audio.c \ <via-audio.tmpl >via-audio.sgml tulip-user.sgml: tulip-user.tmpl @@ -100,8 +100,8 @@ APISOURCES := $(TOPDIR)/drivers/media/video/videodev.c \ $(TOPDIR)/drivers/hotplug/pci_hotplug_core.c \ $(TOPDIR)/drivers/hotplug/pci_hotplug_util.c \ $(TOPDIR)/drivers/block/ll_rw_blk.c \ - $(TOPDIR)/drivers/sound/sound_core.c \ - $(TOPDIR)/drivers/sound/sound_firmware.c \ + $(TOPDIR)/sound/sound_core.c \ + $(TOPDIR)/sound/sound_firmware.c \ $(TOPDIR)/drivers/net/wan/syncppp.c \ $(TOPDIR)/drivers/net/wan/z85230.c \ $(TOPDIR)/drivers/usb/hcd.c \ diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index 69bf70946026..8b7088186c0d 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl @@ -203,8 +203,8 @@ <chapter id="snddev"> <title>Sound Devices</title> -!Edrivers/sound/sound_core.c -!Idrivers/sound/sound_firmware.c +!Esound/sound_core.c +!Isound/sound_firmware.c </chapter> <chapter id="usb"> diff --git a/Documentation/DocBook/via-audio.tmpl b/Documentation/DocBook/via-audio.tmpl index f06641a623f7..4cf6ff28a50e 100644 --- a/Documentation/DocBook/via-audio.tmpl +++ b/Documentation/DocBook/via-audio.tmpl @@ -537,7 +537,7 @@ Version 1.1.6 </listitem> <listitem> <para> - Optimize included headers to eliminate headers found in linux/drivers/sound + Optimize included headers to eliminate headers found in linux/sound </para> </listitem> </itemizedlist> @@ -587,7 +587,7 @@ Version 1.1.4 <chapter id="intfunctions"> <title>Internal Functions</title> -!Idrivers/sound/via82cxxx_audio.c +!Isound/oss/via82cxxx_audio.c </chapter> </book> |
