summaryrefslogtreecommitdiffstats
path: root/sound/core/oss/pcm_oss.c
Commit message (Expand)AuthorAgeFilesLines
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-1/+1
* ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai2018-04-071-2/+3
* Merge branch 'for-next' into for-linusTakashi Iwai2018-04-021-36/+149
|\
| * ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai2018-03-271-25/+42
| * ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai2018-03-231-9/+27
| * ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai2018-03-231-28/+106
* | ALSA: pcm: potential uninitialized return valuesDan Carpenter2018-03-271-2/+2
|/
* ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai2018-03-111-4/+6
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\
| * sound: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulationTakashi Iwai2018-01-091-1/+1
* | Merge branch 'for-linus' into for-nextTakashi Iwai2018-01-091-14/+27
|\ \
| * | ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai2018-01-081-15/+21
| * | ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai2018-01-081-0/+8
| * | ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai2018-01-021-1/+0
| |/
* / ALSA: pcm: Set config update bits only when really changedTakashi Iwai2018-01-021-5/+5
|/
* Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-061-77/+24
|\
| * ALSA: pcm: Build OSS writev/readv helpers conditionallyTakashi Iwai2017-06-021-6/+6
| * ALSA: pcm: Kill set_fs() in PCM OSS layerTakashi Iwai2017-06-021-65/+12
| * ALSA: pcm/oss: refer to parameters instead of copying to reduce usage of kern...Takashi Sakamoto2017-05-171-8/+8
| * ALSA: pcm: use helper function to refer parameter as read-onlyTakashi Sakamoto2017-05-171-2/+2
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-2/+2
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* ALSA: oss: don't opencode IS_REACHABLE()Fabian Frederick2016-11-121-1/+1
* ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai2016-02-011-6/+15
* ALSA: oss: consolidate kmalloc/memset 0 call to kzallocNicholas Mc Guire2015-12-201-2/+1
* ALSA: Fix compat_ioctl handling for OSS emulationsTakashi Iwai2015-12-031-1/+6
* ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-101-1/+0
* ALSA: snd_pcm_oss_period_size: Use round{up,down}_pow_of_two()Lars-Peter Clausen2014-12-301-3/+3
* ALSA: oss: Use standard printk helpersTakashi Iwai2014-02-141-51/+48
* ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai2014-02-121-3/+1
* ALSA: Fix card refcount unbalanceTakashi Iwai2012-11-081-0/+1
* ALSA: Avoid endless sleep after disconnectTakashi Iwai2012-10-301-0/+4
* ALSA: Add a reference counter to card instanceTakashi Iwai2012-10-301-0/+2
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-1/+1
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* ALSA: core: sparse cleanupsClemens Ladisch2011-02-141-23/+28
* ALSA: Don't leak in sound/core/oss/pcm_oss.c::snd_pcm_hw_param_near()Jesper Juhl2011-01-101-1/+3
* ALSA: Fix SNDCTL_DSP_RESET ioctl for OSS emulationTakashi Iwai2010-11-301-8/+11
* ALSA: core - Define llseek fopsTakashi Iwai2010-04-131-0/+5
* ALSA: pcm_lib - return back hw_ptr_interruptJaroslav Kysela2010-01-261-2/+1
* ALSA: pcm_lib - cleanup & merge hw_ptr update functionsJaroslav Kysela2010-01-071-9/+23
* Merge branch 'topic/oss' into for-linusTakashi Iwai2009-09-101-2/+7
|\
| * ALSA: allocation may fail in snd_pcm_oss_change_params()Roel Kluin2009-08-311-2/+7
* | ALSA: Add const prefix to proc helper functionsTakashi Iwai2009-09-081-1/+2
|/
* ALSA: Clean up 64bit division functionsTakashi Iwai2009-06-051-3/+2
* Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-261-0/+2
|\
| * Use f_lock to protect f_flagsJonathan Corbet2009-03-161-0/+2
* | Merge branch 'topic/misc' into for-linusTakashi Iwai2009-03-241-18/+31
|\ \