summaryrefslogtreecommitdiff
path: root/sound/isa
AgeCommit message (Expand)AuthorFilesLines
2007-10-16[ALSA] SC6000 driver - add HAS_IOPORT dependencyJaroslav Kysela1-1/+1
2007-10-16[ALSA] Gallant SC-6000 driverKrzysztof Helt3-0/+669
2007-10-16[ALSA] cs4231-lib: improved waiting after mce_downKrzysztof Helt1-10/+13
2007-10-16[ALSA] ad1848/cs4231: replace commented out debug code with snd-printd{,d}Rene Herman2-26/+23
2007-10-16[ALSA] ad1848: replace HZ calculus with msecs_to_jiffies()Rene Herman1-2/+2
2007-10-16[ALSA] ad1838/cs4231 - fix MCE timeout upon initial loadRene Herman2-17/+14
2007-10-16[ALSA] cs4231-lib: replace common delay loop by functionKrzysztof Helt1-30/+20
2007-10-16[ALSA] ad1848_lib: replace common delay loop by functionKrzysztof Helt1-22/+24
2007-10-16[ALSA] Allow shared IRQ for CS5530 deviceTakashi Iwai1-1/+3
2007-10-16[ALSA] wavefront - Use standard firmware loaderTakashi Iwai2-81/+48
2007-10-16[ALSA] remove incorrect usage of SNDRV_PCM_INFO_SYNC_START and snd_pcm_set_sy...Clemens Ladisch1-2/+0
2007-10-16[ALSA] isa libs Makefiles cleanupKrzysztof Helt2-18/+6
2007-10-16[ALSA] add the ESS1879 pnpbios ID to the es18xx driverRene Herman1-0/+1
2007-10-16[ALSA] Fix bugs in mode change/recalibration for opl3sa2 driverPaul Vojta2-0/+3
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai4-48/+6
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