From f30c2269544bffc7bf1b0d7c0abe5be1be83b8cb Mon Sep 17 00:00:00 2001 From: Uwe Zeisberger Date: Tue, 3 Oct 2006 23:01:26 +0200 Subject: fix file specification in comments Many files include the filename at the beginning, serveral used a wrong one. Signed-off-by: Uwe Zeisberger Signed-off-by: Adrian Bunk --- sound/oss/ad1848.c | 2 +- sound/oss/ad1848_mixer.h | 2 +- sound/oss/adlib_card.c | 2 +- sound/oss/audio.c | 2 +- sound/oss/awe_hw.h | 2 +- sound/oss/awe_wave.c | 2 +- sound/oss/awe_wave.h | 2 +- sound/oss/dev_table.c | 2 +- sound/oss/dmabuf.c | 2 +- sound/oss/gus_card.c | 2 +- sound/oss/gus_midi.c | 2 +- sound/oss/gus_wave.c | 2 +- sound/oss/harmony.c | 2 +- sound/oss/ics2101.c | 2 +- sound/oss/iwmem.h | 2 +- sound/oss/maui.c | 2 +- sound/oss/midi_synth.c | 2 +- sound/oss/midibuf.c | 2 +- sound/oss/mpu401.c | 2 +- sound/oss/opl3.c | 2 +- sound/oss/opl3sa.c | 2 +- sound/oss/opl3sa2.c | 2 +- sound/oss/pas2_card.c | 2 +- sound/oss/pas2_midi.c | 2 +- sound/oss/pas2_mixer.c | 2 +- sound/oss/pss.c | 2 +- sound/oss/sb_audio.c | 2 +- sound/oss/sb_common.c | 2 +- sound/oss/sb_midi.c | 2 +- sound/oss/sb_mixer.c | 2 +- sound/oss/sb_mixer.h | 2 +- sound/oss/sequencer.c | 2 +- sound/oss/sgalaxy.c | 2 +- sound/oss/sound_timer.c | 2 +- sound/oss/soundcard.c | 2 +- sound/oss/sscape.c | 2 +- sound/oss/sys_timer.c | 2 +- sound/oss/trix.c | 2 +- sound/oss/uart401.c | 2 +- sound/oss/uart6850.c | 2 +- sound/oss/v_midi.c | 2 +- sound/oss/waveartist.c | 2 +- sound/oss/waveartist.h | 2 +- sound/oss/wf_midi.c | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) (limited to 'sound') diff --git a/sound/oss/ad1848.c b/sound/oss/ad1848.c index 3b45e11..f6b6b88 100644 --- a/sound/oss/ad1848.c +++ b/sound/oss/ad1848.c @@ -1,5 +1,5 @@ /* - * sound/ad1848.c + * sound/oss/ad1848.c * * The low level driver for the AD1848/CS4248 codec chip which * is used for example in the MS Sound System. diff --git a/sound/oss/ad1848_mixer.h b/sound/oss/ad1848_mixer.h index f9231c6..2cf719b 100644 --- a/sound/oss/ad1848_mixer.h +++ b/sound/oss/ad1848_mixer.h @@ -1,5 +1,5 @@ /* - * sound/ad1848_mixer.h + * sound/oss/ad1848_mixer.h * * Definitions for the mixer of AD1848 and compatible codecs. */ diff --git a/sound/oss/adlib_card.c b/sound/oss/adlib_card.c index 6414ceb..c9a7c9b 100644 --- a/sound/oss/adlib_card.c +++ b/sound/oss/adlib_card.c @@ -1,5 +1,5 @@ /* - * sound/adlib_card.c + * sound/oss/adlib_card.c * * Detection routine for the AdLib card. * diff --git a/sound/oss/audio.c b/sound/oss/audio.c index 22dd63c..89bd27a 100644 --- a/sound/oss/audio.c +++ b/sound/oss/audio.c @@ -1,5 +1,5 @@ /* - * sound/audio.c + * sound/oss/audio.c * * Device file manager for /dev/audio */ diff --git a/sound/oss/awe_hw.h b/sound/oss/awe_hw.h index 7e403ad..ab00c3c 100644 --- a/sound/oss/awe_hw.h +++ b/sound/oss/awe_hw.h @@ -1,5 +1,5 @@ /* - * sound/awe_hw.h + * sound/oss/awe_hw.h * * Access routines and definitions for the low level driver for the * Creative AWE32/SB32/AWE64 wave table synth. diff --git a/sound/oss/awe_wave.c b/sound/oss/awe_wave.c index d1a0eb2..01c592c 100644 --- a/sound/oss/awe_wave.c +++ b/sound/oss/awe_wave.c @@ -1,5 +1,5 @@ /* - * sound/awe_wave.c + * sound/oss/awe_wave.c * * The low level driver for the AWE32/SB32/AWE64 wave table synth. * version 0.4.4; Jan. 4, 2000 diff --git a/sound/oss/awe_wave.h b/sound/oss/awe_wave.h index a3aa018..fe58481 100644 --- a/sound/oss/awe_wave.h +++ b/sound/oss/awe_wave.h @@ -1,5 +1,5 @@ /* - * sound/awe_config.h + * sound/oss/awe_wave.h * * Configuration of AWE32/SB32/AWE64 wave table synth driver. * version 0.4.4; Jan. 4, 2000 diff --git a/sound/oss/dev_table.c b/sound/oss/dev_table.c index f65a904..fb64279 100644 --- a/sound/oss/dev_table.c +++ b/sound/oss/dev_table.c @@ -1,5 +1,5 @@ /* - * sound/dev_table.c + * sound/oss/dev_table.c * * Device call tables. * diff --git a/sound/oss/dmabuf.c b/sound/oss/dmabuf.c index 15ce711..6c1cf74 100644 --- a/sound/oss/dmabuf.c +++ b/sound/oss/dmabuf.c @@ -1,5 +1,5 @@ /* - * sound/dmabuf.c + * sound/oss/dmabuf.c * * The DMA buffer manager for digitized voice applications */ diff --git a/sound/oss/gus_card.c b/sound/oss/gus_card.c index dbb2977..a3d6ae3 100644 --- a/sound/oss/gus_card.c +++ b/sound/oss/gus_card.c @@ -1,5 +1,5 @@ /* - * sound/gus_card.c + * sound/oss/gus_card.c * * Detection routine for the Gravis Ultrasound. * diff --git a/sound/oss/gus_midi.c b/sound/oss/gus_midi.c index b48f57c..d1997a4 100644 --- a/sound/oss/gus_midi.c +++ b/sound/oss/gus_midi.c @@ -1,5 +1,5 @@ /* - * sound/gus2_midi.c + * sound/oss/gus_midi.c * * The low level driver for the GUS Midi Interface. * diff --git a/sound/oss/gus_wave.c b/sound/oss/gus_wave.c index 942d518..597db7a 100644 --- a/sound/oss/gus_wave.c +++ b/sound/oss/gus_wave.c @@ -1,5 +1,5 @@ /* - * sound/gus_wave.c + * sound/oss/gus_wave.c * * Driver for the Gravis UltraSound wave table synth. * diff --git a/sound/oss/harmony.c b/sound/oss/harmony.c index 591683c..6601b28 100644 --- a/sound/oss/harmony.c +++ b/sound/oss/harmony.c @@ -1,5 +1,5 @@ /* - drivers/sound/harmony.c + sound/oss/harmony.c This is a sound driver for ASP's and Lasi's Harmony sound chip and is unlikely to be used for anything other than on a HP PA-RISC. diff --git a/sound/oss/ics2101.c b/sound/oss/ics2101.c index d5f3be8..45918df 100644 --- a/sound/oss/ics2101.c +++ b/sound/oss/ics2101.c @@ -1,5 +1,5 @@ /* - * sound/ics2101.c + * sound/oss/ics2101.c * * Driver for the ICS2101 mixer of GUS v3.7. * diff --git a/sound/oss/iwmem.h b/sound/oss/iwmem.h index 84745fbc..48d333c 100644 --- a/sound/oss/iwmem.h +++ b/sound/oss/iwmem.h @@ -1,5 +1,5 @@ /* - * sound/iwmem.h + * sound/oss/iwmem.h * * DRAM size encoding table for AMD Interwave chip. */ diff --git a/sound/oss/maui.c b/sound/oss/maui.c index 05cf194..317f225 100644 --- a/sound/oss/maui.c +++ b/sound/oss/maui.c @@ -1,5 +1,5 @@ /* - * sound/maui.c + * sound/oss/maui.c * * The low level driver for Turtle Beach Maui and Tropez. * diff --git a/sound/oss/midi_synth.c b/sound/oss/midi_synth.c index 972edc6..d2ab5c0 100644 --- a/sound/oss/midi_synth.c +++ b/sound/oss/midi_synth.c @@ -1,5 +1,5 @@ /* - * sound/midi_synth.c + * sound/oss/midi_synth.c * * High level midi sequencer manager for dumb MIDI interfaces. */ diff --git a/sound/oss/midibuf.c b/sound/oss/midibuf.c index 6982556..c0e4bbc 100644 --- a/sound/oss/midibuf.c +++ b/sound/oss/midibuf.c @@ -1,5 +1,5 @@ /* - * sound/midibuf.c + * sound/oss/midibuf.c * * Device file manager for /dev/midi# */ diff --git a/sound/oss/mpu401.c b/sound/oss/mpu401.c index 0aac54c..321f4c4 100644 --- a/sound/oss/mpu401.c +++ b/sound/oss/mpu401.c @@ -1,5 +1,5 @@ /* - * sound/mpu401.c + * sound/oss/mpu401.c * * The low level driver for Roland MPU-401 compatible Midi cards. */ diff --git a/sound/oss/opl3.c b/sound/oss/opl3.c index a31734b..4799bc7 100644 --- a/sound/oss/opl3.c +++ b/sound/oss/opl3.c @@ -1,5 +1,5 @@ /* - * sound/opl3.c + * sound/oss/opl3.c * * A low level driver for Yamaha YM3812 and OPL-3 -chips * diff --git a/sound/oss/opl3sa.c b/sound/oss/opl3sa.c index fe4907c..2535ed0 100644 --- a/sound/oss/opl3sa.c +++ b/sound/oss/opl3sa.c @@ -1,5 +1,5 @@ /* - * sound/opl3sa.c + * sound/oss/opl3sa.c * * Low level driver for Yamaha YMF701B aka OPL3-SA chip * diff --git a/sound/oss/opl3sa2.c b/sound/oss/opl3sa2.c index aec05a2..e20051f 100644 --- a/sound/oss/opl3sa2.c +++ b/sound/oss/opl3sa2.c @@ -1,5 +1,5 @@ /* - * sound/opl3sa2.c + * sound/oss/opl3sa2.c * * A low level driver for Yamaha OPL3-SA2 and SA3 cards. * NOTE: All traces of the name OPL3-SAx have now (December 2000) been diff --git a/sound/oss/pas2_card.c b/sound/oss/pas2_card.c index 9766600..4ebb963 100644 --- a/sound/oss/pas2_card.c +++ b/sound/oss/pas2_card.c @@ -1,5 +1,5 @@ /* - * sound/pas2_card.c + * sound/oss/pas2_card.c * * Detection routine for the Pro Audio Spectrum cards. */ diff --git a/sound/oss/pas2_midi.c b/sound/oss/pas2_midi.c index 79d6a58..1122d10 100644 --- a/sound/oss/pas2_midi.c +++ b/sound/oss/pas2_midi.c @@ -1,5 +1,5 @@ /* - * sound/pas2_midi.c + * sound/oss/pas2_midi.c * * The low level driver for the PAS Midi Interface. */ diff --git a/sound/oss/pas2_mixer.c b/sound/oss/pas2_mixer.c index 4aade53..a0bcb85 100644 --- a/sound/oss/pas2_mixer.c +++ b/sound/oss/pas2_mixer.c @@ -1,6 +1,6 @@ /* - * sound/pas2_mixer.c + * sound/oss/pas2_mixer.c * * Mixer routines for the Pro Audio Spectrum cards. */ diff --git a/sound/oss/pss.c b/sound/oss/pss.c index 37ee234..ece428b 100644 --- a/sound/oss/pss.c +++ b/sound/oss/pss.c @@ -1,5 +1,5 @@ /* - * sound/pss.c + * sound/oss/pss.c * * The low level driver for the Personal Sound System (ECHO ESC614). * diff --git a/sound/oss/sb_audio.c b/sound/oss/sb_audio.c index 75e54f6..733b014 100644 --- a/sound/oss/sb_audio.c +++ b/sound/oss/sb_audio.c @@ -1,5 +1,5 @@ /* - * sound/sb_audio.c + * sound/oss/sb_audio.c * * Audio routines for Sound Blaster compatible cards. * diff --git a/sound/oss/sb_common.c b/sound/oss/sb_common.c index 35bab6e..bbe5b75 100644 --- a/sound/oss/sb_common.c +++ b/sound/oss/sb_common.c @@ -1,5 +1,5 @@ /* - * sound/sb_common.c + * sound/oss/sb_common.c * * Common routines for Sound Blaster compatible cards. * diff --git a/sound/oss/sb_midi.c b/sound/oss/sb_midi.c index ed3bd06..2e3bc04 100644 --- a/sound/oss/sb_midi.c +++ b/sound/oss/sb_midi.c @@ -1,5 +1,5 @@ /* - * sound/sb_dsp.c + * sound/oss/sb_midi.c * * The low level driver for the Sound Blaster DS chips. * diff --git a/sound/oss/sb_mixer.c b/sound/oss/sb_mixer.c index ccb21d4..238e2cf 100644 --- a/sound/oss/sb_mixer.c +++ b/sound/oss/sb_mixer.c @@ -1,5 +1,5 @@ /* - * sound/sb_mixer.c + * sound/oss/sb_mixer.c * * The low level mixer driver for the Sound Blaster compatible cards. */ diff --git a/sound/oss/sb_mixer.h b/sound/oss/sb_mixer.h index ab74426..4b9425f 100644 --- a/sound/oss/sb_mixer.h +++ b/sound/oss/sb_mixer.h @@ -1,5 +1,5 @@ /* - * sound/sb_mixer.h + * sound/oss/sb_mixer.h * * Definitions for the SB Pro and SB16 mixers */ diff --git a/sound/oss/sequencer.c b/sound/oss/sequencer.c index 6815c30..0ce4e4e 100644 --- a/sound/oss/sequencer.c +++ b/sound/oss/sequencer.c @@ -1,5 +1,5 @@ /* - * sound/sequencer.c + * sound/oss/sequencer.c * * The sequencer personality manager. */ diff --git a/sound/oss/sgalaxy.c b/sound/oss/sgalaxy.c index 3f32d46..0bcff67 100644 --- a/sound/oss/sgalaxy.c +++ b/sound/oss/sgalaxy.c @@ -1,5 +1,5 @@ /* - * sound/sgalaxy.c + * sound/oss/sgalaxy.c * * Low level driver for Aztech Sound Galaxy cards. * Copyright 1998 Artur Skawina diff --git a/sound/oss/sound_timer.c b/sound/oss/sound_timer.c index bc2777d..146bf85 100644 --- a/sound/oss/sound_timer.c +++ b/sound/oss/sound_timer.c @@ -1,5 +1,5 @@ /* - * sound/sound_timer.c + * sound/oss/sound_timer.c */ /* * Copyright (C) by Hannu Savolainen 1993-1997 diff --git a/sound/oss/soundcard.c b/sound/oss/soundcard.c index 0860d67..683dc00 100644 --- a/sound/oss/soundcard.c +++ b/sound/oss/soundcard.c @@ -1,5 +1,5 @@ /* - * linux/drivers/sound/soundcard.c + * linux/sound/oss/soundcard.c * * Sound card driver for Linux * diff --git a/sound/oss/sscape.c b/sound/oss/sscape.c index 9ed5211..51f2fa6 100644 --- a/sound/oss/sscape.c +++ b/sound/oss/sscape.c @@ -1,5 +1,5 @@ /* - * sound/sscape.c + * sound/oss/sscape.c * * Low level driver for Ensoniq SoundScape * diff --git a/sound/oss/sys_timer.c b/sound/oss/sys_timer.c index c9d0451..1075344 100644 --- a/sound/oss/sys_timer.c +++ b/sound/oss/sys_timer.c @@ -1,5 +1,5 @@ /* - * sound/sys_timer.c + * sound/oss/sys_timer.c * * The default timer for the Level 2 sequencer interface * Uses the (1/HZ sec) timer of kernel. diff --git a/sound/oss/trix.c b/sound/oss/trix.c index d1f1f15..e04169e 100644 --- a/sound/oss/trix.c +++ b/sound/oss/trix.c @@ -1,5 +1,5 @@ /* - * sound/trix.c + * sound/oss/trix.c * * Low level driver for the MediaTrix AudioTrix Pro * (MT-0002-PC Control Chip) diff --git a/sound/oss/uart401.c b/sound/oss/uart401.c index a3d75ba..8e18b6e 100644 --- a/sound/oss/uart401.c +++ b/sound/oss/uart401.c @@ -1,5 +1,5 @@ /* - * sound/uart401.c + * sound/oss/uart401.c * * MPU-401 UART driver (formerly uart401_midi.c) * diff --git a/sound/oss/uart6850.c b/sound/oss/uart6850.c index 74ae75f..501d3e6 100644 --- a/sound/oss/uart6850.c +++ b/sound/oss/uart6850.c @@ -1,5 +1,5 @@ /* - * sound/uart6850.c + * sound/oss/uart6850.c * * * Copyright (C) by Hannu Savolainen 1993-1997 diff --git a/sound/oss/v_midi.c b/sound/oss/v_midi.c index a7ef04f..d952b22 100644 --- a/sound/oss/v_midi.c +++ b/sound/oss/v_midi.c @@ -1,5 +1,5 @@ /* - * sound/v_midi.c + * sound/oss/v_midi.c * * The low level driver for the Sound Blaster DS chips. * diff --git a/sound/oss/waveartist.c b/sound/oss/waveartist.c index 22d2662..59a2f28 100644 --- a/sound/oss/waveartist.c +++ b/sound/oss/waveartist.c @@ -1,5 +1,5 @@ /* - * linux/drivers/sound/waveartist.c + * linux/sound/oss/waveartist.c * * The low level driver for the RWA010 Rockwell Wave Artist * codec chip used in the Rebel.com NetWinder. diff --git a/sound/oss/waveartist.h b/sound/oss/waveartist.h index 2033fb8..dac4ca9 100644 --- a/sound/oss/waveartist.h +++ b/sound/oss/waveartist.h @@ -1,5 +1,5 @@ /* - * linux/drivers/sound/waveartist.h + * linux/sound/oss/waveartist.h * * def file for Rockwell RWA010 chip set, as installed in Rebel.com NetWinder */ diff --git a/sound/oss/wf_midi.c b/sound/oss/wf_midi.c index 3f3a390..75c0c14 100644 --- a/sound/oss/wf_midi.c +++ b/sound/oss/wf_midi.c @@ -1,5 +1,5 @@ /* - * sound/wf_midi.c + * sound/oss/wf_midi.c * * The low level driver for the WaveFront ICS2115 MIDI interface(s) * Note that there is also an MPU-401 emulation (actually, a UART-401 -- cgit v1.1