summaryrefslogtreecommitdiffstats
path: root/sound/core/oss
Commit message (Expand)AuthorAgeFilesLines
* [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
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-082-2/+0Star
* [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/+14Star
* [ALSA] Fix disconnection of proc interfaceTakashi Iwai2006-09-232-9/+5Star
* [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/+1Star
* [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/+0Star
* [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/+63Star
* [ALSA] Clean up PCM codes (take 2)Takashi Iwai2006-03-311-107/+44Star
* [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
* [ALSA] semaphore -> mutex (core part)Ingo Molnar2006-03-222-22/+22
* [ALSA] Clean up pcm-oss pluginsTakashi Iwai2006-03-227-924/+117Star
* [ALSA] Fix a typoTakashi Iwai2006-03-221-1/+1
* [ALSA] PCM midlevel & PCM OSS - make procfs & OSS plugin code optionalJaroslav Kysela2006-03-229-2/+63
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-101-2/+0Star
* [ALSA] Optimize for config without PROC_FS (seq and oss parts)Takashi Iwai2006-01-032-0/+10
* [ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch2006-01-032-13/+8Star
* [ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch2006-01-032-14/+2Star
* [ALSA] Remove xxx_t typedefs: PCM OSS-emulationTakashi Iwai2006-01-039-511/+524
* [ALSA] Remove xxx_t typedefs: Mixer OSS-emulationTakashi Iwai2006-01-031-120/+120
* [ALSA] Use standard bitmap functionsTakashi Iwai2006-01-035-113/+53Star
* [ALSA] Add missing KERN_* prefixTakashi Iwai2005-11-042-4/+8
* [ALSA] Make snd_task_name() module localTakashi Iwai2005-11-041-0/+11
* [ALSA] Remove snd_runtime_check() macroTakashi Iwai2005-11-041-18/+41
* [ALSA] Replace with kzalloc() - core stuffTakashi Iwai2005-09-123-15/+15
* [ALSA] pcm-oss - Add bugg-yptr optionTakashi Iwai2005-09-121-1/+7
* [ALSA] sparse address space annotationsClemens Ladisch2005-09-121-2/+5
* [ALSA] ALSA's struct _snd_pcm_substream: Obsolete open_flagKarsten Wiese2005-08-301-7/+4Star