android_kernel_xiaomi_sm7250/sound/oss
Olaf Hering 733482e445 [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
This patch removes almost all inclusions of linux/version.h.  The 3
#defines are unused in most of the touched files.

A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is
unfortunatly in linux/version.h.

There are also lots of #ifdef for long obsolete kernels, this was not
touched.  In a few places, the linux/version.h include was move to where
the LINUX_VERSION_CODE was used.

quilt vi `find * -type f -name "*.[ch]"|xargs grep -El '(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)'|grep -Ev '(/(boot|coda|drm)/|~$)'`

search pattern:
/UTS_RELEASE\|LINUX_VERSION_CODE\|KERNEL_VERSION\|linux\/\(utsname\|version\).h

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-11-09 07:55:57 -08:00
..
cs4281
dmasound Input: convert dmasound_awacs (OSS) to dynamic input allocation 2005-11-02 22:49:10 -05:00
emu10k1
ac97_codec.c [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
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 OSS MIPS drivers: "extern inline" -> "static inline" 2005-11-07 18:05:35 +00:00
au1550_ac97.c
audio_syms.c
audio.c
awe_hw.h
awe_wave.c
awe_wave.h
bin2hex.c
btaudio.c
CHANGELOG
cmpci.c
coproc.h
COPYING
cs46xx_wrapper-24.h
cs46xx.c
cs46xxpm-24.h
cs46xxpm.h
cs461x_image.h
cs461x.h
cs4232.c
dev_table.c
dev_table.h
dm.h
dmabuf.c
es1370.c
es1371.c
esssolo1.c
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 [PATCH] schedule obsolete OSS drivers for removal 2005-11-09 07:55:53 -08: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 [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
msnd.h
nec_vrc5477.c OSS MIPS drivers: "extern inline" -> "static inline" 2005-11-07 18:05:35 +00:00
nm256_audio.c
nm256_coeff.h
nm256.h
opl3_hw.h
opl3.c
opl3.h
opl3sa2.c
opl3sa.c
os.h [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
pas2_card.c
pas2_midi.c
pas2_mixer.c
pas2_pcm.c
pas2.h
pss.c
README.FIRST
rme96xx.c [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08: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 [PATCH] sound/oss/sequencer_syms: unexport reprogram_timer 2005-11-07 07:54:08 -08:00
sequencer.c
sgalaxy.c
sh_dac_audio.c [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
sonicvibes.c
sound_calls.h
sound_config.h
sound_firmware.h
sound_syms.c
sound_timer.c
soundcard.c
soundvers.h
sscape.c
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
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