aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-20[ALSA] portman2x4 section mismatchRandy Dunlap1-1/+1
2007-07-20[ALSA] more section mismatchesRandy Dunlap2-2/+2
2007-07-20[ALSA] fix section mismatchRandy Dunlap2-2/+2
2007-07-01ALSA: more section mismatchesRandy Dunlap1-1/+1
2007-05-11[ALSA] add MODULE_FIRMWARE entriesClemens Ladisch1-0/+14
2007-05-11[ALSA] sound: fix incorrect use of platform_device_register()Akinobu Mita2-4/+4
2007-05-11[ALSA] mpu401 - Add MPU401_INFO_UART_ONLY bitflagTakashi Iwai2-10/+20
2007-02-14Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds6-27/+28
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-14[ALSA] Fix a typo in __dev* changes in portman2x4.cTakashi Iwai1-1/+1
2007-02-14[ALSA] Fix __devinit and __devexit issues with sound driversPrarit Bhargava6-27/+28
2007-02-09[ALSA] Add even more 'const' to everything related to TLVTakashi Iwai2-2/+2
2007-02-09[ALSA] Add snd-portman2x4 driver for Midiman Portman 2x4 MIDI deviceMatthias Koenig3-0/+889
2007-02-09[ALSA] Clean up serial-u16500.cTakashi Iwai1-98/+123
2006-12-12[PATCH] remove config ordering/dependency between ucb1400-ts and sound subsystemNicolas Pitre1-5/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells5-10/+6
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