summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
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
2005-10-28[PATCH] gfp_t: soundAl Viro
2005-10-24[PATCH] ALSA: Fix Oops of suspend/resume with generic driversTakashi Iwai
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-09-12[ALSA] Replace with kzalloc() - seq stuffTakashi Iwai
2005-09-12[ALSA] Replace with kzalloc() - core stuffTakashi Iwai
2005-09-12[ALSA] pcm-oss - Add bugg-yptr optionTakashi Iwai
2005-09-12[ALSA] pci_find_device removeJiri Slaby
2005-09-12[ALSA] Fix DocBook warningsTakashi Iwai
2005-09-12[ALSA] rtctimer: add option to make RTC timer the default sequencer timerClemens Ladisch
2005-09-12[ALSA] Introduce snd_card_set_generic_dev()Takashi Iwai
2005-09-12[ALSA] sparse address space annotationsClemens Ladisch
2005-09-07[PATCH] ALSA: convert kcalloc to kzallocPekka Enberg
2005-08-30[PATCH] Assign device pointer to OSS devicesTakashi Iwai
2005-08-30[ALSA] pcm - Fix zero-division in 32bit compat layerTakashi Iwai
2005-08-30[ALSA] Fix compilation without CONFIG_PROC_FSTakashi Iwai
2005-08-30[ALSA] ALSA timer - fixed compilationJaroslav Kysela
2005-08-30[ALSA] Timer API - added SUSPEND/RESUME eventsJaroslav Kysela
2005-08-30[ALSA] Fix PCM 32bit compat layerTakashi Iwai
2005-08-30[ALSA] make local objects staticClemens Ladisch
2005-08-30[ALSA] ALSA's struct _snd_pcm_substream: Obsolete open_flagKarsten Wiese
2005-08-30[ALSA] adds __init and in snd_memory_init()Henrik Kretzschmar
2005-08-23[PATCH] Kconfig fix (ISA_DMA_API and sound/*)Al Viro
2005-07-28[ALSA] sound/core Fix the sparse warning 'implicit cast to nocast type'Victor Fusco
2005-07-28[ALSA] seq-midi - silently ignore non-MIDI eventsClemens Ladisch
2005-07-28[ALSA] typo-fix and snd_assert()-expression-splitHenrik Kretzschmar
2005-07-28[ALSA] Fix dependency of GUS driverTakashi Iwai
2005-07-28[ALSA] Fix two typos and changes on snd_assert()Henrik Kretzschmar
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl
2005-06-23[PATCH] create a kstrdup library functionPaulo Marques
2005-06-22[ALSA] Add const prefixTakashi Iwai
2005-06-22[ALSA] OSS PCM emulation - The 2nd final fix for SNDCTL_DSP_GETOPTR problemJaroslav Kysela
2005-06-22[ALSA] OSS PCM emulation - The final fix for SNDCTL_DSP_GETOPTR problemJaroslav Kysela
2005-06-22[ALSA] Fix races between PCM drain and other opsTakashi Iwai
2005-06-22[ALSA] Add write support to snd-page-alloc proc fileTakashi Iwai
2005-06-22[ALSA] Remove redundant NULL checks before kfreeJesper Juhl
2005-06-21Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJaroslav Kysela
2005-06-20[PATCH] class: convert sound/* to use the new class api instead of class_simplegregkh@suse.de