summaryrefslogtreecommitdiff
path: root/sound/drivers
AgeCommit message (Expand)Author
2006-08-03[ALSA] Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner
2006-06-27[PATCH] 64bit resource: fix up printks for resources in sound driversGreg Kroah-Hartman
2006-06-22[ALSA] virmidi: revert erroneous removal of zero initializationClemens Ladisch
2006-06-22[ALSA] Change an arugment of snd_mpu401_uart_new() to bit flagsTakashi Iwai
2006-06-22[ALSA] mpu401_uart - Fix coding style and code clean upTakashi Iwai
2006-06-22[ALSA] Remove zero-initialization of static variablesTakashi Iwai
2006-06-22[ALSA] add more sequencer port type information bitsClemens Ladisch
2006-06-22[ALSA] fix port type bitsClemens Ladisch
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai
2006-06-22[ALSA] vx - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai
2006-06-22[ALSA] opl4 - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai
2006-06-22[ALSA] opl3 - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai
2006-06-22[ALSA] unregister platform device again if probe was unsuccessfulRene Herman
2006-05-21[PATCH] mpu401 section fixAndrew Morton
2006-04-27[ALSA] continue on IS_ERR from platform device registrationRene Herman
2006-04-20[PATCH] sound: fix hang in mpu401_uart.cJon Masters
2006-03-27[PATCH] pnp: mpu401: adjust pnp_register_driver signatureBjorn Helgaas
2006-03-22[ALSA] fix some memory leaksAdrian Bunk
2006-03-22[ALSA] Fix use after free in opl3_seq and opl3_ossDave Jones
2006-03-22[ALSA] vx - Fix memory leak on error pathAlexey Dobriyan
2006-03-22[ALSA] Fix check of enable module optionTakashi Iwai
2006-03-22[ALSA] no need to check pointers passed to vfree() for NULLJesper Juhl
2006-03-22[ALSA] semaphore -> mutex (driver part)Ingo Molnar
2006-02-24[PATCH] alsa: fix bogus snd_device_free() in opl3-oss.cTakashi Iwai
2006-02-01[ALSA] serial-uart16550 - Fix a compile warningTakashi Iwai
2006-01-04[ALSA] opl3 - Fix the unreleased resourcesTakashi Iwai
2006-01-04[ALSA] dummy driver - added CA0106 emulation definesJaroslav Kysela
2006-01-03[ALSA] seq: set client name in snd_seq_create_kernel_client()Clemens Ladisch
2006-01-03[ALSA] seq: remove struct snd_seq_client_callbackClemens Ladisch
2006-01-03[ALSA] unregister platform devicesClemens Ladisch
2006-01-03[ALSA] sound: align device drivers menusRandy Dunlap
2006-01-03[ALSA] dynamic minors (5/6): reduce maximum number of MIDI devices per cardClemens Ladisch
2006-01-03[ALSA] Fix possible races in timer callbacksTakashi Iwai
2006-01-03[ALSA] Add error messagesTakashi Iwai
2006-01-03[ALSA] vx-driver - Fix PM supportTakashi Iwai
2006-01-03[ALSA] Remove SND_GENERIC_DRIVER from drivers/KconfigTakashi Iwai
2006-01-03[ALSA] mpu401 - Use platform_deviceTakashi Iwai
2006-01-03[ALSA] virmidi - Use platform_deviceTakashi Iwai
2006-01-03[ALSA] serial-u16550 - Use platform_deviceTakashi Iwai
2006-01-03[ALSA] mtpav - Use platform_deviceTakashi Iwai
2006-01-03[ALSA] dummy - Use platform_deviceTakashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: VXdriverTakashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: Generic driversTakashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: OPL4Takashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: OPL3Takashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: MPU401Takashi Iwai
2006-01-03[ALSA] Remove snd_vx_delay() functionTakashi Iwai
2006-01-03[ALSA] snd-dummy - Code clean-upTakashi Iwai
2005-11-09[PATCH] vx_hwdep.c needs vmalloc.hAndrew Morton