summaryrefslogtreecommitdiffstats
path: root/sound/core/oss
Commit message (Expand)AuthorAgeFilesLines
* 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
* [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/+0
* [ALSA] Remove PCM sleep_min and tickTakashi Iwai2008-01-311-1/+0
* [ALSA] Remove PCM xfer_align sw paramsTakashi Iwai2008-01-311-1/+0
* snd_mixer_oss_build_input(): fix for __you_cannot_kmalloc_that_much failure w...Jean Delvare2008-01-081-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/+97
* [ALSA] Remove ifdefs from OSS PCM emulation codesTakashi Iwai2007-10-168-37/+3
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-082-2/+0
* [PATCH] mark struct file_operations const 9Arjan van de Ven2007-02-122-2/+2
* [ALSA] Fix races in PCM OSS emulationTakashi Iwai2006-12-201-12/+40
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [ALSA] Fix hang-up at disconnection of usb-audioTakashi Iwai2006-11-281-1/+2
* [ALSA] Unregister device files at disconnectionTakashi Iwai2006-09-232-18/+14
* [ALSA] Fix disconnection of proc interfaceTakashi Iwai2006-09-232-9/+5
* [ALSA] Don't reject O_RDWR at opening PCM OSS with read/write-only deviceTakashi Iwai2006-08-031-0/+2
* [ALSA] Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-08-031-2/+1
* [ALSA] Remove zero-initialization of static variablesTakashi Iwai2006-06-221-1/+1
* [ALSA] Fix mmap_count with O_APPEND opened streamsTakashi Iwai2006-06-221-13/+14
* [ALSA] Add O_APPEND flag support to PCMTakashi Iwai2006-06-221-7/+10
* [ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2006-06-222-4/+0
* [ALSA] Move OSS-specific hw_params helper to snd-pcm-oss moduleTakashi Iwai2006-06-221-0/+481
* [ALSA] Fix Oops at rmmod with CONFIG_SND_VERBOSE_PROCFS=nTakashi Iwai2006-04-271-3/+3
* [ALSA] Handle the error correctly in SNDCTL_DSP_SETFMT ioctlSteven Finney2006-04-271-0/+2
* [ALSA] Fix Oops of PCM OSS emulationTakashi Iwai2006-04-121-2/+3
* [ALSA] pcm_oss: fix snd_pcm_oss_release() oopsOGAWA Hirofumi2006-04-121-1/+1
* [ALSA] Fix / clean up PCM-OSS setup hooksTakashi Iwai2006-03-311-70/+63
* [ALSA] Clean up PCM codes (take 2)Takashi Iwai2006-03-311-107/+44
* [ALSA] Tiny clean up of PCM codesTakashi Iwai2006-03-311-8/+8
* [ALSA] Fix mulaw -> linear conversion in OSS PCM emulationTakashi Iwai2006-03-221-1/+2