Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
95fdac73725c15072d068ac7f131958cf5c324e4
/
sound
/
core
/
seq
0f23c5c
Merge branch 'topic/midi' into for-linus
by Takashi Iwai
· 15 years ago
f96e080
ALSA: OSS sequencer should be initialized after snd_seq_system_client_init
by Jaswinder Singh Rajput
· 15 years ago
2d4b842
sound: rawmidi: disable active-sensing-on-close by default
by Clemens Ladisch
· 15 years ago
08d0334
sound: seq_oss_midi: remove magic numbers
by Clemens Ladisch
· 15 years ago
b86c872
sound: seq_midi: do not send MIDI reset when closing
by Clemens Ladisch
· 15 years ago
f907ed9
seq-midi: always log message on output overrun
by Clemens Ladisch
· 15 years ago
3f67f66
Merge branch 'topic/seq-midi-fix' into for-linus
by Takashi Iwai
· 15 years ago
6423f9e
sound: seq_midi_event: fix decoding of (N)RPN events
by Clemens Ladisch
· 15 years ago
0528c74
ALSA: clean up the logic for building sequencer modules
by Michal Marek
· 15 years ago
ef44a1e
ALSA: sound/core: use memdup_user()
by Li Zefan
· 16 years ago
006de267
ALSA: Add missing KERN_* prefix to printk in sound/core
by Takashi Iwai
· 16 years ago
bbaf5e9
ALSA: Add hrtimer backend for ALSA timer interface
by Takashi Iwai
· 16 years ago
7eaa943
ALSA: Kill snd_assert() in sound/core/*
by Takashi Iwai
· 16 years ago
82e68f7
sound: ensure device number is valid in snd_seq_oss_synth_make_info
by Willy Tarreau
· 16 years ago
ee2da99
ALSA: remove CONFIG_KMOD from sound
by Johannes Berg
· 16 years ago
c354cd7
[ALSA] seq-oss - Remove invalid BUG()
by Takashi Iwai
· 17 years ago
0d63e4f
Dont touch fs_struct in drivers
by Jan Blunck
· 17 years ago
9004acc
[ALSA] Remove sound/driver.h
by Takashi Iwai
· 17 years ago
3b378e1
[ALSA] sound/core/seq: move declarations of globally visible variables to proper headers
by Marcin Ślusarz
· 17 years ago
e5723b4
[ALSA] Remove sequencer instrument layer
by Takashi Iwai
· 17 years ago
3a4fa0a
Fix misspellings of "system", "controller", "interrupt" and "necessary".
by Robert P. J. Day
· 17 years ago
c1017a4
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
by Jaroslav Kysela
· 17 years ago
c929e5e
[ALSA] schedule_timeout() fix for core/seq/seq_instr.c
by Rene Herman
· 17 years ago
0e75182
[ALSA] seq_midi_event: fix parsing of F9/FD bytes
by Clemens Ladisch
· 17 years ago
bf8c138
[ALSA] seq_midi_event: fix parsing of missing data bytes
by Clemens Ladisch
· 17 years ago
0b664f7
[ALSA] seq_midi_event: prevent running status after system messages
by Clemens Ladisch
· 17 years ago
394d051
[ALSA] seq_midi_event: fix encoding of data bytes after end of sysex
by Clemens Ladisch
· 17 years ago
7034632
[ALSA] seq: resource leak fix and various code cleanups
by Eugene Teo
· 17 years ago
e65365d
[ALSA] Fix invalid schedule_timeout_interruptible()
by Takashi Iwai
· 17 years ago
dd00cc4
some kmalloc/memset ->kzalloc (tree wide)
by Yoann Padioleau
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
9c2e08c
[PATCH] mark struct file_operations const 9
by Arjan van de Ven
· 18 years ago
6116ea0
[ALSA] Fix possible deadlocks in sequencer at removal of ports
by Takashi Iwai
· 18 years ago
9244b2c
[ALSA] alsa core: convert to list_for_each_entry*
by Johannes Berg
· 18 years ago
201efe3
[ALSA] use the roundup macro
by Clemens Ladisch
· 18 years ago
c461482
[ALSA] Unregister device files at disconnection
by Takashi Iwai
· 18 years ago
746d4a0
[ALSA] Fix disconnection of proc interface
by Takashi Iwai
· 18 years ago
59feddb
[ALSA] Conversions from kmalloc+memset to k(z|c)alloc
by Panagiotis Issaris
· 18 years ago
933a2ef
[PATCH] lockdep: annotate sound/core/seq/seq_device.c
by Arjan van de Ven
· 18 years ago
d8371f0
[PATCH] lockdep: annotate sound/core/seq/seq_ports.c
by Ingo Molnar
· 18 years ago
be7ee27
[ALSA] Fix misuse of __list_add() in seq_ports.c
by Takashi Iwai
· 18 years ago
d6e05ed
spelling fixes
by Andreas Mohr
· 18 years ago
45df379
[ALSA] Remove nested mutexes in seq_ports.c
by Takashi Iwai
· 18 years ago
6581f4e
[ALSA] Remove zero-initialization of static variables
by Takashi Iwai
· 18 years ago
a7b928a
[ALSA] rawmidi: add get_port_info callback for sequencer information flags
by Clemens Ladisch
· 19 years ago
450047a
[ALSA] add more sequencer port type information bits
by Clemens Ladisch
· 19 years ago
bf85020
[ALSA] Remove unneeded read/write_size fields in proc text ops
by Takashi Iwai
· 19 years ago
91715ed
[ALSA] Clean up EXPORT_SYMBOL()s in snd-seq module
by Takashi Iwai
· 19 years ago
78fc030
[ALSA] Change seq_midi.c so client name is card, rather than port, specific
by Alan Horstmann
· 19 years ago
e64d2e3
[ALSA] Fix seq_clientmgr dereferences before NULL check
by Eugene Teo
· 19 years ago
62c5549e
[ALSA] Fix sleep in atomic in virmidi driver
by Takashi Iwai
· 19 years ago
1a60d4c
[ALSA] semaphore -> mutex (core part)
by Ingo Molnar
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
aa1e77e
[ALSA] seq: reorganize sequencer client numbers
by Clemens Ladisch
· 19 years ago
7b6d924
[ALSA] seq: set client name in snd_seq_create_kernel_client()
by Clemens Ladisch
· 19 years ago
83e8ad6
[ALSA] seq: remove struct snd_seq_client_callback
by Clemens Ladisch
· 19 years ago
255bd16
[ALSA] seq: remove superfluous fields
by Clemens Ladisch
· 19 years ago
04f141a
[ALSA] Optimize for config without PROC_FS (seq and oss parts)
by Takashi Iwai
· 19 years ago
d001544
[ALSA] dynamic minors (6/6): increase maximum number of sound cards
by Clemens Ladisch
· 19 years ago
204bdb1
[ALSA] dynamic minors (5/6): reduce maximum number of MIDI devices per card
by Clemens Ladisch
· 19 years ago
f87135f
[ALSA] dynamic minors (3/6): store device-specific object pointers dynamically
by Clemens Ladisch
· 19 years ago
2af677f
[ALSA] dynamic minors (1/6): store device type in struct snd_minor
by Clemens Ladisch
· 19 years ago
080dece
[ALSA] Remove xxx_t typedefs: Sequencer OSS-emulation
by Takashi Iwai
· 19 years ago
19ac31e
[ALSA] Remove xxx_t typedefs: Instrument layer
by Takashi Iwai
· 19 years ago
c7e0b5b
[ALSA] Remove xxx_t typedefs: Sequencer
by Takashi Iwai
· 19 years ago
8433a50
[ALSA] Fix schedule_timeout usage
by Nishanth Aravamudan
· 19 years ago
87ef777
[ALSA] seq-timer: restrict timer frequencies
by Clemens Ladisch
· 19 years ago
7c22f1a
[ALSA] Remove snd_runtime_check() macro
by Takashi Iwai
· 19 years ago
bf3b644
[ALSA] sequencer: remove superfluous function parameter
by Clemens Ladisch
· 19 years ago
1ef64e6
[PATCH] gfp_t: sound
by Al Viro
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
ecca82b
[ALSA] Replace with kzalloc() - seq stuff
by Takashi Iwai
· 19 years ago
a4f508b
[ALSA] rtctimer: add option to make RTC timer the default sequencer timer
by Clemens Ladisch
· 19 years ago
4d23359
[ALSA] sparse address space annotations
by Clemens Ladisch
· 19 years ago
5a0f217
[ALSA] sound/core Fix the sparse warning 'implicit cast to nocast type'
by Victor Fusco
· 19 years ago
d06e4c4
[ALSA] seq-midi - silently ignore non-MIDI events
by Clemens Ladisch
· 19 years ago
0884484
[ALSA] Fix dependency of GUS driver
by Takashi Iwai
· 19 years ago
77933d7
[PATCH] clean up inline static vs static inline
by Jesper Juhl
· 19 years ago
4d57277
[ALSA] Remove redundant NULL checks before kfree
by Jesper Juhl
· 19 years ago
123992f
[ALSA] sound/core/: possible cleanups
by Adrian Bunk
· 19 years ago
22e0732
[ALSA] virmidi - fix ioctl parameter passing when setting client name
by Clemens Ladisch
· 20 years ago
0aa0d38
[ALSA] virmidi - fix ioctl parameter passing when creating seq port
by Clemens Ladisch
· 20 years ago
51f633d
[ALSA] Fix memory leak
by Takashi Iwai
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago