summaryrefslogtreecommitdiffstats
path: root/sound/core/oss
Commit message (Expand)AuthorAgeFilesLines
* 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-092-17/+38
|\ \
| * | 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: Add missing error checks in OSS emulation plugin builderTakashi Iwai2018-01-041-3/+11
| * | 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
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-065-89/+34
|\
| * ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-161-2/+1
| * ALSA: pcm: Build OSS writev/readv helpers conditionallyTakashi Iwai2017-06-023-12/+10
| * ALSA: pcm: Kill set_fs() in PCM OSS layerTakashi Iwai2017-06-021-65/+12
| * ALSA: pcm/oss: mark snd_pcm_plug_slave_format arg as constArnd Bergmann2017-05-181-1/+1
| * ALSA: pcm/oss: refer to parameters instead of copying to reduce usage of kern...Takashi Sakamoto2017-05-173-11/+12
| * 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-032-2/+13
* ALSA: oss: underflow in snd_mixer_oss_proc_write()Dan Carpenter2015-10-151-1/+2
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-271-3/+3
* ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-102-4/+1
* 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-142-56/+55
* ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai2014-02-122-8/+4
* ALSA: core: fix NULL checking in snd_pcm_plug_slave_size()Xi Wang2012-11-141-1/+2
* ALSA: core: fix NULL checking in snd_pcm_plug_client_size()Xi Wang2012-11-141-1/+2
* ALSA: Fix card refcount unbalanceTakashi Iwai2012-11-082-0/+2
* ALSA: Avoid endless sleep after disconnectTakashi Iwai2012-10-301-0/+4
* ALSA: Add a reference counter to card instanceTakashi Iwai2012-10-302-2/+10
* ALSA: fix possible memory leak in snd_mixer_oss_build_input()Wei Yongjun2012-09-031-0/+2
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-1/+1
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-311-0/+1
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* ALSA: oss-mixer - use strlcpy() instead strcpy()Dan Carpenter2011-10-041-1/+1
* ALSA: core: remove unused variables.Luca Tettamanti2011-05-261-3/+0
* ALSA: core: sparse cleanupsClemens Ladisch2011-02-147-57/+70
* 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
* Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-10-111-4/+8
|\
| * ALSA: OSS mixer emulation - fix lockingJaroslav Kysela2010-10-111-4/+8
* | sound: Remove unnecessary casts of private_dataJoe Perches2010-09-071-11/+11
|/
* ALSA: core - Define llseek fopsTakashi Iwai2010-04-132-0/+10
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* ALSA: pcm_lib - return back hw_ptr_interruptJaroslav Kysela2010-01-261-2/+1
OpenPOWER on IntegriCloud