summaryrefslogtreecommitdiffstats
path: root/sound/isa/sb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ALSA] sb8 - Use platform_device and add PnP supportTakashi Iwai2006-01-031-47/+107
* [ALSA] sb16 - Use platform_device and add PnP supportTakashi Iwai2006-01-031-123/+204
* [ALSA] Add PM support to SB-support codeTakashi Iwai2006-01-033-0/+145
* [ALSA] Remove xxx_t typedefs: ISA SB8/SB16/SBAWETakashi Iwai2006-01-0315-463/+473
* [ALSA] ALS4000 updateAndreas Mohr2006-01-031-23/+34
* [ALSA] Remove superfluous pcm_free callbacksTakashi Iwai2006-01-032-12/+0
* [ALSA] Fix schedule_timeout usageNishanth Aravamudan2005-11-043-10/+5
* [ALSA] Add missing KERN_* suffix to printkTakashi Iwai2005-11-045-13/+10
* [ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai2005-11-044-24/+7
* [ALSA] Replace with kzalloc() - isa stuffTakashi Iwai2005-09-124-4/+4
* [ALSA] Add snd_card_set_generic_dev() call to ISA driversTakashi Iwai2005-09-122-109/+97
* [PATCH] sb16_csp: untypedefAlexey Dobriyan2005-09-101-7/+7
* [PATCH] sb16_csp: remove home-grown le??_to_cpu macrosAlexey Dobriyan2005-09-101-16/+14
* [ALSA] sound - fix .iface field of mixer control elementsClemens Ladisch2005-08-301-1/+1
* [PATCH] clean up inline static vs static inlineJesper Juhl2005-07-271-1/+1
* [PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering2005-07-271-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-1618-0/+9129