ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / sound / core / seq /
2010-04-13 Takashi IwaiALSA: core - Define llseek fops
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-01 Thadeu Lima de Sou... ALSA: trivial: sound seq ioctl dbg: print hexadecimal...
2010-01-18 Clemens Ladischsound: seq_timer: simplify snd_seq_timer_set_tick_resol...
2009-09-10 Takashi IwaiMerge branch 'topic/midi' into for-linus
2009-07-19 Jaswinder Singh... ALSA: OSS sequencer should be initialized after snd_seq...
2009-07-15 Clemens Ladischsound: rawmidi: disable active-sensing-on-close by...
2009-07-15 Clemens Ladischsound: seq_oss_midi: remove magic numbers
2009-07-15 Clemens Ladischsound: seq_midi: do not send MIDI reset when closing
2009-07-15 Clemens Ladischseq-midi: always log message on output overrun
2009-06-22 Takashi IwaiMerge branch 'topic/seq-midi-fix' into for-linus
2009-06-22 Clemens Ladischsound: seq_midi_event: fix decoding of (N)RPN events
2009-05-29 Michal MarekALSA: clean up the logic for building sequencer modules
2009-04-14 Li ZefanALSA: sound/core: use memdup_user()
2009-02-05 Takashi IwaiALSA: Add missing KERN_* prefix to printk in sound...
2008-10-24 Takashi IwaiALSA: Add hrtimer backend for ALSA timer interface
2008-08-13 Takashi IwaiALSA: Kill snd_assert() in sound/core/*
2008-08-05 Willy Tarreausound: ensure device number is valid in snd_seq_oss_syn...
2008-07-10 Johannes BergALSA: remove CONFIG_KMOD from sound
2008-04-24 Takashi Iwai[ALSA] seq-oss - Remove invalid BUG()
2008-02-15 Jan BlunckDont touch fs_struct in drivers
2008-01-31 Takashi Iwai[ALSA] Remove sound/driver.h
2008-01-31 Marcin Ślusarz[ALSA] sound/core/seq: move declarations of globally...
2008-01-31 Takashi Iwai[ALSA] Remove sequencer instrument layer
2007-10-19 Robert P. J. DayFix misspellings of "system", "controller", "interrupt...
2007-10-16 Jaroslav Kysela[ALSA] Changed Jaroslav Kysela's e-mail from perex...
2007-10-16 Rene Herman[ALSA] schedule_timeout() fix for core/seq/seq_instr.c
2007-10-16 Clemens Ladisch[ALSA] seq_midi_event: fix parsing of F9/FD bytes
2007-10-16 Clemens Ladisch[ALSA] seq_midi_event: fix parsing of missing data...
2007-10-16 Clemens Ladisch[ALSA] seq_midi_event: prevent running status after...
2007-10-16 Clemens Ladisch[ALSA] seq_midi_event: fix encoding of data bytes after...
2007-10-16 Eugene Teo[ALSA] seq: resource leak fix and various code cleanups
2007-07-20 Takashi Iwai[ALSA] Fix invalid schedule_timeout_interruptible()
2007-07-19 Yoann Padioleausome kmalloc/memset ->kzalloc (tree wide)
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 9
2007-02-09 Takashi Iwai[ALSA] Fix possible deadlocks in sequencer at removal...
2007-02-09 Johannes Berg[ALSA] alsa core: convert to list_for_each_entry*
2006-12-20 Clemens Ladisch[ALSA] use the roundup macro
2006-09-23 Takashi Iwai[ALSA] Unregister device files at disconnection
2006-09-23 Takashi Iwai[ALSA] Fix disconnection of proc interface
2006-08-03 Panagiotis Issaris[ALSA] Conversions from kmalloc+memset to k(z|c)alloc
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-28 Takashi Iwai[ALSA] Fix misuse of __list_add() in seq_ports.c
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 zero-initialization of static variables
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 Takashi Iwai[ALSA] Remove unneeded read/write_size fields in proc...
2006-06-22 Takashi Iwai[ALSA] Clean up EXPORT_SYMBOL()s in snd-seq module
2006-06-22 Alan Horstmann[ALSA] Change seq_midi.c so client name is card, rather...
2006-03-22 Eugene Teo[ALSA] Fix seq_clientmgr dereferences before NULL check
2006-03-22 Takashi Iwai[ALSA] Fix sleep in atomic in virmidi driver
2006-03-22 Ingo Molnar[ALSA] semaphore -> mutex (core part)
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
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] Optimize for config without PROC_FS (seq and...
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 (3/6): store device-specific...
2006-01-03 Clemens Ladisch[ALSA] dynamic minors (1/6): store device type in struc...
2006-01-03 Takashi Iwai[ALSA] Remove xxx_t typedefs: Sequencer OSS-emulation
2006-01-03 Takashi Iwai[ALSA] Remove xxx_t typedefs: Instrument layer
2006-01-03 Takashi Iwai[ALSA] Remove xxx_t typedefs: Sequencer
2005-11-04 Nishanth Aravamudan[ALSA] Fix schedule_timeout usage
2005-11-04 Clemens Ladisch[ALSA] seq-timer: restrict timer frequencies
2005-11-04 Takashi Iwai[ALSA] Remove snd_runtime_check() macro
2005-11-04 Clemens Ladisch[ALSA] sequencer: remove superfluous function parameter
2005-10-28 Al Viro[PATCH] gfp_t: sound
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-09-12 Takashi Iwai[ALSA] Replace with kzalloc() - seq stuff
2005-09-12 Clemens Ladisch[ALSA] rtctimer: add option to make RTC timer the defau...
2005-09-12 Clemens Ladisch[ALSA] sparse address space annotations
2005-07-28 Victor Fusco[ALSA] sound/core Fix the sparse warning 'implicit...
2005-07-28 Clemens Ladisch[ALSA] seq-midi - silently ignore non-MIDI events
2005-07-28 Takashi Iwai[ALSA] Fix dependency of GUS driver
2005-07-27 Jesper Juhl[PATCH] clean up inline static vs static inline
2005-06-22 Jesper Juhl[ALSA] Remove redundant NULL checks before kfree
2005-05-29 Adrian Bunk[ALSA] sound/core/: possible cleanups
2005-05-29 Clemens Ladisch[ALSA] virmidi - fix ioctl parameter passing when setti...
2005-05-29 Clemens Ladisch[ALSA] virmidi - fix ioctl parameter passing when creat...
2005-05-29 Takashi Iwai[ALSA] Fix memory leak
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2