kernel-ark/sound/oss
Jesper Juhl 77933d7276 [PATCH] clean up inline static vs static inline
`gcc -W' likes to complain if the static keyword is not at the beginning of
the declaration.  This patch fixes all remaining occurrences of "inline
static" up with "static inline" in the entire kernel tree (140 occurrences in
47 files).

While making this change I came across a few lines with trailing whitespace
that I also fixed up, I have also added or removed a blank line or two here
and there, but there are no functional changes in the patch.

Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-07-27 16:26:20 -07:00
..
cs4281
dmasound [PATCH] clean up inline static vs static inline 2005-07-27 16:26:20 -07:00
emu10k1
ac97_codec.c
ac97_plugin_ad1980.c
ac97.c
ac97.h
aci.c
aci.h
ad1816.c
ad1848_mixer.h
ad1848.c
ad1848.h
ad1889.c
ad1889.h
adlib_card.c
aedsp16.c
ali5455.c
au1000.c
au1550_ac97.c
audio_syms.c
audio.c
awe_hw.h
awe_wave.c
awe_wave.h
bin2hex.c
btaudio.c
CHANGELOG
cmpci.c [PATCH] sound/oss/cmpci: Use the DMA_32BIT_MASK constant 2005-06-25 16:25:09 -07:00
coproc.h
COPYING
cs46xx_wrapper-24.h
cs46xx.c [PATCH] pm: more u32 vs. pm_message_t fixes 2005-07-07 18:23:43 -07:00
cs46xxpm-24.h
cs46xxpm.h
cs461x_image.h
cs461x.h
cs4232.c
dev_table.c
dev_table.h
dm.h
dmabuf.c
es1370.c Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manually 2005-06-27 14:47:31 -07:00
es1371.c Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manually 2005-06-27 14:47:31 -07:00
esssolo1.c Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manually 2005-06-27 14:47:31 -07:00
forte.c
gus_card.c
gus_hw.h
gus_linearvol.h
gus_midi.c
gus_vol.c
gus_wave.c
gus.h
hal2.c
hal2.h
harmony.c
hex2hex.c
i810_audio.c
ics2101.c
ite8172.c
iwmem.h
kahlua.c
Kconfig Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manually 2005-06-27 14:47:31 -07:00
mad16.c
maestro3.c
maestro3.h
maestro.c
maestro.h
Makefile
maui.c
midi_ctrl.h
midi_syms.c
midi_synth.c
midi_synth.h
midibuf.c
mpu401.c
mpu401.h
msnd_classic.c
msnd_classic.h
msnd_pinnacle.c
msnd_pinnacle.h
msnd.c
msnd.h
nec_vrc5477.c
nm256_audio.c [PATCH] nm256 oss build failure 2005-06-25 16:25:01 -07:00
nm256_coeff.h
nm256.h [PATCH] nm256 oss build failure 2005-06-25 16:25:01 -07:00
opl3_hw.h
opl3.c
opl3.h
opl3sa2.c
opl3sa.c
os.h
pas2_card.c
pas2_midi.c
pas2_mixer.c
pas2_pcm.c
pas2.h
pss.c [PATCH] turn many #if $undefined_string into #ifdef $undefined_string 2005-07-27 16:26:08 -07:00
README.FIRST
rme96xx.c [PATCH] sound/oss/rme96xx.c: remove kernel 2.2 #if's 2005-06-25 16:25:01 -07:00
rme96xx.h
sb_audio.c
sb_card.c
sb_card.h
sb_common.c
sb_ess.c
sb_ess.h
sb_midi.c
sb_mixer.c
sb_mixer.h
sb.h
sequencer_syms.c
sequencer.c
sgalaxy.c
sh_dac_audio.c
skeleton.c
sonicvibes.c
sound_calls.h
sound_config.h
sound_firmware.h
sound_syms.c
sound_timer.c
soundcard.c
soundvers.h
sscape.c [PATCH] sound/oss/sscape.c: remove dead code 2005-06-25 16:25:03 -07:00
swarm_cs4297a.c
sys_timer.c
trident.c
trident.h
trix.c
tuning.h
uart401.c
uart6850.c
ulaw.h
v_midi.c
v_midi.h
via82cxxx_audio.c [PATCH] sound/oss/via82cxxx_audio: Use the DMA_32BIT_MASK constant 2005-06-27 00:49:23 -04:00
vidc_fill.S
vidc.c
vidc.h
vwsnd.c
waveartist.c
waveartist.h
wavfront.c
wf_midi.c
ymfpci_image.h
ymfpci.c
ymfpci.h
yss225.c
yss225.h

The modular sound driver patches were funded by Red Hat Software 
(www.redhat.com). The sound driver here is thus a modified version of 
Hannu's code. Please bear that in mind when considering the appropriate
forums for bug reporting. 

Alan Cox