summaryrefslogtreecommitdiff
path: root/sound/core/oss/pcm_oss.c (follow)
Commit message (Expand)AuthorAge
* ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui2022-01-27
* ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai2021-12-14
* ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai2021-12-14
* ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai2021-12-14
* ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai2020-12-29
* ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai2020-12-29
* ALSA: pcm: Fix possible OOB access in PCM oss pluginsTakashi Iwai2019-04-03
* ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai2018-04-24
* ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai2018-04-24
* ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai2018-04-24
* ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai2018-04-24
* ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulationTakashi Iwai2018-04-24
* ALSA: oss: consolidate kmalloc/memset 0 call to kzallocNicholas Mc Guire2018-04-24
* ALSA: pcm: potential uninitialized return valuesDan Carpenter2018-04-08
* ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai2018-03-22
* ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai2018-01-17
* ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai2018-01-17
* ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai2018-01-17
* ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai2016-02-17
* ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-10
* ALSA: snd_pcm_oss_period_size: Use round{up,down}_pow_of_two()Lars-Peter Clausen2014-12-30
* ALSA: oss: Use standard printk helpersTakashi Iwai2014-02-14
* ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai2014-02-12
* ALSA: Fix card refcount unbalanceTakashi Iwai2012-11-08
* ALSA: Avoid endless sleep after disconnectTakashi Iwai2012-10-30
* ALSA: Add a reference counter to card instanceTakashi Iwai2012-10-30
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-19
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-31
* ALSA: core: sparse cleanupsClemens Ladisch2011-02-14
* ALSA: Don't leak in sound/core/oss/pcm_oss.c::snd_pcm_hw_param_near()Jesper Juhl2011-01-10
* ALSA: Fix SNDCTL_DSP_RESET ioctl for OSS emulationTakashi Iwai2010-11-30
* ALSA: core - Define llseek fopsTakashi Iwai2010-04-13
* ALSA: pcm_lib - return back hw_ptr_interruptJaroslav Kysela2010-01-26
* ALSA: pcm_lib - cleanup & merge hw_ptr update functionsJaroslav Kysela2010-01-07
* Merge branch 'topic/oss' into for-linusTakashi Iwai2009-09-10
|\
| * ALSA: allocation may fail in snd_pcm_oss_change_params()Roel Kluin2009-08-31
* | ALSA: Add const prefix to proc helper functionsTakashi Iwai2009-09-08
|/
* ALSA: Clean up 64bit division functionsTakashi Iwai2009-06-05
* Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-26
|\
| * Use f_lock to protect f_flagsJonathan Corbet2009-03-16
* | Merge branch 'topic/misc' into for-linusTakashi Iwai2009-03-24
|\ \
| * | ALSA: Add missing KERN_* prefix to printk in sound/coreTakashi Iwai2009-02-05
* | | ALSA: pcm_oss, fix locking typoJiri Slaby2009-03-18
| |/ |/|
* | ALSA: pcm_oss: AFMT_S24_LE is set twice in return valueRoel Kluin2009-02-04
|/
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-21
* ALSA: Kill snd_assert() in sound/core/*Takashi Iwai2008-08-13
* sound: Revert "ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_D...Jaroslav Kysela2008-08-01
* ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICEPawel MOLL2008-07-29
* [ALSA] Fix Oops with PCM OSS syncTakashi Iwai2008-01-31
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-31