summaryrefslogtreecommitdiffstats
path: root/sound/core/sound_oss.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: core: Use guard() for lockingTakashi Iwai2024-02-281-12/+5
* ALSA: oss: Fix potential deadlock at unregistrationTakashi Iwai2022-10-111-4/+9
* ALSA: core: Fix assignment in if conditionTakashi Iwai2021-06-091-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-161-3/+0
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-271-2/+2
* ALSA: core: Build conditionally and remove superfluous ifdefsTakashi Iwai2015-04-241-8/+0
* ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai2015-04-241-6/+4
* ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai2015-04-241-13/+1
* ALSA: Use standard device refcount for card accountingTakashi Iwai2014-02-141-1/+1
* ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai2014-02-121-2/+1
* ALSA: Replace with IS_ENABLED()Takashi Iwai2014-02-101-1/+1
* ALSA: Fix card refcount unbalanceTakashi Iwai2012-11-081-1/+1
* ALSA: Add a reference counter to card instanceTakashi Iwai2012-10-301-2/+8
* ALSA: Fix the card number limit of OSS-emulationTakashi Iwai2012-05-081-3/+3
* sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2011-10-311-0/+1
* ALSA: Remove warning message for invalid OSS minor rangesTakashi Iwai2010-01-181-1/+1
* ALSA: Kill snd_assert() in sound/core/*Takashi Iwai2008-08-131-4/+8
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-2/+0
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-1/+1
* [PATCH] ALSA: Fix sysfs breakageTakashi Iwai2007-01-291-3/+1
* [ALSA] Fix disconnection of proc interfaceTakashi Iwai2006-09-231-2/+1
* [ALSA] Remove zero-initialization of static variablesTakashi Iwai2006-06-221-1/+1
* [ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2006-06-221-1/+0
* [ALSA] Clean up EXPORT_SYMBOL()s in snd moduleTakashi Iwai2006-06-221-0/+6
* [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-1/+1
* [ALSA] sound/core/: fix 3 off-by-one errorsAdrian Bunk2006-03-221-1/+1
* [ALSA] semaphore -> mutex (core part)Ingo Molnar2006-03-221-11/+12
* [ALSA] Optimize for config without PROC_FSTakashi Iwai2006-01-031-5/+1
* [ALSA] dynamic minors (6/6): increase maximum number of sound cardsClemens Ladisch2006-01-031-0/+4
* [ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch2006-01-031-3/+24
* [ALSA] dynamic minors (2/6): simplify storage of snd_minor structuresClemens Ladisch2006-01-031-44/+20
* [ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch2006-01-031-7/+28
* [ALSA] Remove xxx_t typedefs: OSS-emulationTakashi Iwai2006-01-031-14/+16
* [PATCH] Assign device pointer to OSS devicesTakashi Iwai2005-08-301-2/+5
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+250