summaryrefslogtreecommitdiffstats
path: root/sound/core/oss
Commit message (Expand)AuthorAgeFilesLines
* 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
* ALSA: pcm_lib - cleanup & merge hw_ptr update functionsJaroslav Kysela2010-01-071-9/+23
* ALSA: rename "PC Speaker" controls to "Speaker"Jaroslav Kysela2009-11-051-0/+1
* ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep"Jaroslav Kysela2009-11-051-1/+2
* 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-082-2/+4
|/
* ALSA: Clean up 64bit division functionsTakashi Iwai2009-06-051-3/+2
* ALSA: oss - volume control for CSWITCH and CROUTEDeepika Makhija2009-04-071-0/+8
* 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-242-20/+33
|\ \
| * | ALSA: Add missing KERN_* prefix to printk in sound/coreTakashi Iwai2009-02-052-20/+33
* | | ALSA: pcm_oss, fix locking typoJiri Slaby2009-03-181-2/+2
* | | ALSA: oss-mixer - Fixes recording gain controlViral Mehta2009-03-181-0/+3
| |/ |/|
* | ALSA: fix excessive background noise introduced by OSS emulation rate shrinkSteve Chen2009-02-231-1/+1
* | ALSA: pcm_oss: AFMT_S24_LE is set twice in return valueRoel Kluin2009-02-041-1/+1
|/
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-1/+1
* ALSA: Kill snd_assert() in sound/core/*Takashi Iwai2008-08-139-99/+173
* sound: Revert "ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_D...Jaroslav Kysela2008-08-011-5/+5
* ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICEPawel MOLL2008-07-291-5/+5