summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] make 1-bit bitfields unsignedMariusz Kozlowski2006-12-071-1/+1
* [PATCH] The scheduled removal of some OSS optionsAdrian Bunk2006-12-071-115/+0
* [PATCH] sound/oss/emu10k1: handle userspace copy errorsJeff Garzik2006-12-074-16/+38
* [PATCH] sound/oss/btaudio.c: ioremap balanced with iounmapAmol Lad2006-12-071-0/+2
* [PATCH] mm: incorrect VM_FAULT_OOM returns from driversNick Piggin2006-12-073-8/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-062-47/+3
|\
| * [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski2006-12-042-46/+1
| * [PATCH] pcmcia: IDs for Elan serial PCMCIA devciesTony Olech2006-12-041-1/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-058-0/+8
|\|
| * [PATCH] severing poll.h -> mm.hAl Viro2006-12-048-0/+8
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-0517-61/+81
|\|
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2006-12-012-7/+4
| |\
| | * usb: usbmixer free kill urb cleanupMariusz Kozlowski2006-12-011-6/+3
| | * usb: usbmidi kill urb cleanupMariusz Kozlowski2006-12-011-1/+1
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-12-015-27/+32
| |\ \
| | * | Driver core: convert sound core to use struct deviceGreg Kroah-Hartman2006-12-015-27/+32
| | |/
| * | Fix misc .c/.h comment typosMatt LaPlante2006-11-301-3/+3
| * | Fix misc Kconfig typosMatt LaPlante2006-11-301-2/+2
| |/
| * [ALSA] snd-emu10k1: Fix capture for one variant.James Courtier-Dutton2006-11-281-0/+1
| * [ALSA] Fix hang-up at disconnection of usb-audioTakashi Iwai2006-11-283-4/+8
| * [ALSA] hda: fix typo for xw4400 PCI sub-IDJohn W. Linville2006-11-281-1/+1
| * [ALSA] hda: fix sigmatel dell system detectionMatt Porter2006-11-281-7/+7
| * [ALSA] Enable stereo line input for TAS codecPaul Mackerras2006-11-281-4/+9
| * [ALSA] rtctimer: handle RTC interrupts with a taskletClemens Ladisch2006-11-281-6/+14
* | WorkStruct: make allyesconfigDavid Howells2006-11-228-33/+35
|/
* [PATCH] ALSA: hda-intel - Disable MSI support by defaultTakashi Iwai2006-11-141-4/+4
* [PATCH] Merge headphone and speaker volume controls for Panasonic R4 laptopKeith Packard2006-10-241-0/+6
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds2006-10-2337-167/+329
|\
| * [ALSA] hda-intel - Add check of MSI availabityTakashi Iwai2006-10-231-17/+39
| * [ALSA] Fix addition of user-defined boolean controlsTakashi Iwai2006-10-221-4/+0
| * [ALSA] Fix AC97 power-saving modeTakashi Iwai2006-10-221-6/+2
| * [ALSA] Fix re-use of va_listTakashi Iwai2006-10-221-1/+4
| * [ALSA] hda_intel: add ATI RS690 HDMI audio supportFelix Kuehling2006-10-222-0/+3
| * [ALSA] hda-codec - Add model entry for ASUS U5F laptopTakashi Iwai2006-10-221-0/+2
| * [ALSA] Fix dependency of snd-adlib driver in KconfigTakashi Iwai2006-10-221-0/+1
| * [ALSA] Various fixes for suspend/resume of ALSA PCI driversTakashi Iwai2006-10-2226-145/+276
| * [ALSA] hda-codec - Fix assignment of PCM devices for Realtek codecsTakashi Iwai2006-10-221-2/+2
| * [ALSA] sound/isa/opti9xx/opti92x-ad1848.c: check kmalloc() return valueAmit Choudhary2006-10-221-0/+2
| * [ALSA] sound/isa/ad1816a/ad1816a.c: check kmalloc() return valueAmit Choudhary2006-10-221-0/+2
| * [ALSA] sound/isa/cmi8330.c: check kmalloc() return valueAmit Choudhary2006-10-221-0/+2
| * [ALSA] sound/isa/gus/interwave.c: check kmalloc() return valueAmit Choudhary2006-10-221-0/+2
* | sh: Cleanup board header directories.Paul Mundt2006-10-191-1/+1
|/
* [PATCH] hwdep_compat missed __user annotationsAl Viro2006-10-101-1/+1
* Merge branch 'irqclean-submit1' of master.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2006-10-098-11/+7
|\
| * Merge branch 'submit1' of viper:/spare/repo/irq-remove-2.6 into irqcleanupsJeff Garzik2006-10-068-11/+7
| |\
| | * Various drivers' irq handlers: kill dead code, needless castsJeff Garzik2006-10-068-11/+7
* | | [PATCH] missing include in pdaudiocf_irqAl Viro2006-10-081-0/+1
* | | [PATCH] misc arm pt_regs fixesAl Viro2006-10-081-1/+1
|/ /
* | [ALSA] sound/pci/au88x0/au88x0.c: ioremap balanced with iounmapAmol Lad2006-10-061-0/+1
* | [ALSA] Handle file operations during snd_card disconnects using static file->...Karsten Wiese2006-10-061-40/+52