Age | Commit message (Expand) | Author | Files | Lines |
2009-04-14 | ALSA: sound/isa: use memdup_user() | Li Zefan | 1 | -9/+10 |
2009-03-24 | Merge branch 'topic/isa-misc' into for-linus | Takashi Iwai | 1 | -38/+118 |
2009-02-23 | ALSA: ALS4000, slight mixer improvements | Andreas Mohr | 1 | -38/+118 |
2009-01-12 | ALSA: Return proper error code at probe in sound/isa/* | Takashi Iwai | 1 | -9/+10 |
2009-01-12 | ALSA: Convert to snd_card_create() in sound/isa/* | Takashi Iwai | 3 | -10/+14 |
2008-12-11 | ALSA: sb8 - Fix a return code in the error path | Takashi Iwai | 1 | -1/+3 |
2008-11-03 | ALSA: remove direct access of dev->bus_id in sound/isa/* | Takashi Iwai | 1 | -2/+2 |
2008-08-13 | ALSA: Kill snd_assert() in sound/isa/* | Takashi Iwai | 7 | -12/+26 |
2008-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2 | -971/+0 |
2008-07-15 | firmware: convert sb16_csp driver to use firmware loader exclusively | Jaswinder Singh | 2 | -971/+0 |
2008-06-23 | ALSA: sb - Fix wrong assertions | Takashi Iwai | 1 | -2/+2 |
2008-05-30 | [ALSA] trivial clean up of sound/isa/sb/Makefile | Takashi Iwai | 1 | -2/+0 |
2008-04-24 | [ALSA] sound: replace remaining __FUNCTION__ occurences | Harvey Harrison | 2 | -17/+17 |
2008-02-29 | [ALSA] sb8: fix SB 1.0 capture DMA programming | Clemens Ladisch | 1 | -1/+1 |
2008-01-31 | [ALSA] Remove sound/driver.h | Takashi Iwai | 11 | -11/+0 |
2008-01-31 | [ALSA] sb16 - Suppress compile warning | Takashi Iwai | 1 | -1/+2 |
2008-01-31 | [ALSA] sound/isa: kill pnp_resource_change | Rene Herman | 2 | -62/+4 |
2007-10-16 | [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz | Jaroslav Kysela | 10 | -15/+15 |
2007-10-16 | [ALSA] Allow shared IRQ for CS5530 device | Takashi Iwai | 1 | -1/+3 |
2007-10-16 | [ALSA] Clean up with common snd_ctl_boolean_*_info callbacks | Takashi Iwai | 1 | -8/+1 |
2007-07-20 | [ALSA] Fix SB-module dependency with PCI drivers | Takashi Iwai | 1 | -8/+7 |
2007-07-20 | [ALSA] Add support for Cyrix/NatSemi Geode CS5530 (VSA1) | Takashi Iwai | 3 | -1/+17 |
2007-05-16 | [ALSA] Fix probe of non-PnP ISA devices | Rene Herman | 1 | -5/+10 |
2007-05-11 | [ALSA] add MODULE_FIRMWARE entries | Clemens Ladisch | 1 | -0/+7 |
2007-05-11 | [ALSA] Don't use request_firmware if internal firmwares are defined | Takashi Iwai | 1 | -8/+9 |
2007-05-11 | [ALSA] isa_bus device/driver naming | Rene Herman | 2 | -5/+5 |
2007-05-11 | [ALSA] Enable Kconfig options for external firmwares | Takashi Iwai | 1 | -4/+2 |
2007-05-11 | [ALSA] Port the rest of ALSA ISA drivers to isa_driver | Takashi Iwai | 2 | -127/+66 |
2007-02-14 | [ALSA] Fix __devinit and __devexit issues with sound drivers | Prarit Bhargava | 1 | -3/+3 |
2007-02-09 | [ALSA] sb16: add request_firmware() | Clemens Ladisch | 1 | -8/+53 |
2006-12-20 | [ALSA] Remove IRQF_DISABLED for shared PCI irqs | Takashi Iwai | 1 | -1/+1 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 4 | -6/+5 |
2006-07-03 | [PATCH] irq-flags: sound: Use the new IRQF_ constants | Thomas Gleixner | 1 | -1/+1 |
2006-06-27 | [PATCH] 64bit resource: fix up printks for resources in sound drivers | Greg Kroah-Hartman | 1 | -1/+2 |
2006-06-22 | [ALSA] fix potential NULL pointer deref in snd_sb8dsp_midi_interrupt() | Jesper Juhl | 1 | -13/+7 |
2006-06-22 | [ALSA] Fix invalid __init in ALSA ISA drivers | Takashi Iwai | 1 | -11/+11 |
2006-06-22 | [ALSA] Remove zero-initialization of static variables | Takashi Iwai | 2 | -2/+2 |
2006-06-22 | [ALSA] Remove unneeded read/write_size fields in proc text ops | Takashi Iwai | 1 | -1/+1 |
2006-04-12 | [ALSA] unregister platform device again if probe was unsuccessful | Rene Herman | 2 | -0/+8 |
2006-04-12 | [ALSA] continue on IS_ERR from platform device registration | Rene Herman | 2 | -20/+8 |
2006-03-27 | [PATCH] PNP: adjust pnp_register_card_driver() signature: sb16 | Bjorn Helgaas | 1 | -6/+8 |
2006-03-27 | [PATCH] PNP: adjust pnp_register_card_driver() signature: es968 | Bjorn Helgaas | 1 | -3/+9 |
2006-03-22 | [ALSA] sound/isa/sb/sb_mixer.c double kfree | Dave Jones | 1 | -3/+1 |
2006-03-22 | [ALSA] Fix check of enable module option | Takashi Iwai | 2 | -3/+5 |
2006-03-22 | [ALSA] semaphore -> mutex (ISA part) | Ingo Molnar | 1 | -6/+6 |
2006-01-22 | [ALSA] sb16 - Fix duplicated PnP entry | Takashi Iwai | 1 | -2/+2 |
2006-01-03 | [ALSA] unregister platform devices | Clemens Ladisch | 2 | -14/+44 |
2006-01-03 | [ALSA] es968 - Add PM support | Takashi Iwai | 1 | -8/+39 |
2006-01-03 | [ALSA] sb8 - Use platform_device and add PnP support | Takashi Iwai | 1 | -47/+107 |
2006-01-03 | [ALSA] sb16 - Use platform_device and add PnP support | Takashi Iwai | 1 | -123/+204 |