aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/sb (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-27[PATCH] 64bit resource: fix up printks for resources in sound driversGreg Kroah-Hartman1-1/+2
2006-06-22[ALSA] fix potential NULL pointer deref in snd_sb8dsp_midi_interrupt()Jesper Juhl1-13/+7
2006-06-22[ALSA] Fix invalid __init in ALSA ISA driversTakashi Iwai1-11/+11
2006-06-22[ALSA] Remove zero-initialization of static variablesTakashi Iwai2-2/+2
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai1-1/+1
2006-04-12[ALSA] unregister platform device again if probe was unsuccessfulRene Herman2-0/+8
2006-04-12[ALSA] continue on IS_ERR from platform device registrationRene Herman2-20/+8
2006-03-27[PATCH] PNP: adjust pnp_register_card_driver() signature: sb16Bjorn Helgaas1-6/+8
2006-03-27[PATCH] PNP: adjust pnp_register_card_driver() signature: es968Bjorn Helgaas1-3/+9
2006-03-22[ALSA] sound/isa/sb/sb_mixer.c double kfreeDave Jones1-3/+1
2006-03-22[ALSA] Fix check of enable module optionTakashi Iwai2-3/+5
2006-03-22[ALSA] semaphore -> mutex (ISA part)Ingo Molnar1-6/+6
2006-01-22[ALSA] sb16 - Fix duplicated PnP entryTakashi Iwai1-2/+2
2006-01-03[ALSA] unregister platform devicesClemens Ladisch2-14/+44
2006-01-03[ALSA] es968 - Add PM supportTakashi Iwai1-8/+39
2006-01-03[ALSA] sb8 - Use platform_device and add PnP supportTakashi Iwai1-47/+107
2006-01-03[ALSA] sb16 - Use platform_device and add PnP supportTakashi Iwai1-123/+204
2006-01-03[ALSA] Add PM support to SB-support codeTakashi Iwai3-0/+145
2006-01-03[ALSA] Remove xxx_t typedefs: ISA SB8/SB16/SBAWETakashi Iwai15-463/+473
2006-01-03[ALSA] ALS4000 updateAndreas Mohr1-23/+34
2006-01-03[ALSA] Remove superfluous pcm_free callbacksTakashi Iwai2-12/+0
2005-11-04[ALSA] Fix schedule_timeout usageNishanth Aravamudan3-10/+5
2005-11-04[ALSA] Add missing KERN_* suffix to printkTakashi Iwai5-13/+10
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai4-24/+7
2005-09-12[ALSA] Replace with kzalloc() - isa stuffTakashi Iwai4-4/+4
2005-09-12[ALSA] Add snd_card_set_generic_dev() call to ISA driversTakashi Iwai2-109/+97
2005-09-10[PATCH] sb16_csp: untypedefAlexey Dobriyan1-7/+7
2005-09-10[PATCH] sb16_csp: remove home-grown le??_to_cpu macrosAlexey Dobriyan1-16/+14
2005-08-30[ALSA] sound - fix .iface field of mixer control elementsClemens Ladisch1-1/+1
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-1/+1
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds18-0/+9129