dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/sound/isa/gus
Prarit Bhargava 788c604333 [ALSA] Fix __devinit and __devexit issues with sound drivers
Fix __devinit and __devexit issues with sound drivers.
Resolves MODPOST warnings similar to:
WARNING: sound/drivers/snd-dummy.o - Section mismatch: reference to .init.text:snd_dummy_probe from .data.rel.local between 'snd_dummy_driver' (at offset 0x0) and 'snd_dummy_controls'
WARNING: sound/drivers/snd-mtpav.o - Section mismatch: reference to .init.text:snd_mtpav_probe from .data.rel.local between 'snd_mtpav_driver' (at offset 0x0) and 'snd_mtpav_input'
WARNING: sound/drivers/snd-virmidi.o - Section mismatch: reference to .init.text:snd_virmidi_probe from .data.rel.local after 'snd_virmidi_driver' (at offset 0x0)

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
2007-02-14 08:38:28 +01:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gus_dma.c [ALSA] semaphore -> mutex (ISA part) 2006-03-22 10:25:03 +01:00
gus_dram.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gus_instr.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gus_io.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gus_irq.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
gus_main.c [ALSA] sound/isa/gus/gus_main.c: Use abs() instead of x < 0 ? -x : x. 2007-02-09 09:03:13 +01:00
gus_mem.c [ALSA] use the ALIGN macro 2006-12-20 08:55:36 +01:00
gus_mem_proc.c [ALSA] gus: Use SEEK_{SET,CUR,END} instead of hardcoded values 2006-09-23 10:47:52 +02:00
gus_mixer.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gus_pcm.c [ALSA] Fix gus_pcm dereference before NULL 2006-03-22 10:39:25 +01:00
gus_reset.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gus_sample.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gus_simple.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gus_synth.c [ALSA] add more sequencer port type information bits 2006-06-22 21:33:18 +02:00
gus_tables.h [ALSA] sound/isa/: cleanups 2005-05-29 10:11:38 +02:00
gus_timer.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gus_uart.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gus_volume.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gusclassic.c [ALSA] Fix __devinit and __devexit issues with sound drivers 2007-02-14 08:38:28 +01:00
gusextreme.c [ALSA] Fix __devinit and __devexit issues with sound drivers 2007-02-14 08:38:28 +01:00
gusmax.c [ALSA] Fix __devinit and __devexit issues with sound drivers 2007-02-14 08:38:28 +01:00
interwave-stb.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
interwave.c [ALSA] sound/isa/gus/interwave.c: check kmalloc() return value 2006-10-22 10:51:02 +02:00