summaryrefslogtreecommitdiff
path: root/sound/core/oss/pcm_oss.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-01ALSA: oss: Use kvzalloc() for local buffer allocationsTakashi Iwai1-3/+3
2018-04-24ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai1-2/+3
2018-04-24ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai1-25/+42
2018-04-24ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai1-9/+27
2018-04-24ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai1-28/+106
2018-04-24ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulationTakashi Iwai1-1/+1
2018-04-08ALSA: pcm: potential uninitialized return valuesDan Carpenter1-2/+2
2018-03-21ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai1-4/+6
2018-01-17ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai1-15/+21
2018-01-17ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai1-0/+8
2018-01-17ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai1-1/+0
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-77/+24
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-2/+2
2017-06-02ALSA: pcm: Build OSS writev/readv helpers conditionallyTakashi Iwai1-6/+6
2017-06-02ALSA: pcm: Kill set_fs() in PCM OSS layerTakashi Iwai1-65/+12
2017-05-17ALSA: pcm/oss: refer to parameters instead of copying to reduce usage of kern...Takashi Sakamoto1-8/+8
2017-05-17ALSA: pcm: use helper function to refer parameter as read-onlyTakashi Sakamoto1-2/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2016-11-12ALSA: oss: don't opencode IS_REACHABLE()Fabian Frederick1-1/+1
2016-02-01ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai1-6/+15
2015-12-21ALSA: oss: consolidate kmalloc/memset 0 call to kzallocNicholas Mc Guire1-2/+1
2015-12-03ALSA: Fix compat_ioctl handling for OSS emulationsTakashi Iwai1-1/+6
2015-03-10ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai1-1/+0
2014-12-30ALSA: snd_pcm_oss_period_size: Use round{up,down}_pow_of_two()Lars-Peter Clausen1-3/+3
2014-02-14ALSA: oss: Use standard printk helpersTakashi Iwai1-51/+48
2014-02-12ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai1-3/+1
2012-11-08ALSA: Fix card refcount unbalanceTakashi Iwai1-0/+1
2012-10-30ALSA: Avoid endless sleep after disconnectTakashi Iwai1-0/+4
2012-10-30ALSA: Add a reference counter to card instanceTakashi Iwai1-0/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-11-01sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-02-14ALSA: core: sparse cleanupsClemens Ladisch1-23/+28
2011-01-10ALSA: Don't leak in sound/core/oss/pcm_oss.c::snd_pcm_hw_param_near()Jesper Juhl1-1/+3
2010-11-30ALSA: Fix SNDCTL_DSP_RESET ioctl for OSS emulationTakashi Iwai1-8/+11
2010-04-13ALSA: core - Define llseek fopsTakashi Iwai1-0/+5
2010-01-26ALSA: pcm_lib - return back hw_ptr_interruptJaroslav Kysela1-2/+1
2010-01-07ALSA: pcm_lib - cleanup & merge hw_ptr update functionsJaroslav Kysela1-9/+23
2009-09-10Merge branch 'topic/oss' into for-linusTakashi Iwai1-2/+7
2009-09-08ALSA: Add const prefix to proc helper functionsTakashi Iwai1-1/+2
2009-08-31ALSA: allocation may fail in snd_pcm_oss_change_params()Roel Kluin1-2/+7
2009-06-05ALSA: Clean up 64bit division functionsTakashi Iwai1-3/+2
2009-03-27Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-0/+2
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai1-18/+31
2009-03-18ALSA: pcm_oss, fix locking typoJiri Slaby1-2/+2
2009-03-16Use f_lock to protect f_flagsJonathan Corbet1-0/+2
2009-02-05ALSA: Add missing KERN_* prefix to printk in sound/coreTakashi Iwai1-18/+31
2009-02-04ALSA: pcm_oss: AFMT_S24_LE is set twice in return valueRoel Kluin1-1/+1
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-1/+1
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-17/+35
2008-08-01sound: Revert "ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_D...Jaroslav Kysela1-5/+5