fix file specification in comments
Many files include the filename at the beginning, serveral used a wrong one. Signed-off-by: Uwe Zeisberger <Uwe_Zeisberger@digi.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
此提交包含在:
@@ -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.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/ad1848_mixer.h
|
||||
* sound/oss/ad1848_mixer.h
|
||||
*
|
||||
* Definitions for the mixer of AD1848 and compatible codecs.
|
||||
*/
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/adlib_card.c
|
||||
* sound/oss/adlib_card.c
|
||||
*
|
||||
* Detection routine for the AdLib card.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/audio.c
|
||||
* sound/oss/audio.c
|
||||
*
|
||||
* Device file manager for /dev/audio
|
||||
*/
|
||||
|
@@ -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.
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/dev_table.c
|
||||
* sound/oss/dev_table.c
|
||||
*
|
||||
* Device call tables.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/dmabuf.c
|
||||
* sound/oss/dmabuf.c
|
||||
*
|
||||
* The DMA buffer manager for digitized voice applications
|
||||
*/
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/gus_card.c
|
||||
* sound/oss/gus_card.c
|
||||
*
|
||||
* Detection routine for the Gravis Ultrasound.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/gus2_midi.c
|
||||
* sound/oss/gus_midi.c
|
||||
*
|
||||
* The low level driver for the GUS Midi Interface.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/gus_wave.c
|
||||
* sound/oss/gus_wave.c
|
||||
*
|
||||
* Driver for the Gravis UltraSound wave table synth.
|
||||
*
|
||||
|
@@ -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.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/ics2101.c
|
||||
* sound/oss/ics2101.c
|
||||
*
|
||||
* Driver for the ICS2101 mixer of GUS v3.7.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/iwmem.h
|
||||
* sound/oss/iwmem.h
|
||||
*
|
||||
* DRAM size encoding table for AMD Interwave chip.
|
||||
*/
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/maui.c
|
||||
* sound/oss/maui.c
|
||||
*
|
||||
* The low level driver for Turtle Beach Maui and Tropez.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/midi_synth.c
|
||||
* sound/oss/midi_synth.c
|
||||
*
|
||||
* High level midi sequencer manager for dumb MIDI interfaces.
|
||||
*/
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/midibuf.c
|
||||
* sound/oss/midibuf.c
|
||||
*
|
||||
* Device file manager for /dev/midi#
|
||||
*/
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/mpu401.c
|
||||
* sound/oss/mpu401.c
|
||||
*
|
||||
* The low level driver for Roland MPU-401 compatible Midi cards.
|
||||
*/
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/opl3.c
|
||||
* sound/oss/opl3.c
|
||||
*
|
||||
* A low level driver for Yamaha YM3812 and OPL-3 -chips
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/opl3sa.c
|
||||
* sound/oss/opl3sa.c
|
||||
*
|
||||
* Low level driver for Yamaha YMF701B aka OPL3-SA chip
|
||||
*
|
||||
|
@@ -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
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/pas2_card.c
|
||||
* sound/oss/pas2_card.c
|
||||
*
|
||||
* Detection routine for the Pro Audio Spectrum cards.
|
||||
*/
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/pas2_midi.c
|
||||
* sound/oss/pas2_midi.c
|
||||
*
|
||||
* The low level driver for the PAS Midi Interface.
|
||||
*/
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
/*
|
||||
* sound/pas2_mixer.c
|
||||
* sound/oss/pas2_mixer.c
|
||||
*
|
||||
* Mixer routines for the Pro Audio Spectrum cards.
|
||||
*/
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/pss.c
|
||||
* sound/oss/pss.c
|
||||
*
|
||||
* The low level driver for the Personal Sound System (ECHO ESC614).
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/sb_audio.c
|
||||
* sound/oss/sb_audio.c
|
||||
*
|
||||
* Audio routines for Sound Blaster compatible cards.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/sb_common.c
|
||||
* sound/oss/sb_common.c
|
||||
*
|
||||
* Common routines for Sound Blaster compatible cards.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/sb_dsp.c
|
||||
* sound/oss/sb_midi.c
|
||||
*
|
||||
* The low level driver for the Sound Blaster DS chips.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/sb_mixer.c
|
||||
* sound/oss/sb_mixer.c
|
||||
*
|
||||
* The low level mixer driver for the Sound Blaster compatible cards.
|
||||
*/
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/sb_mixer.h
|
||||
* sound/oss/sb_mixer.h
|
||||
*
|
||||
* Definitions for the SB Pro and SB16 mixers
|
||||
*/
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/sequencer.c
|
||||
* sound/oss/sequencer.c
|
||||
*
|
||||
* The sequencer personality manager.
|
||||
*/
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/sgalaxy.c
|
||||
* sound/oss/sgalaxy.c
|
||||
*
|
||||
* Low level driver for Aztech Sound Galaxy cards.
|
||||
* Copyright 1998 Artur Skawina <skawina@geocities.com>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/sound_timer.c
|
||||
* sound/oss/sound_timer.c
|
||||
*/
|
||||
/*
|
||||
* Copyright (C) by Hannu Savolainen 1993-1997
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* linux/drivers/sound/soundcard.c
|
||||
* linux/sound/oss/soundcard.c
|
||||
*
|
||||
* Sound card driver for Linux
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/sscape.c
|
||||
* sound/oss/sscape.c
|
||||
*
|
||||
* Low level driver for Ensoniq SoundScape
|
||||
*
|
||||
|
@@ -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.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/trix.c
|
||||
* sound/oss/trix.c
|
||||
*
|
||||
* Low level driver for the MediaTrix AudioTrix Pro
|
||||
* (MT-0002-PC Control Chip)
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/uart401.c
|
||||
* sound/oss/uart401.c
|
||||
*
|
||||
* MPU-401 UART driver (formerly uart401_midi.c)
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/uart6850.c
|
||||
* sound/oss/uart6850.c
|
||||
*
|
||||
*
|
||||
* Copyright (C) by Hannu Savolainen 1993-1997
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* sound/v_midi.c
|
||||
* sound/oss/v_midi.c
|
||||
*
|
||||
* The low level driver for the Sound Blaster DS chips.
|
||||
*
|
||||
|
@@ -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.
|
||||
|
@@ -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
|
||||
*/
|
||||
|
@@ -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
|
||||
|
新增問題並參考
封鎖使用者