aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/oss (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-10Merge branch 'topic/oss' into for-linusTakashi Iwai1-2/+7
2009-09-08ALSA: Add const prefix to proc helper functionsTakashi Iwai2-2/+4
2009-08-31ALSA: allocation may fail in snd_pcm_oss_change_params()Roel Kluin1-2/+7
2009-06-05ALSA: Clean up 64bit division functionsTakashi Iwai1-3/+2
2009-04-07ALSA: oss - volume control for CSWITCH and CROUTEDeepika Makhija1-0/+8
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-0/+2
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai2-20/+33
2009-03-18ALSA: pcm_oss, fix locking typoJiri Slaby1-2/+2
2009-03-18ALSA: oss-mixer - Fixes recording gain controlViral Mehta1-0/+3
2009-03-16Use f_lock to protect f_flagsJonathan Corbet1-0/+2
2009-02-23ALSA: fix excessive background noise introduced by OSS emulation rate shrinkSteve Chen1-1/+1
2009-02-05ALSA: Add missing KERN_* prefix to printk in sound/coreTakashi Iwai2-20/+33
2009-02-04ALSA: pcm_oss: AFMT_S24_LE is set twice in return valueRoel Kluin1-1/+1
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-1/+1
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai9-99/+173
2008-08-01sound: Revert "ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE"Jaroslav Kysela1-5/+5
2008-07-29ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICEPawel MOLL1-5/+5
2008-04-24[ALSA] Add more fallbacks to OSS PHONEOUT mixer mapTakashi Iwai1-0/+2
2008-01-31[ALSA] Fix Oops with PCM OSS syncTakashi Iwai1-0/+1
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai9-9/+0
2008-01-31[ALSA] Remove PCM sleep_min and tickTakashi Iwai1-1/+0
2008-01-31[ALSA] Remove PCM xfer_align sw paramsTakashi Iwai1-1/+0
2008-01-08snd_mixer_oss_build_input(): fix for __you_cannot_kmalloc_that_much failure with gcc-3.2Jean Delvare1-38/+63
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela9-11/+11
2007-10-16[ALSA] Add new AFMT_* formats for OSS emulationTakashi Iwai1-1/+34
2007-10-16[ALSA] Support 3-bytes 24bit format in PCM OSS emulationTakashi Iwai1-27/+29
2007-10-16[ALSA] Simplify the format conversion in PCM OSS emulationTakashi Iwai3-436/+97
2007-10-16[ALSA] Remove ifdefs from OSS PCM emulation codesTakashi Iwai8-37/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap2-2/+0
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven2-2/+2
2006-12-20[ALSA] Fix races in PCM OSS emulationTakashi Iwai1-12/+40
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-11-28[ALSA] Fix hang-up at disconnection of usb-audioTakashi Iwai1-1/+2
2006-09-23[ALSA] Unregister device files at disconnectionTakashi Iwai2-18/+14
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai2-9/+5
2006-08-03[ALSA] Don't reject O_RDWR at opening PCM OSS with read/write-only deviceTakashi Iwai1-0/+2
2006-08-03[ALSA] Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-06-22[ALSA] Remove zero-initialization of static variablesTakashi Iwai1-1/+1
2006-06-22[ALSA] Fix mmap_count with O_APPEND opened streamsTakashi Iwai1-13/+14
2006-06-22[ALSA] Add O_APPEND flag support to PCMTakashi Iwai1-7/+10
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2-4/+0
2006-06-22[ALSA] Move OSS-specific hw_params helper to snd-pcm-oss moduleTakashi Iwai1-0/+481
2006-04-27[ALSA] Fix Oops at rmmod with CONFIG_SND_VERBOSE_PROCFS=nTakashi Iwai1-3/+3
2006-04-27[ALSA] Handle the error correctly in SNDCTL_DSP_SETFMT ioctlSteven Finney1-0/+2
2006-04-12[ALSA] Fix Oops of PCM OSS emulationTakashi Iwai1-2/+3
2006-04-12[ALSA] pcm_oss: fix snd_pcm_oss_release() oopsOGAWA Hirofumi1-1/+1
2006-03-31[ALSA] Fix / clean up PCM-OSS setup hooksTakashi Iwai1-70/+63
2006-03-31[ALSA] Clean up PCM codes (take 2)Takashi Iwai1-107/+44
2006-03-31[ALSA] Tiny clean up of PCM codesTakashi Iwai1-8/+8
2006-03-22[ALSA] Fix mulaw -> linear conversion in OSS PCM emulationTakashi Iwai1-1/+2