aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-20[ALSA] fix SND_CS5530=y, ISA=n compilationAdrian Bunk1-3/+3
2007-07-20[ALSA] opl3sa2 - Add Neomagic MagicWave 3D ISA PnP IDPaul Vojta1-0/+2
2007-07-20[ALSA] Fix invalid schedule_timeout_interruptible()Takashi Iwai3-5/+5
2007-07-20[ALSA] Fix SB-module dependency with PCI driversTakashi Iwai2-14/+27
2007-07-20[ALSA] Add support for Cyrix/NatSemi Geode CS5530 (VSA1)Takashi Iwai3-1/+17
2007-07-20[ALSA] Fix unfreed pnp driver in opti9xx ISA driverTakashi Iwai1-0/+3
2007-06-28ALSA: use __devexit_pRandy Dunlap1-1/+1
2007-05-16[ALSA] Fix probe of non-PnP ISA devicesRene Herman8-47/+94
2007-05-11[ALSA] wavefront: only declare isapnp on CONFIG_PNPDavid Rientjes1-0/+2
2007-05-11[ALSA] add MODULE_FIRMWARE entriesClemens Ladisch2-0/+11
2007-05-11[ALSA] do not depend on FW_LOADER when internal firmware images are usedClemens Ladisch1-2/+2
2007-05-11[ALSA] Don't use request_firmware if internal firmwares are definedTakashi Iwai2-16/+16
2007-05-11[ALSA] isa_bus device/driver namingRene Herman12-30/+30
2007-05-11[ALSA] ad1816a: Fix modprobe snd_mpu401 && modprobe snd_ad1816aRask Ingemann Lambertsen1-2/+6
2007-05-11[ALSA] Kconfig: clarify help text for external firmware entriesClemens Ladisch1-4/+4
2007-05-11[ALSA] Kconfig: fix FW_LOADER dependenciesClemens Ladisch1-2/+2
2007-05-11[ALSA] Enable Kconfig options for external firmwaresTakashi Iwai3-11/+25
2007-05-11[ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai2-6/+2
2007-05-11[ALSA] Port the rest of ALSA ISA drivers to isa_driverTakashi Iwai13-837/+483
2007-05-11[ALSA] gusextreme: set codec_flagRene Herman1-0/+1
2007-05-11[ALSA] isa_bus: gusextreemeRene Herman1-196/+182
2007-05-11[ALSA] isa_bus: gusclassicRene Herman1-162/+130
2007-05-11[ALSA] es1688 - code clean-upRene Herman1-36/+50
2007-05-11[ALSA] isa_bus: es1688Rene Herman1-130/+87
2007-05-11[ALSA] isa_bus: cs4231Rene Herman1-122/+91
2007-05-11[ALSA] isa_bus: adlibRene Herman1-78/+44
2007-05-11[ALSA] isa_bus: ad1848Rene Herman1-100/+67
2007-02-14Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds8-28/+29
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-14[ALSA] Fix __devinit and __devexit issues with sound driversPrarit Bhargava8-28/+29
2007-02-09[ALSA] Add even more 'const' to everything related to TLVTakashi Iwai3-10/+10
2007-02-09[ALSA] sound/isa/gus/gus_main.c: Use abs() instead of x < 0 ? -x : x.Peter Eriksen1-3/+3
2007-02-09[ALSA] wavefront: add request_firmware()Clemens Ladisch2-10/+42
2007-02-09[ALSA] wavefront: simplify YSS225 register initializationClemens Ladisch3-768/+2761
2007-02-09[ALSA] sb16: add request_firmware()Clemens Ladisch2-8/+54
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai1-1/+1
2006-12-20[ALSA] use the ALIGN macroClemens Ladisch2-5/+4
2006-10-22[ALSA] Fix dependency of snd-adlib driver in KconfigTakashi Iwai1-0/+1
2006-10-22[ALSA] sound/isa/opti9xx/opti92x-ad1848.c: check kmalloc() return valueAmit Choudhary1-0/+2
2006-10-22[ALSA] sound/isa/ad1816a/ad1816a.c: check kmalloc() return valueAmit Choudhary1-0/+2
2006-10-22[ALSA] sound/isa/cmi8330.c: check kmalloc() return valueAmit Choudhary1-0/+2
2006-10-22[ALSA] sound/isa/gus/interwave.c: check kmalloc() return valueAmit Choudhary1-0/+2
2006-10-06Merge branch 'submit1' of viper:/spare/repo/irq-remove-2.6 into irqcleanupsJeff Garzik2-2/+2
2006-10-06Various drivers' irq handlers: kill dead code, needless castsJeff Garzik2-2/+2
2006-10-06[ALSA] Fix memory leak in sound/isa/es18xx.cEric Sesterhenn1-0/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells16-27/+24
2006-09-23[ALSA] gus: Use SEEK_{SET,CUR,END} instead of hardcoded valuesJosef 'Jeff' Sipek1-3/+3
2006-09-23[ALSA] Add dB scale information to opl3sa2 driverTakashi Iwai1-2/+24
2006-09-23[ALSA] Add dB scale information to ad1848 driverTakashi Iwai1-15/+34
2006-09-23[ALSA] Add dB scale information to ad1816a driverTakashi Iwai1-11/+44