summaryrefslogtreecommitdiff
path: root/sound/core/seq/seq_device.c
AgeCommit message (Expand)Author
2021-10-27ALSA: seq: Fix a potential UAF by wrong private_free call orderTakashi Iwai
2017-11-18ALSA: seq: Cancel pending autoload work at unbinding deviceTakashi Iwai
2015-05-29ALSA: core: Fix randconfig build wrt CONFIG_PROC_FSTakashi Iwai
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang
2015-03-11ALSA: seq: Fix init order of snd_seq_device stuffTakashi Iwai
2015-02-12ALSA: seq: Drop snd_seq_autoload_lock() and _unlock()Takashi Iwai
2015-02-12ALSA: seq: Define driver object in each driverTakashi Iwai
2015-02-12ALSA: seq: Clean up device and driver structsTakashi Iwai
2015-02-12ALSA: seq: Rewrite sequencer device binding with standard busTakashi Iwai
2015-02-12ALSA: seq: Don't compile snd_seq_device_load_drivers() for built-inTakashi Iwai
2015-02-12ALSA: seq: Move EXPORT_SYMBOL() after each functionTakashi Iwai
2014-10-18Subject: ALSA: seq: Remove autoload locks in driver registrationTakashi Iwai
2014-10-18ALSA: seq: bind seq driver automaticallyTakashi Iwai
2014-10-15ALSA: seq: Use atomic ops for autoload refcountTakashi Iwai
2014-02-14ALSA: seq: Use standard printk helpersTakashi Iwai
2014-02-14ALSA: core: Use standard printk helpersTakashi Iwai
2012-11-19various: Fix spelling of "registered" in comments.Adam Buchbinder
2012-08-20ALSA: lto, sound: Fix export symbols for !CONFIG_MODULESAndi Kleen
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai
2008-07-10ALSA: remove CONFIG_KMOD from soundJohannes Berg
2008-02-14Dont touch fs_struct in driversJan Blunck
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai
2007-02-09[ALSA] alsa core: convert to list_for_each_entry*Johannes Berg
2006-09-23[ALSA] Unregister device files at disconnectionTakashi Iwai
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai
2006-08-03[ALSA] Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris
2006-07-03[PATCH] lockdep: annotate sound/core/seq/seq_device.cArjan van de Ven
2006-06-22[ALSA] Remove zero-initialization of static variablesTakashi Iwai
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai
2006-03-22[ALSA] semaphore -> mutex (core part)Ingo Molnar
2006-01-03[ALSA] Optimize for config without PROC_FS (seq and oss parts)Takashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: SequencerTakashi Iwai
2005-09-12[ALSA] Replace with kzalloc() - seq stuffTakashi Iwai
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds