summaryrefslogtreecommitdiffstats
path: root/sound/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] NULL noise removalAl Viro2006-09-241-1/+1
* [ALSA] Move CONFIG_SND_AC97_POWER_SAVE to pci/KconfigTakashi Iwai2006-09-231-13/+0
* [ALSA] opl4: Use SEEK_{SET,CUR,END} instead of hardcoded valuesJosef 'Jeff' Sipek2006-09-231-3/+3
* [ALSA] Add dB scale information to vxpocket and vx222 driversTakashi Iwai2006-09-231-2/+15
* [ALSA] Add dB scale information to dummy driverTakashi Iwai2006-09-231-2/+8
* [ALSA] Fix some typos in snd-dummy driverTakashi Iwai2006-09-231-5/+5
* [ALSA] Add snd-mts64 driver for ESI Miditerminal 4140Matthias Koenig2006-09-233-0/+1106
* [ALSA] Add experimental support of aggressive AC97 power-saving modeTakashi Iwai2006-09-231-0/+13
* [ALSA] Deprecate snd_card_free_in_thread()Takashi Iwai2006-09-231-1/+1
* [ALSA] Fix disconnection of proc interfaceTakashi Iwai2006-09-231-2/+1
* [ALSA] Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-08-031-5/+2
* [PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner2006-07-023-3/+3
* [PATCH] 64bit resource: fix up printks for resources in sound driversGreg Kroah-Hartman2006-06-271-2/+3
* [ALSA] virmidi: revert erroneous removal of zero initializationClemens Ladisch2006-06-221-1/+1
* [ALSA] Change an arugment of snd_mpu401_uart_new() to bit flagsTakashi Iwai2006-06-221-28/+68
* [ALSA] mpu401_uart - Fix coding style and code clean upTakashi Iwai2006-06-221-42/+66
* [ALSA] Remove zero-initialization of static variablesTakashi Iwai2006-06-221-1/+1
* [ALSA] add more sequencer port type information bitsClemens Ladisch2006-06-223-3/+9
* [ALSA] fix port type bitsClemens Ladisch2006-06-222-3/+2
* [ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2006-06-221-1/+1
* [ALSA] vx - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai2006-06-222-16/+17
* [ALSA] opl4 - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai2006-06-221-4/+8
* [ALSA] opl3 - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai2006-06-222-9/+14
* [ALSA] unregister platform device again if probe was unsuccessfulRene Herman2006-06-225-5/+25
* [PATCH] mpu401 section fixAndrew Morton2006-05-211-1/+1
* [ALSA] continue on IS_ERR from platform device registrationRene Herman2006-04-274-40/+16
* [PATCH] sound: fix hang in mpu401_uart.cJon Masters2006-04-201-9/+33
* [PATCH] pnp: mpu401: adjust pnp_register_driver signatureBjorn Helgaas2006-03-271-8/+8
* [ALSA] fix some memory leaksAdrian Bunk2006-03-221-0/+1
* [ALSA] Fix use after free in opl3_seq and opl3_ossDave Jones2006-03-222-8/+16
* [ALSA] vx - Fix memory leak on error pathAlexey Dobriyan2006-03-221-1/+5
* [ALSA] Fix check of enable module optionTakashi Iwai2006-03-224-4/+12
* [ALSA] no need to check pointers passed to vfree() for NULLJesper Juhl2006-03-221-4/+3
* [ALSA] semaphore -> mutex (driver part)Ingo Molnar2006-03-229-61/+61
* [PATCH] alsa: fix bogus snd_device_free() in opl3-oss.cTakashi Iwai2006-02-241-1/+1
* [ALSA] serial-uart16550 - Fix a compile warningTakashi Iwai2006-02-011-1/+1
* [ALSA] opl3 - Fix the unreleased resourcesTakashi Iwai2006-01-041-3/+3
* [ALSA] dummy driver - added CA0106 emulation definesJaroslav Kysela2006-01-041-1/+17
* [ALSA] seq: set client name in snd_seq_create_kernel_client()Clemens Ladisch2006-01-032-20/+8
* [ALSA] seq: remove struct snd_seq_client_callbackClemens Ladisch2006-01-032-10/+2
* [ALSA] unregister platform devicesClemens Ladisch2006-01-035-13/+60
* [ALSA] sound: align device drivers menusRandy Dunlap2006-01-031-0/+8
* [ALSA] dynamic minors (5/6): reduce maximum number of MIDI devices per cardClemens Ladisch2006-01-031-2/+2
* [ALSA] Fix possible races in timer callbacksTakashi Iwai2006-01-033-9/+11
* [ALSA] Add error messagesTakashi Iwai2006-01-032-1/+4
* [ALSA] vx-driver - Fix PM supportTakashi Iwai2006-01-031-10/+8
* [ALSA] Remove SND_GENERIC_DRIVER from drivers/KconfigTakashi Iwai2006-01-031-8/+0
* [ALSA] mpu401 - Use platform_deviceTakashi Iwai2006-01-031-24/+63
* [ALSA] virmidi - Use platform_deviceTakashi Iwai2006-01-031-21/+43
* [ALSA] serial-u16550 - Use platform_deviceTakashi Iwai2006-01-031-23/+45