aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/seq/seq_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-29ALSA: core: Fix randconfig build wrt CONFIG_PROC_FSTakashi Iwai1-2/+2
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang1-1/+1
2015-03-11ALSA: seq: Fix init order of snd_seq_device stuffTakashi Iwai1-1/+1
2015-02-12ALSA: seq: Drop snd_seq_autoload_lock() and _unlock()Takashi Iwai1-12/+7
2015-02-12ALSA: seq: Define driver object in each driverTakashi Iwai1-83/+10
2015-02-12ALSA: seq: Clean up device and driver structsTakashi Iwai1-21/+10
2015-02-12ALSA: seq: Rewrite sequencer device binding with standard busTakashi Iwai1-374/+167
2015-02-12ALSA: seq: Don't compile snd_seq_device_load_drivers() for built-inTakashi Iwai1-6/+3
2015-02-12ALSA: seq: Move EXPORT_SYMBOL() after each functionTakashi Iwai1-10/+8
2014-10-18Subject: ALSA: seq: Remove autoload locks in driver registrationTakashi Iwai1-6/+1
2014-10-18ALSA: seq: bind seq driver automaticallyTakashi Iwai1-23/+69
2014-10-15ALSA: seq: Use atomic ops for autoload refcountTakashi Iwai1-4/+4
2014-02-14ALSA: seq: Use standard printk helpersTakashi Iwai1-8/+8
2014-02-14ALSA: core: Use standard printk helpersTakashi Iwai1-1/+1
2012-11-19various: Fix spelling of "registered" in comments.Adam Buchbinder1-1/+1
2012-08-20ALSA: lto, sound: Fix export symbols for !CONFIG_MODULESAndi Kleen1-0/+2
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-2/+4
2008-07-10ALSA: remove CONFIG_KMOD from soundJohannes Berg1-4/+2
2008-02-14Dont touch fs_struct in driversJan Blunck1-3/+0
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-02-09[ALSA] alsa core: convert to list_for_each_entry*Johannes Berg1-15/+10
2006-09-23[ALSA] Unregister device files at disconnectionTakashi Iwai1-11/+0
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai1-1/+1
2006-08-03[ALSA] Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-07-03[PATCH] lockdep: annotate sound/core/seq/seq_device.cArjan van de Ven1-0/+6
2006-06-22[ALSA] Remove zero-initialization of static variablesTakashi Iwai1-1/+1
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai1-1/+0
2006-03-22[ALSA] semaphore -> mutex (core part)Ingo Molnar1-26/+27
2006-01-03[ALSA] Optimize for config without PROC_FS (seq and oss parts)Takashi Iwai1-0/+8
2006-01-03[ALSA] Remove xxx_t typedefs: SequencerTakashi Iwai1-58/+62
2005-09-12[ALSA] Replace with kzalloc() - seq stuffTakashi Iwai1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+575