summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* [DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2005-11-092-12/+13
* [ALSA] Cleanup - remove sound/core/wrappers.cJaroslav Kysela2005-11-071-40/+0Star
* [ALSA] Fix a typo in the last fixTakashi Iwai2005-11-041-1/+1
* [ALSA] fix improper CONFIG_SND_MAJOR usageClemens Ladisch2005-11-043-16/+7Star
* [ALSA] clean up device types symbolsClemens Ladisch2005-11-041-2/+2
* [ALSA] Fix schedule_timeout usageNishanth Aravamudan2005-11-043-12/+6Star
* [ALSA] Add missing KERN_* prefixTakashi Iwai2005-11-042-4/+8
* [ALSA] seq-timer: restrict timer frequenciesClemens Ladisch2005-11-041-3/+17
* [ALSA] timer: formatting changesClemens Ladisch2005-11-041-112/+167
* [ALSA] timer: remove list_entry() type castsClemens Ladisch2005-11-041-21/+22
* [ALSA] timers: add module refcounting for global timersClemens Ladisch2005-11-042-4/+7
* [ALSA] timer: fix timer instance memory allocation checksClemens Ladisch2005-11-041-18/+24
* [ALSA] Remove kmalloc wrappersTakashi Iwai2005-11-046-186/+4Star
* [ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai2005-11-044-67/+10Star
* [ALSA] Make snd_task_name() module localTakashi Iwai2005-11-043-12/+11Star
* [ALSA] Use getnstimeofday()Takashi Iwai2005-11-043-14/+8Star
* [ALSA] Remove snd_runtime_check() macroTakashi Iwai2005-11-048-36/+60
* [ALSA] sequencer: remove superfluous function parameterClemens Ladisch2005-11-041-5/+4Star
* [ALSA] rtctimer: optimize module parameter validationClemens Ladisch2005-11-041-8/+3Star
* [ALSA] rtctimer: remove superfluous rtc_inc variableClemens Ladisch2005-11-041-8/+1Star
* Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-10-311-0/+2
|\
| * Create platform_device.h to contain all the platform device details.Russell King2005-10-291-0/+2
* | [PATCH] core remove PageReservedNick Piggin2005-10-301-6/+3Star
|/
* Merge ../bleed-2.6Greg KH2005-10-284-7/+9
|\
| * [PATCH] gfp_t: soundAl Viro2005-10-284-7/+9
* | [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-281-10/+4Star
* | [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
|/
* [PATCH] ALSA: Fix Oops of suspend/resume with generic driversTakashi Iwai2005-10-241-2/+4
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-094-8/+8
* [ALSA] Replace with kzalloc() - seq stuffTakashi Iwai2005-09-1222-32/+32
* [ALSA] Replace with kzalloc() - core stuffTakashi Iwai2005-09-1214-46/+46
* [ALSA] pcm-oss - Add bugg-yptr optionTakashi Iwai2005-09-121-1/+7
* [ALSA] pci_find_device removeJiri Slaby2005-09-121-1/+2
* [ALSA] Fix DocBook warningsTakashi Iwai2005-09-124-6/+124
* [ALSA] rtctimer: add option to make RTC timer the default sequencer timerClemens Ladisch2005-09-122-1/+19
* [ALSA] Introduce snd_card_set_generic_dev()Takashi Iwai2005-09-123-86/+116
* [ALSA] sparse address space annotationsClemens Ladisch2005-09-124-8/+18
* [PATCH] ALSA: convert kcalloc to kzallocPekka Enberg2005-09-081-4/+10
* [PATCH] Assign device pointer to OSS devicesTakashi Iwai2005-08-301-2/+5
* [ALSA] pcm - Fix zero-division in 32bit compat layerTakashi Iwai2005-08-301-3/+8
* [ALSA] Fix compilation without CONFIG_PROC_FSTakashi Iwai2005-08-301-2/+1Star
* [ALSA] ALSA timer - fixed compilationJaroslav Kysela2005-08-301-2/+2
* [ALSA] Timer API - added SUSPEND/RESUME eventsJaroslav Kysela2005-08-302-5/+11
* [ALSA] Fix PCM 32bit compat layerTakashi Iwai2005-08-301-14/+28
* [ALSA] make local objects staticClemens Ladisch2005-08-303-5/+5
* [ALSA] ALSA's struct _snd_pcm_substream: Obsolete open_flagKarsten Wiese2005-08-303-16/+21
* [ALSA] adds __init and in snd_memory_init()Henrik Kretzschmar2005-08-301-1/+1
* [PATCH] Kconfig fix (ISA_DMA_API and sound/*)Al Viro2005-08-242-2/+2
* [ALSA] sound/core Fix the sparse warning 'implicit cast to nocast type'Victor Fusco2005-07-285-10/+14
* [ALSA] seq-midi - silently ignore non-MIDI eventsClemens Ladisch2005-07-281-10/+6Star