aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa
Commit message (Expand)AuthorAgeFilesLines
* [ALSA] Allow shared IRQ for CS5530 deviceTakashi Iwai2007-10-161-1/+3
* [ALSA] wavefront - Use standard firmware loaderTakashi Iwai2007-10-162-81/+48
* [ALSA] remove incorrect usage of SNDRV_PCM_INFO_SYNC_START and snd_pcm_set_sy...Clemens Ladisch2007-10-161-2/+0
* [ALSA] isa libs Makefiles cleanupKrzysztof Helt2007-10-162-18/+6
* [ALSA] add the ESS1879 pnpbios ID to the es18xx driverRene Herman2007-10-161-0/+1
* [ALSA] Fix bugs in mode change/recalibration for opl3sa2 driverPaul Vojta2007-10-162-0/+3
* [ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai2007-10-164-48/+6
* [ALSA] fix SND_CS5530=y, ISA=n compilationAdrian Bunk2007-07-201-3/+3
* [ALSA] opl3sa2 - Add Neomagic MagicWave 3D ISA PnP IDPaul Vojta2007-07-201-0/+2
* [ALSA] Fix invalid schedule_timeout_interruptible()Takashi Iwai2007-07-203-5/+5
* [ALSA] Fix SB-module dependency with PCI driversTakashi Iwai2007-07-202-14/+27
* [ALSA] Add support for Cyrix/NatSemi Geode CS5530 (VSA1)Takashi Iwai2007-07-203-1/+17
* [ALSA] Fix unfreed pnp driver in opti9xx ISA driverTakashi Iwai2007-07-201-0/+3
* ALSA: use __devexit_pRandy Dunlap2007-06-281-1/+1
* [ALSA] Fix probe of non-PnP ISA devicesRene Herman2007-05-168-47/+94
* [ALSA] wavefront: only declare isapnp on CONFIG_PNPDavid Rientjes2007-05-111-0/+2
* [ALSA] add MODULE_FIRMWARE entriesClemens Ladisch2007-05-112-0/+11
* [ALSA] do not depend on FW_LOADER when internal firmware images are usedClemens Ladisch2007-05-111-2/+2
* [ALSA] Don't use request_firmware if internal firmwares are definedTakashi Iwai2007-05-112-16/+16
* [ALSA] isa_bus device/driver namingRene Herman2007-05-1112-30/+30
* [ALSA] ad1816a: Fix modprobe snd_mpu401 && modprobe snd_ad1816aRask Ingemann Lambertsen2007-05-111-2/+6
* [ALSA] Kconfig: clarify help text for external firmware entriesClemens Ladisch2007-05-111-4/+4
* [ALSA] Kconfig: fix FW_LOADER dependenciesClemens Ladisch2007-05-111-2/+2
* [ALSA] Enable Kconfig options for external firmwaresTakashi Iwai2007-05-113-11/+25
* [ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai2007-05-112-6/+2
* [ALSA] Port the rest of ALSA ISA drivers to isa_driverTakashi Iwai2007-05-1113-837/+483
* [ALSA] gusextreme: set codec_flagRene Herman2007-05-111-0/+1
* [ALSA] isa_bus: gusextreemeRene Herman2007-05-111-196/+182
* [ALSA] isa_bus: gusclassicRene Herman2007-05-111-162/+130
* [ALSA] es1688 - code clean-upRene Herman2007-05-111-36/+50
* [ALSA] isa_bus: es1688Rene Herman2007-05-111-130/+87
* [ALSA] isa_bus: cs4231Rene Herman2007-05-111-122/+91
* [ALSA] isa_bus: adlibRene Herman2007-05-111-78/+44
* [ALSA] isa_bus: ad1848Rene Herman2007-05-111-100/+67
* Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds2007-02-148-28/+29
|\
| * [ALSA] Fix __devinit and __devexit issues with sound driversPrarit Bhargava2007-02-148-28/+29
* | [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
|/
* [ALSA] Add even more 'const' to everything related to TLVTakashi Iwai2007-02-093-10/+10
* [ALSA] sound/isa/gus/gus_main.c: Use abs() instead of x < 0 ? -x : x.Peter Eriksen2007-02-091-3/+3
* [ALSA] wavefront: add request_firmware()Clemens Ladisch2007-02-092-10/+42
* [ALSA] wavefront: simplify YSS225 register initializationClemens Ladisch2007-02-093-768/+2761
* [ALSA] sb16: add request_firmware()Clemens Ladisch2007-02-092-8/+54
* [ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai2006-12-201-1/+1
* [ALSA] use the ALIGN macroClemens Ladisch2006-12-202-5/+4
* [ALSA] Fix dependency of snd-adlib driver in KconfigTakashi Iwai2006-10-221-0/+1
* [ALSA] sound/isa/opti9xx/opti92x-ad1848.c: check kmalloc() return valueAmit Choudhary2006-10-221-0/+2
* [ALSA] sound/isa/ad1816a/ad1816a.c: check kmalloc() return valueAmit Choudhary2006-10-221-0/+2
* [ALSA] sound/isa/cmi8330.c: check kmalloc() return valueAmit Choudhary2006-10-221-0/+2
* [ALSA] sound/isa/gus/interwave.c: check kmalloc() return valueAmit Choudhary2006-10-221-0/+2
* Merge branch 'submit1' of viper:/spare/repo/irq-remove-2.6 into irqcleanupsJeff Garzik2006-10-062-2/+2
|\