summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
2006-01-03[ALSA] dynamic minors (4/6): dynamic minor number allocationClemens Ladisch
2006-01-03[ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch
2006-01-03[ALSA] dynamic minors (2/6): simplify storage of snd_minor structuresClemens Ladisch
2006-01-03[ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch
2006-01-03[ALSA] rawmidi: protect against invalid device number in snd_rawmidi_info_sel...Clemens Ladisch
2006-01-03[ALSA] Fix possible races in timer callbacksTakashi Iwai
2006-01-03[ALSA] Add error messagesTakashi Iwai
2006-01-03[ALSA] pcm - NULL check in snd_pcm_suspend*()Takashi Iwai
2006-01-03[ALSA] Decentralize PM controlTakashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: Sequencer OSS-emulationTakashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: Instrument layerTakashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: SequencerTakashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: PCM OSS-emulationTakashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: Mixer OSS-emulationTakashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: OSS-emulationTakashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: PCMTakashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: Proc handlerTakashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: HwdepTakashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: Raw MIDITakashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: TimerTakashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: ControlsTakashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: Core componentTakashi Iwai
2006-01-03[ALSA] Use standard bitmap functionsTakashi Iwai
2005-11-22[PATCH] unpaged: fix sound Bad page statesHugh Dickins
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King
2005-11-07[ALSA] Cleanup - remove sound/core/wrappers.cJaroslav Kysela
2005-11-04[ALSA] Fix a typo in the last fixTakashi Iwai
2005-11-04[ALSA] fix improper CONFIG_SND_MAJOR usageClemens Ladisch
2005-11-04[ALSA] clean up device types symbolsClemens Ladisch
2005-11-04[ALSA] Fix schedule_timeout usageNishanth Aravamudan
2005-11-04[ALSA] Add missing KERN_* prefixTakashi Iwai
2005-11-04[ALSA] seq-timer: restrict timer frequenciesClemens Ladisch
2005-11-04[ALSA] timer: formatting changesClemens Ladisch
2005-11-04[ALSA] timer: remove list_entry() type castsClemens Ladisch
2005-11-04[ALSA] timers: add module refcounting for global timersClemens Ladisch
2005-11-04[ALSA] timer: fix timer instance memory allocation checksClemens Ladisch
2005-11-04[ALSA] Remove kmalloc wrappersTakashi Iwai
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai
2005-11-04[ALSA] Make snd_task_name() module localTakashi Iwai
2005-11-04[ALSA] Use getnstimeofday()Takashi Iwai
2005-11-04[ALSA] Remove snd_runtime_check() macroTakashi Iwai
2005-11-04[ALSA] sequencer: remove superfluous function parameterClemens Ladisch
2005-11-04[ALSA] rtctimer: optimize module parameter validationClemens Ladisch
2005-11-04[ALSA] rtctimer: remove superfluous rtc_inc variableClemens Ladisch
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds
2005-10-29[PATCH] core remove PageReservedNick Piggin
2005-10-29Create platform_device.h to contain all the platform device details.Russell King
2005-10-28Merge ../bleed-2.6Greg KH
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman