aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-09-24[PATCH] NULL noise removalAl Viro1-1/+1
2006-09-23[ALSA] Move CONFIG_SND_AC97_POWER_SAVE to pci/KconfigTakashi Iwai1-13/+0
2006-09-23[ALSA] opl4: Use SEEK_{SET,CUR,END} instead of hardcoded valuesJosef 'Jeff' Sipek1-3/+3
2006-09-23[ALSA] Add dB scale information to vxpocket and vx222 driversTakashi Iwai1-2/+15
2006-09-23[ALSA] Add dB scale information to dummy driverTakashi Iwai1-2/+8
2006-09-23[ALSA] Fix some typos in snd-dummy driverTakashi Iwai1-5/+5
2006-09-23[ALSA] Add snd-mts64 driver for ESI Miditerminal 4140Matthias Koenig3-0/+1106
2006-09-23[ALSA] Add experimental support of aggressive AC97 power-saving modeTakashi Iwai1-0/+13
2006-09-23[ALSA] Deprecate snd_card_free_in_thread()Takashi Iwai1-1/+1
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai1-2/+1
2006-08-03[ALSA] Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-5/+2
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner3-3/+3
2006-06-27[PATCH] 64bit resource: fix up printks for resources in sound driversGreg Kroah-Hartman1-2/+3
2006-06-22[ALSA] virmidi: revert erroneous removal of zero initializationClemens Ladisch1-1/+1
2006-06-22[ALSA] Change an arugment of snd_mpu401_uart_new() to bit flagsTakashi Iwai1-28/+68
2006-06-22[ALSA] mpu401_uart - Fix coding style and code clean upTakashi Iwai1-42/+66
2006-06-22[ALSA] Remove zero-initialization of static variablesTakashi Iwai1-1/+1
2006-06-22[ALSA] add more sequencer port type information bitsClemens Ladisch3-3/+9
2006-06-22[ALSA] fix port type bitsClemens Ladisch2-3/+2
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai1-1/+1
2006-06-22[ALSA] vx - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai2-16/+17
2006-06-22[ALSA] opl4 - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai1-4/+8
2006-06-22[ALSA] opl3 - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai2-9/+14
2006-06-22[ALSA] unregister platform device again if probe was unsuccessfulRene Herman5-5/+25
2006-05-21[PATCH] mpu401 section fixAndrew Morton1-1/+1
2006-04-27[ALSA] continue on IS_ERR from platform device registrationRene Herman4-40/+16
2006-04-20[PATCH] sound: fix hang in mpu401_uart.cJon Masters1-9/+33
2006-03-27[PATCH] pnp: mpu401: adjust pnp_register_driver signatureBjorn Helgaas1-8/+8
2006-03-22[ALSA] fix some memory leaksAdrian Bunk1-0/+1
2006-03-22[ALSA] Fix use after free in opl3_seq and opl3_ossDave Jones2-8/+16
2006-03-22[ALSA] vx - Fix memory leak on error pathAlexey Dobriyan1-1/+5
2006-03-22[ALSA] Fix check of enable module optionTakashi Iwai4-4/+12
2006-03-22[ALSA] no need to check pointers passed to vfree() for NULLJesper Juhl1-4/+3
2006-03-22[ALSA] semaphore -> mutex (driver part)Ingo Molnar9-61/+61
2006-02-24[PATCH] alsa: fix bogus snd_device_free() in opl3-oss.cTakashi Iwai1-1/+1
2006-02-01[ALSA] serial-uart16550 - Fix a compile warningTakashi Iwai1-1/+1
2006-01-04[ALSA] opl3 - Fix the unreleased resourcesTakashi Iwai1-3/+3
2006-01-04[ALSA] dummy driver - added CA0106 emulation definesJaroslav Kysela1-1/+17
2006-01-03[ALSA] seq: set client name in snd_seq_create_kernel_client()Clemens Ladisch2-20/+8
2006-01-03[ALSA] seq: remove struct snd_seq_client_callbackClemens Ladisch2-10/+2
2006-01-03[ALSA] unregister platform devicesClemens Ladisch5-13/+60
2006-01-03[ALSA] sound: align device drivers menusRandy Dunlap1-0/+8
2006-01-03[ALSA] dynamic minors (5/6): reduce maximum number of MIDI devices per cardClemens Ladisch1-2/+2
2006-01-03[ALSA] Fix possible races in timer callbacksTakashi Iwai3-9/+11
2006-01-03[ALSA] Add error messagesTakashi Iwai2-1/+4
2006-01-03[ALSA] vx-driver - Fix PM supportTakashi Iwai1-10/+8
2006-01-03[ALSA] Remove SND_GENERIC_DRIVER from drivers/KconfigTakashi Iwai1-8/+0
2006-01-03[ALSA] mpu401 - Use platform_deviceTakashi Iwai1-24/+63
2006-01-03[ALSA] virmidi - Use platform_deviceTakashi Iwai1-21/+43
2006-01-03[ALSA] serial-u16550 - Use platform_deviceTakashi Iwai1-23/+45
2006-01-03[ALSA] mtpav - Use platform_deviceTakashi Iwai1-139/+129
2006-01-03[ALSA] dummy - Use platform_deviceTakashi Iwai1-26/+80
2006-01-03[ALSA] Remove xxx_t typedefs: VXdriverTakashi Iwai5-222/+244
2006-01-03[ALSA] Remove xxx_t typedefs: Generic driversTakashi Iwai4-109/+115
2006-01-03[ALSA] Remove xxx_t typedefs: OPL4Takashi Iwai7-262/+266
2006-01-03[ALSA] Remove xxx_t typedefs: OPL3Takashi Iwai7-191/+194
2006-01-03[ALSA] Remove xxx_t typedefs: MPU401Takashi Iwai2-41/+41
2006-01-03[ALSA] Remove snd_vx_delay() functionTakashi Iwai1-16/+3
2006-01-03[ALSA] snd-dummy - Code clean-upTakashi Iwai1-79/+47
2005-11-09[PATCH] vx_hwdep.c needs vmalloc.hAndrew Morton1-0/+1
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai6-30/+9
2005-09-12[ALSA] Replace with kzalloc() - othersTakashi Iwai9-10/+10
2005-09-12[ALSA] Add snd_card_set_generic_dev() callTakashi Iwai6-22/+46
2005-08-30[ALSA] PCM resume cleanupsJaroslav Kysela1-4/+4
2005-08-30[ALSA] use PCM interface for IEC958 controlsClemens Ladisch1-2/+2
2005-07-28[ALSA] vx-driver - Fix the calculation of frequency parameterTakashi Iwai1-28/+18
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-5/+5
2005-06-22[ALSA] Remove redundant NULL checks before kfreeJesper Juhl1-8/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds33-0/+13017