summaryrefslogtreecommitdiffstats
path: root/sound/core/oss
Commit message (Expand)AuthorAgeFilesLines
...
* 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-11-011-0/+1
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-11-011-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/+0Star
* 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/+0Star
* ALSA: pcm_lib - return back hw_ptr_interruptJaroslav Kysela2010-01-261-2/+1Star
* 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/+2Star
* 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-271-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
* [ALSA] Add more fallbacks to OSS PHONEOUT mixer mapTakashi Iwai2008-04-241-0/+2
* [ALSA] Fix Oops with PCM OSS syncTakashi Iwai2008-01-311-0/+1
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-319-9/+0Star
* [ALSA] Remove PCM sleep_min and tickTakashi Iwai2008-01-311-1/+0Star
* [ALSA] Remove PCM xfer_align sw paramsTakashi Iwai2008-01-311-1/+0Star
* snd_mixer_oss_build_input(): fix for __you_cannot_kmalloc_that_much failure w...Jean Delvare2008-01-091-38/+63
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-169-11/+11
* [ALSA] Add new AFMT_* formats for OSS emulationTakashi Iwai2007-10-161-1/+34
* [ALSA] Support 3-bytes 24bit format in PCM OSS emulationTakashi Iwai2007-10-161-27/+29
* [ALSA] Simplify the format conversion in PCM OSS emulationTakashi Iwai2007-10-163-436/+97Star
* [ALSA] Remove ifdefs from OSS PCM emulation codesTakashi Iwai2007-10-168-37/+3Star