aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/hwdep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2017-12-28snd_hwdep_dsp_load(): don't bother with access_ok()Al Viro1-2/+0
2017-11-27sound: annotate ->poll() instancesAl Viro1-1/+1
2017-09-18ALSA: hwdep: prevent a harmless shift wrapping bugDan Carpenter1-0/+2
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang1-3/+3
2015-03-10ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai1-3/+1
2015-02-02ALSA: Simplify snd_device_register() variantsTakashi Iwai1-5/+4
2015-02-02ALSA: hwdep: Embed struct deviceTakashi Iwai1-50/+32
2015-02-02ALSA: Allow to pass the device object to snd_register_device*()Takashi Iwai1-1/+2
2014-02-27ALSA: Move EXPORT_SYMBOL() in appropriate placesTakashi Iwai1-2/+1
2014-02-25ALSA: hwdep: Allow to assign the given parentTakashi Iwai1-7/+12
2014-02-25ALSA: hwdep: Take private_data as drvdata for sysfsTakashi Iwai1-0/+2
2014-02-25ALSA: Create sysfs attribute files via groupsTakashi Iwai1-0/+14
2014-02-14ALSA: hwdep: Use standard printk helpersTakashi Iwai1-8/+12
2014-02-12ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai1-2/+1
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi1-1/+1
2012-10-30ALSA: Avoid endless sleep after disconnectTakashi Iwai1-0/+7
2012-10-30ALSA: Add a reference counter to card instanceTakashi Iwai1-1/+4
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-10-31ALSA: hwdep: silence integer overflow warningDan Carpenter1-1/+8
2009-02-05ALSA: hwdep - Make open callback optionalTakashi Iwai1-4/+5
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-6/+10
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-2/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven1-1/+1
2007-02-09[ALSA] snd_hwdep_release() racefixKarsten Wiese1-4/+5
2007-02-09[ALSA] alsa core: convert to list_for_each_entry*Johannes Berg1-8/+2
2006-10-06[ALSA] Dereference after free in snd_hwdep_release()Florin Malita1-1/+2
2006-09-23[ALSA] Unregister device files at disconnectionTakashi Iwai1-5/+5
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi 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-21/+22
2006-01-03[ALSA] Optimize for config without PROC_FSTakashi Iwai1-10/+23
2006-01-03[ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch1-49/+42
2006-01-03[ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch1-8/+3
2006-01-03[ALSA] Add error messagesTakashi Iwai1-3/+4
2006-01-03[ALSA] Remove xxx_t typedefs: HwdepTakashi Iwai1-41/+49
2005-11-04[ALSA] fix improper CONFIG_SND_MAJOR usageClemens Ladisch1-7/+3
2005-09-12[ALSA] Replace with kzalloc() - core stuffTakashi Iwai1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+524