aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/sb
Commit message (Expand)AuthorAgeFilesLines
* ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep"Jaroslav Kysela2009-11-051-2/+2
* ALSA: clean up the logic for building sequencer modulesMichal Marek2009-05-291-9/+1
* ALSA: sound/isa: use memdup_user()Li Zefan2009-04-141-9/+10
* Merge branch 'topic/isa-misc' into for-linusTakashi Iwai2009-03-241-38/+118
|\
| * ALSA: ALS4000, slight mixer improvementsAndreas Mohr2009-02-231-38/+118
* | ALSA: Return proper error code at probe in sound/isa/*Takashi Iwai2009-01-121-9/+10
* | ALSA: Convert to snd_card_create() in sound/isa/*Takashi Iwai2009-01-123-10/+14
|/
* ALSA: sb8 - Fix a return code in the error pathTakashi Iwai2008-12-111-1/+3
* ALSA: remove direct access of dev->bus_id in sound/isa/*Takashi Iwai2008-11-031-2/+2
* ALSA: Kill snd_assert() in sound/isa/*Takashi Iwai2008-08-137-12/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2008-07-142-971/+0
|\
| * firmware: convert sb16_csp driver to use firmware loader exclusivelyJaswinder Singh2008-07-142-971/+0
* | [ALSA] trivial clean up of sound/isa/sb/MakefileTakashi Iwai2008-05-301-2/+0
|/
* ALSA: sb - Fix wrong assertionsTakashi Iwai2008-06-231-2/+2
* [ALSA] sound: replace remaining __FUNCTION__ occurencesHarvey Harrison2008-04-242-17/+17
* [ALSA] sb8: fix SB 1.0 capture DMA programmingClemens Ladisch2008-02-291-1/+1
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-3111-11/+0
* [ALSA] sb16 - Suppress compile warningTakashi Iwai2008-01-311-1/+2
* [ALSA] sound/isa: kill pnp_resource_changeRene Herman2008-01-312-62/+4
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-1610-15/+15
* [ALSA] Allow shared IRQ for CS5530 deviceTakashi Iwai2007-10-161-1/+3
* [ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai2007-10-161-8/+1
* [ALSA] Fix SB-module dependency with PCI driversTakashi Iwai2007-07-201-8/+7
* [ALSA] Add support for Cyrix/NatSemi Geode CS5530 (VSA1)Takashi Iwai2007-07-203-1/+17
* [ALSA] Fix probe of non-PnP ISA devicesRene Herman2007-05-161-5/+10
* [ALSA] add MODULE_FIRMWARE entriesClemens Ladisch2007-05-111-0/+7
* [ALSA] Don't use request_firmware if internal firmwares are definedTakashi Iwai2007-05-111-8/+9
* [ALSA] isa_bus device/driver namingRene Herman2007-05-112-5/+5
* [ALSA] Enable Kconfig options for external firmwaresTakashi Iwai2007-05-111-4/+2
* [ALSA] Port the rest of ALSA ISA drivers to isa_driverTakashi Iwai2007-05-112-127/+66
* [ALSA] Fix __devinit and __devexit issues with sound driversPrarit Bhargava2007-02-141-3/+3
* [ALSA] sb16: add request_firmware()Clemens Ladisch2007-02-091-8/+53
* [ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai2006-12-201-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-054-6/+5
* [PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] 64bit resource: fix up printks for resources in sound driversGreg Kroah-Hartman2006-06-271-1/+2
* [ALSA] fix potential NULL pointer deref in snd_sb8dsp_midi_interrupt()Jesper Juhl2006-06-221-13/+7
* [ALSA] Fix invalid __init in ALSA ISA driversTakashi Iwai2006-06-221-11/+11
* [ALSA] Remove zero-initialization of static variablesTakashi Iwai2006-06-222-2/+2
* [ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2006-06-221-1/+1
* [ALSA] unregister platform device again if probe was unsuccessfulRene Herman2006-04-122-0/+8
* [ALSA] continue on IS_ERR from platform device registrationRene Herman2006-04-122-20/+8
* [PATCH] PNP: adjust pnp_register_card_driver() signature: sb16Bjorn Helgaas2006-03-271-6/+8
* [PATCH] PNP: adjust pnp_register_card_driver() signature: es968Bjorn Helgaas2006-03-271-3/+9
* [ALSA] sound/isa/sb/sb_mixer.c double kfreeDave Jones2006-03-221-3/+1
* [ALSA] Fix check of enable module optionTakashi Iwai2006-03-222-3/+5
* [ALSA] semaphore -> mutex (ISA part)Ingo Molnar2006-03-221-6/+6
* [ALSA] sb16 - Fix duplicated PnP entryTakashi Iwai2006-01-221-2/+2
* [ALSA] unregister platform devicesClemens Ladisch2006-01-032-14/+44
* [ALSA] es968 - Add PM supportTakashi Iwai2006-01-031-8/+39