netdev: ehea: locking order correction
[safe/jmp/linux-2.6] / sound / core /
2006-09-23 Josef 'Jeff' Sipek[ALSA] sound core: Use SEEK_{SET,CUR,END} instead of...
2006-09-23 Takashi Iwai[ALSA] Add missing compat ioctls for ALSA control API
2006-09-23 Takashi Iwai[ALSA] Add pcm_class attribute to PCM sysfs entry
2006-09-23 Takashi Iwai[ALSA] Return error if no user TLV is defined
2006-09-23 Takashi Iwai[ALSA] Fix errors with user TLV_WRITE
2006-09-23 Takashi Iwai[ALSA] Fix substream selection in PCM and rawmidi
2006-09-23 Takashi Iwai[ALSA] Fix control/status mmap with shared PCM substream
2006-09-23 Clemens Ladisch[ALSA] system timer: remove unused snd_timer_system_pri...
2006-09-23 Clemens Ladisch[ALSA] timer: fix timer rescheduling
2006-09-23 Clemens Ladisch[ALSA] system timer: clear correction value when timer...
2006-09-23 Clemens Ladisch[ALSA] system timer: accumulate correction for multiple...
2006-09-23 Clemens Ladisch[ALSA] system timer: fix lost ticks correction adjustment
2006-09-23 Jaroslav Kysela[ALSA] Control API - more robust TLV implementation
2006-09-23 Takashi Iwai[ALSA] Deprecate snd_card_free_in_thread()
2006-09-23 Takashi Iwai[ALSA] Unregister device files at disconnection
2006-09-23 Takashi Iwai[ALSA] Fix disconnection of proc interface
2006-09-23 Jaroslav Kysela[ALSA] Control API - TLV implementation for additional...
2006-08-03 Takashi Iwai[ALSA] Don't reject O_RDWR at opening PCM OSS with...
2006-08-03 Panagiotis Issaris[ALSA] Conversions from kmalloc+memset to k(z|c)alloc
2006-07-12 Takashi Iwai[ALSA] Fix a deadlock in snd-rtctimer
2006-07-12 Clemens Ladisch[ALSA] remove unused snd_minor.name field
2006-07-03 Arjan van de Ven[PATCH] lockdep: annotate sound/core/seq/seq_device.c
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate sound/core/seq/seq_ports.c
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/devfs-2.6
2006-06-28 Takashi Iwai[ALSA] Fix misuse of __list_add() in seq_ports.c
2006-06-28 Clemens Ladisch[ALSA] make CONFIG_SND_DYNAMIC_MINORS non-experimental
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Remove devfs support from the sound...
2006-06-26 Andreas Mohrspelling fixes
2006-06-22 Takashi Iwai[ALSA] Remove nested mutexes in seq_ports.c
2006-06-22 Takashi Iwai[ALSA] Remove bogus check of mmap_count in snd_pcm_rele...
2006-06-22 Takashi Iwai[ALSA] Remove zero-initialization of static variables
2006-06-22 Takashi Iwai[ALSA] Fix pcm-draining of capture stream in PCM middle...
2006-06-22 Takashi Iwai[ALSA] Fix rwlock around snd_iprintf() in sound core
2006-06-22 Clemens Ladisch[ALSA] rawmidi: add get_port_info callback for sequence...
2006-06-22 Clemens Ladisch[ALSA] add more sequencer port type information bits
2006-06-22 Clemens Ladisch[ALSA] fix a wrong lock
2006-06-22 Takashi Iwai[ALSA] Fix compile warning in timer.c
2006-06-22 Takashi Iwai[ALSA] Fix mmap_count with O_APPEND opened streams
2006-06-22 Takashi Iwai[ALSA] Add O_APPEND flag support to PCM
2006-06-22 Takashi Iwai[ALSA] Insert might_sleep() in snd_iprintf()
2006-06-22 Takashi Iwai[ALSA] Remove spinlocks around proc prints
2006-06-22 Takashi Iwai[ALSA] Remove unneeded read/write_size fields in proc...
2006-06-22 Takashi Iwai[ALSA] Make buffer size of proc text interface variable
2006-06-22 Takashi Iwai[ALSA] Clean up ugly hacks in pcm_lib.c
2006-06-22 Takashi Iwai[ALSA] Move OSS-specific hw_params helper to snd-pcm...
2006-06-22 Takashi Iwai[ALSA] Clean up EXPORT_SYMBOL()s in snd-seq module
2006-06-22 Takashi Iwai[ALSA] Clean up EXPORT_SYMBOL()s in snd module
2006-06-22 Alan Horstmann[ALSA] Change seq_midi.c so client name is card, rather...
2006-04-27 Takashi Iwai[ALSA] Fix Oops at rmmod with CONFIG_SND_VERBOSE_PROCFS=n
2006-04-27 Jaroslav Kysela[ALSA] PCM core - introduce CONFIG_SND_PCM_XRUN_DEBUG
2006-04-27 Steven Finney[ALSA] Handle the error correctly in SNDCTL_DSP_SETFMT...
2006-04-12 Adrian Bunk[ALSA] sound/core/pcm.c: make snd_pcm_format_name(...
2006-04-12 Takashi Iwai[ALSA] Fix Oops of PCM OSS emulation
2006-04-12 OGAWA Hirofumi[ALSA] pcm_oss: fix snd_pcm_oss_release() oops
2006-03-31 Frederik Deweerdt[ALSA] Kconfig SND_SEQUENCER_OSS help text fix
2006-03-31 Takashi Iwai[ALSA] Fix / clean up PCM-OSS setup hooks
2006-03-31 Takashi Iwai[ALSA] Clean up PCM codes (take 2)
2006-03-31 Takashi Iwai[ALSA] Tiny clean up of PCM codes
2006-03-31 Takashi Iwai[ALSA] Cleanup unused argument for snd_power_wait()
2006-03-28 Jesper Juhl[PATCH] sound: Remove unneeded kmalloc() return value...
2006-03-28 Arjan van de Ven[PATCH] mark f_ops const in the inode
2006-03-22 Takashi Iwai[ALSA] Fix memory leaks in error path of control.c
2006-03-22 Eugene Teo[ALSA] Fix seq_clientmgr dereferences before NULL check
2006-03-22 Adrian Bunk[ALSA] sound/core/: fix 3 off-by-one errors
2006-03-22 Giuliano Pochini[ALSA] make control.c suspend aware
2006-03-22 Clemens Ladisch[ALSA] return ENODEV for disconnected devices
2006-03-22 Takashi Iwai[ALSA] Fix sleep in atomic in virmidi driver
2006-03-22 Takashi Iwai[ALSA] pcm - Move PAUSE ioctl to common ioctl handler
2006-03-22 Takashi Iwai[ALSA] Removed unneeded page-reserve
2006-03-22 Takashi Iwai[ALSA] Use dma_alloc_coherent() hack on i386 only
2006-03-22 Takashi Iwai[ALSA] Fix mulaw -> linear conversion in OSS PCM emulation
2006-03-22 Jaroslav Kysela[ALSA] snd_pcm_format_name() is no longer exported
2006-03-22 Ingo Molnar[ALSA] semaphore -> mutex (core part)
2006-03-22 Takashi Iwai[ALSA] Clean up pcm-oss plugins
2006-03-22 Takashi Iwai[ALSA] Fix a typo
2006-03-22 Jaroslav Kysela[ALSA] PCM midlevel & PCM OSS - make procfs & OSS plugi...
2006-03-07 Takashi Iwai[PATCH] alsa: fix error paths in snd_ctl_elem_add()
2006-02-21 Juergen Kreileder[PATCH] Fix snd-usb-audio in 32-bit compat environment
2006-01-22 Ingo Molnar[ALSA] Remove BKL from sound/core/info.c
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2006-01-04 Takashi Iwai[ALSA] Revert the nested-device patch
2006-01-03 Clemens Ladisch[ALSA] seq: reorganize sequencer client numbers
2006-01-03 Clemens Ladisch[ALSA] seq: set client name in snd_seq_create_kernel_cl...
2006-01-03 Clemens Ladisch[ALSA] seq: remove struct snd_seq_client_callback
2006-01-03 Clemens Ladisch[ALSA] seq: remove superfluous fields
2006-01-03 Takashi Iwai[ALSA] pcm - Fix wrong asserts
2006-01-03 Clemens Ladisch[ALSA] Nest sound devices
2006-01-03 Takashi Iwai[ALSA] pcm - Make the support of old API selectable
2006-01-03 Takashi Iwai[ALSA] Optimize for config without PROC_FS (seq and...
2006-01-03 Takashi Iwai[ALSA] Optimize for config without PROC_FS
2006-01-03 Adrian Bunk[ALSA] sound/: possible cleanups
2006-01-03 Takashi Iwai[ALSA] Fix a missing include
2006-01-03 Clemens Ladisch[ALSA] rawmidi: adjust runtime->avail when changing...
2006-01-03 Clemens Ladisch[ALSA] dynamic minors (6/6): increase maximum number...
2006-01-03 Clemens Ladisch[ALSA] dynamic minors (5/6): reduce maximum number...
2006-01-03 Clemens Ladisch[ALSA] dynamic minors (4/6): dynamic minor number alloc...
2006-01-03 Clemens Ladisch[ALSA] dynamic minors (3/6): store device-specific...
2006-01-03 Clemens Ladisch[ALSA] dynamic minors (2/6): simplify storage of snd_mi...
2006-01-03 Clemens Ladisch[ALSA] dynamic minors (1/6): store device type in struc...
next