summaryrefslogtreecommitdiff
path: root/sound/core/oss
AgeCommit message (Expand)Author
2020-12-29ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai
2020-12-29ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai
2020-09-12ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity checkTakashi Iwai
2020-05-05ALSA: pcm: oss: Place the plugin buffer overflow checks correctlyTakashi Iwai
2020-04-24ALSA: pcm: oss: Fix regression by buffer overflow fixTakashi Iwai
2020-04-02ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checksTakashi Iwai
2020-04-02ALSA: pcm: oss: Avoid plugin buffer overflowTakashi Iwai
2019-12-21ALSA: pcm: oss: Avoid potential buffer overflowsTakashi Iwai
2019-11-25ALSA: pcm: signedness bug in snd_pcm_plug_alloc()Dan Carpenter
2019-04-03ALSA: pcm: Fix possible OOB access in PCM oss pluginsTakashi Iwai
2018-04-24ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai
2018-04-24ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai
2018-04-24ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai
2018-04-24ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai
2018-04-24ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulationTakashi Iwai
2018-04-24ALSA: oss: consolidate kmalloc/memset 0 call to kzallocNicholas Mc Guire
2018-04-08ALSA: pcm: potential uninitialized return valuesDan Carpenter
2018-03-22ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai
2018-01-17ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai
2018-01-17ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai
2018-01-17ALSA: pcm: Add missing error checks in OSS emulation plugin builderTakashi Iwai
2018-01-17ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai
2016-02-17ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai
2015-10-15ALSA: oss: underflow in snd_mixer_oss_proc_write()Dan Carpenter
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang
2015-03-10ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai
2014-12-30ALSA: snd_pcm_oss_period_size: Use round{up,down}_pow_of_two()Lars-Peter Clausen
2014-02-14ALSA: oss: Use standard printk helpersTakashi Iwai
2014-02-12ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai
2012-11-14ALSA: core: fix NULL checking in snd_pcm_plug_slave_size()Xi Wang
2012-11-14ALSA: core: fix NULL checking in snd_pcm_plug_client_size()Xi Wang
2012-11-08ALSA: Fix card refcount unbalanceTakashi Iwai
2012-10-30ALSA: Avoid endless sleep after disconnectTakashi Iwai
2012-10-30ALSA: Add a reference counter to card instanceTakashi Iwai
2012-09-03ALSA: fix possible memory leak in snd_mixer_oss_build_input()Wei Yongjun
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker
2011-10-04ALSA: oss-mixer - use strlcpy() instead strcpy()Dan Carpenter
2011-05-26ALSA: core: remove unused variables.Luca Tettamanti
2011-02-14ALSA: core: sparse cleanupsClemens Ladisch
2011-01-10ALSA: Don't leak in sound/core/oss/pcm_oss.c::snd_pcm_hw_param_near()Jesper Juhl
2010-11-30ALSA: Fix SNDCTL_DSP_RESET ioctl for OSS emulationTakashi Iwai
2010-10-11Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai
2010-10-11ALSA: OSS mixer emulation - fix lockingJaroslav Kysela
2010-09-07sound: Remove unnecessary casts of private_dataJoe Perches
2010-04-13ALSA: core - Define llseek fopsTakashi Iwai
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-26ALSA: pcm_lib - return back hw_ptr_interruptJaroslav Kysela
2010-01-07ALSA: pcm_lib - cleanup & merge hw_ptr update functionsJaroslav Kysela