| Commit message (Expand) | Author | Age | Files | Lines |
* | [ALSA] seq-timer: restrict timer frequencies | Clemens Ladisch | 2005-11-04 | 1 | -3/+17 |
* | [ALSA] timer: formatting changes | Clemens Ladisch | 2005-11-04 | 1 | -112/+167 |
* | [ALSA] timer: remove list_entry() type casts | Clemens Ladisch | 2005-11-04 | 1 | -21/+22 |
* | [ALSA] timers: add module refcounting for global timers | Clemens Ladisch | 2005-11-04 | 2 | -4/+7 |
* | [ALSA] timer: fix timer instance memory allocation checks | Clemens Ladisch | 2005-11-04 | 1 | -18/+24 |
* | [ALSA] Remove kmalloc wrappers | Takashi Iwai | 2005-11-04 | 6 | -186/+4 |
* | [ALSA] Remove vmalloc wrapper, kfree_nocheck() | Takashi Iwai | 2005-11-04 | 4 | -67/+10 |
* | [ALSA] Make snd_task_name() module local | Takashi Iwai | 2005-11-04 | 3 | -12/+11 |
* | [ALSA] Use getnstimeofday() | Takashi Iwai | 2005-11-04 | 3 | -14/+8 |
* | [ALSA] Remove snd_runtime_check() macro | Takashi Iwai | 2005-11-04 | 8 | -36/+60 |
* | [ALSA] sequencer: remove superfluous function parameter | Clemens Ladisch | 2005-11-04 | 1 | -5/+4 |
* | [ALSA] rtctimer: optimize module parameter validation | Clemens Ladisch | 2005-11-04 | 1 | -8/+3 |
* | [ALSA] rtctimer: remove superfluous rtc_inc variable | Clemens Ladisch | 2005-11-04 | 1 | -8/+1 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel | Linus Torvalds | 2005-10-31 | 1 | -0/+2 |
|\ |
|
| * | Create platform_device.h to contain all the platform device details. | Russell King | 2005-10-29 | 1 | -0/+2 |
* | | [PATCH] core remove PageReserved | Nick Piggin | 2005-10-30 | 1 | -6/+3 |
|/ |
|
* | Merge ../bleed-2.6 | Greg KH | 2005-10-28 | 4 | -7/+9 |
|\ |
|
| * | [PATCH] gfp_t: sound | Al Viro | 2005-10-28 | 4 | -7/+9 |
* | | [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks | Russell King | 2005-10-28 | 1 | -10/+4 |
* | | [PATCH] Driver Core: fix up all callers of class_device_create() | Greg Kroah-Hartman | 2005-10-28 | 1 | -1/+1 |
|/ |
|
* | [PATCH] ALSA: Fix Oops of suspend/resume with generic drivers | Takashi Iwai | 2005-10-24 | 1 | -2/+4 |
* | [PATCH] gfp flags annotations - part 1 | Al Viro | 2005-10-09 | 4 | -8/+8 |
* | [ALSA] Replace with kzalloc() - seq stuff | Takashi Iwai | 2005-09-12 | 22 | -32/+32 |
* | [ALSA] Replace with kzalloc() - core stuff | Takashi Iwai | 2005-09-12 | 14 | -46/+46 |
* | [ALSA] pcm-oss - Add bugg-yptr option | Takashi Iwai | 2005-09-12 | 1 | -1/+7 |
* | [ALSA] pci_find_device remove | Jiri Slaby | 2005-09-12 | 1 | -1/+2 |
* | [ALSA] Fix DocBook warnings | Takashi Iwai | 2005-09-12 | 4 | -6/+124 |
* | [ALSA] rtctimer: add option to make RTC timer the default sequencer timer | Clemens Ladisch | 2005-09-12 | 2 | -1/+19 |
* | [ALSA] Introduce snd_card_set_generic_dev() | Takashi Iwai | 2005-09-12 | 3 | -86/+116 |
* | [ALSA] sparse address space annotations | Clemens Ladisch | 2005-09-12 | 4 | -8/+18 |
* | [PATCH] ALSA: convert kcalloc to kzalloc | Pekka Enberg | 2005-09-08 | 1 | -4/+10 |
* | [PATCH] Assign device pointer to OSS devices | Takashi Iwai | 2005-08-30 | 1 | -2/+5 |
* | [ALSA] pcm - Fix zero-division in 32bit compat layer | Takashi Iwai | 2005-08-30 | 1 | -3/+8 |
* | [ALSA] Fix compilation without CONFIG_PROC_FS | Takashi Iwai | 2005-08-30 | 1 | -2/+1 |
* | [ALSA] ALSA timer - fixed compilation | Jaroslav Kysela | 2005-08-30 | 1 | -2/+2 |
* | [ALSA] Timer API - added SUSPEND/RESUME events | Jaroslav Kysela | 2005-08-30 | 2 | -5/+11 |
* | [ALSA] Fix PCM 32bit compat layer | Takashi Iwai | 2005-08-30 | 1 | -14/+28 |
* | [ALSA] make local objects static | Clemens Ladisch | 2005-08-30 | 3 | -5/+5 |
* | [ALSA] ALSA's struct _snd_pcm_substream: Obsolete open_flag | Karsten Wiese | 2005-08-30 | 3 | -16/+21 |
* | [ALSA] adds __init and in snd_memory_init() | Henrik Kretzschmar | 2005-08-30 | 1 | -1/+1 |
* | [PATCH] Kconfig fix (ISA_DMA_API and sound/*) | Al Viro | 2005-08-24 | 2 | -2/+2 |
* | [ALSA] sound/core Fix the sparse warning 'implicit cast to nocast type' | Victor Fusco | 2005-07-28 | 5 | -10/+14 |
* | [ALSA] seq-midi - silently ignore non-MIDI events | Clemens Ladisch | 2005-07-28 | 1 | -10/+6 |
* | [ALSA] typo-fix and snd_assert()-expression-split | Henrik Kretzschmar | 2005-07-28 | 1 | -2/+3 |
* | [ALSA] Fix dependency of GUS driver | Takashi Iwai | 2005-07-28 | 1 | -1/+1 |
* | [ALSA] Fix two typos and changes on snd_assert() | Henrik Kretzschmar | 2005-07-28 | 1 | -6/+9 |
* | [PATCH] clean up inline static vs static inline | Jesper Juhl | 2005-07-28 | 3 | -6/+6 |
* | [PATCH] create a kstrdup library function | Paulo Marques | 2005-06-23 | 7 | -33/+25 |
* | [ALSA] Add const prefix | Takashi Iwai | 2005-06-22 | 1 | -1/+1 |
* | [ALSA] OSS PCM emulation - The 2nd final fix for SNDCTL_DSP_GETOPTR problem | Jaroslav Kysela | 2005-06-22 | 1 | -4/+4 |