aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/sound_oss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11ALSA: oss: Fix potential deadlock at unregistrationTakashi Iwai1-4/+9
2021-06-09ALSA: core: Fix assignment in if conditionTakashi Iwai1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2017-06-16ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai1-3/+0
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang1-2/+2
2015-04-24ALSA: core: Build conditionally and remove superfluous ifdefsTakashi Iwai1-8/+0
2015-04-24ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai1-6/+4
2015-04-24ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai1-13/+1
2014-02-14ALSA: Use standard device refcount for card accountingTakashi Iwai1-1/+1
2014-02-12ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai1-2/+1
2014-02-10ALSA: Replace with IS_ENABLED()Takashi Iwai1-1/+1
2012-11-08ALSA: Fix card refcount unbalanceTakashi Iwai1-1/+1
2012-10-30ALSA: Add a reference counter to card instanceTakashi Iwai1-2/+8
2012-05-08ALSA: Fix the card number limit of OSS-emulationTakashi Iwai1-3/+3
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker1-0/+1
2010-01-18ALSA: Remove warning message for invalid OSS minor rangesTakashi Iwai1-1/+1
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-4/+8
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-2/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-01-29[PATCH] ALSA: Fix sysfs breakageTakashi Iwai1-3/+1
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai1-2/+1
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-06-22[ALSA] Clean up EXPORT_SYMBOL()s in snd moduleTakashi Iwai1-0/+6
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1
2006-03-22[ALSA] sound/core/: fix 3 off-by-one errorsAdrian Bunk1-1/+1
2006-03-22[ALSA] semaphore -> mutex (core part)Ingo Molnar1-11/+12
2006-01-03[ALSA] Optimize for config without PROC_FSTakashi Iwai1-5/+1
2006-01-03[ALSA] dynamic minors (6/6): increase maximum number of sound cardsClemens Ladisch1-0/+4
2006-01-03[ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch1-3/+24
2006-01-03[ALSA] dynamic minors (2/6): simplify storage of snd_minor structuresClemens Ladisch1-44/+20
2006-01-03[ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch1-7/+28
2006-01-03[ALSA] Remove xxx_t typedefs: OSS-emulationTakashi Iwai1-14/+16
2005-08-30[PATCH] Assign device pointer to OSS devicesTakashi Iwai1-2/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+250