summaryrefslogtreecommitdiff
path: root/sound/core/hwdep.c
Commit message (Expand)AuthorAge
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-31
|\
| * snd_hwdep_dsp_load(): don't bother with access_ok()Al Viro2017-12-28
* | sound: annotate ->poll() instancesAl Viro2017-11-27
|/
* ALSA: hwdep: prevent a harmless shift wrapping bugDan Carpenter2017-09-18
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-27
* ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-10
* ALSA: Simplify snd_device_register() variantsTakashi Iwai2015-02-02
* ALSA: hwdep: Embed struct deviceTakashi Iwai2015-02-02
* ALSA: Allow to pass the device object to snd_register_device*()Takashi Iwai2015-02-02
* ALSA: Move EXPORT_SYMBOL() in appropriate placesTakashi Iwai2014-02-27
* ALSA: hwdep: Allow to assign the given parentTakashi Iwai2014-02-25
* ALSA: hwdep: Take private_data as drvdata for sysfsTakashi Iwai2014-02-25
* ALSA: Create sysfs attribute files via groupsTakashi Iwai2014-02-25
* ALSA: hwdep: Use standard printk helpersTakashi Iwai2014-02-14
* ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai2014-02-12
* ALSA: add/change some comments describing function return valuesYacine Belkadi2013-03-12
* ALSA: Avoid endless sleep after disconnectTakashi Iwai2012-10-30
* ALSA: Add a reference counter to card instanceTakashi Iwai2012-10-30
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-31
* | ALSA: hwdep: silence integer overflow warningDan Carpenter2011-10-31
|/
* ALSA: hwdep - Make open callback optionalTakashi Iwai2009-02-05
* ALSA: Kill snd_assert() in sound/core/*Takashi Iwai2008-08-13
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-31
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-16
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* [PATCH] mark struct file_operations const 9Arjan van de Ven2007-02-12
* [ALSA] snd_hwdep_release() racefixKarsten Wiese2007-02-09
* [ALSA] alsa core: convert to list_for_each_entry*Johannes Berg2007-02-09
* [ALSA] Dereference after free in snd_hwdep_release()Florin Malita2006-10-06
* [ALSA] Unregister device files at disconnectionTakashi Iwai2006-09-23
* [ALSA] Fix disconnection of proc interfaceTakashi Iwai2006-09-23
* [ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2006-06-22
* [ALSA] semaphore -> mutex (core part)Ingo Molnar2006-03-22
* [ALSA] Optimize for config without PROC_FSTakashi Iwai2006-01-03
* [ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch2006-01-03
* [ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch2006-01-03
* [ALSA] Add error messagesTakashi Iwai2006-01-03
* [ALSA] Remove xxx_t typedefs: HwdepTakashi Iwai2006-01-03
* [ALSA] fix improper CONFIG_SND_MAJOR usageClemens Ladisch2005-11-04
* [ALSA] Replace with kzalloc() - core stuffTakashi Iwai2005-09-12
* Linux-2.6.12-rc2Linus Torvalds2005-04-16