aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_native.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-10-16[ALSA] pcm: merge rates[] from pcm_misc.c and pcm_native.cClemens Ladisch1-1/+7
2007-07-20[ALSA] Fix substream to check in PCM drainTakashi Iwai1-1/+1
2007-05-11[ALSA] pcm_native: lockdep warning when launching jackFrederik Deweerdt1-1/+2
2007-05-11[ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai1-17/+10
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert soundJosef Sipek1-1/+1
2006-12-07[PATCH] mm: incorrect VM_FAULT_OOM returns from driversNick Piggin1-5/+5
2006-11-28[ALSA] Fix hang-up at disconnection of usb-audioTakashi Iwai1-2/+4
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-20/+20
2006-10-01[PATCH] maximum latency tracking: ALSA supportTakashi Iwai1-1/+22
2006-09-23[ALSA] Fix control/status mmap with shared PCM substreamTakashi Iwai1-39/+10
2006-06-22[ALSA] Remove bogus check of mmap_count in snd_pcm_release()Takashi Iwai1-1/+0
2006-06-22[ALSA] Fix pcm-draining of capture stream in PCM middle layerTakashi Iwai1-2/+0
2006-06-22[ALSA] Fix mmap_count with O_APPEND opened streamsTakashi Iwai1-5/+5
2006-06-22[ALSA] Add O_APPEND flag support to PCMTakashi Iwai1-26/+55
2006-06-22[ALSA] Move OSS-specific hw_params helper to snd-pcm-oss moduleTakashi Iwai1-1/+20
2006-04-12[ALSA] Fix Oops of PCM OSS emulationTakashi Iwai1-2/+4
2006-03-31[ALSA] Clean up PCM codes (take 2)Takashi Iwai1-51/+57
2006-03-31[ALSA] Tiny clean up of PCM codesTakashi Iwai1-26/+13
2006-03-31[ALSA] Cleanup unused argument for snd_power_wait()Takashi Iwai1-5/+5
2006-03-22[ALSA] pcm - Move PAUSE ioctl to common ioctl handlerTakashi Iwai1-8/+8
2006-03-22[ALSA] semaphore -> mutex (core part)Ingo Molnar1-6/+6
2006-01-03[ALSA] pcm - Make the support of old API selectableTakashi Iwai1-0/+6
2006-01-03[ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch1-13/+27
2006-01-03[ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch1-32/+21
2006-01-03[ALSA] pcm - NULL check in snd_pcm_suspend*()Takashi Iwai1-0/+6
2006-01-03[ALSA] Remove xxx_t typedefs: PCMTakashi Iwai1-291/+332
2005-11-04[ALSA] fix improper CONFIG_SND_MAJOR usageClemens Ladisch1-1/+0
2005-11-04[ALSA] Use getnstimeofday()Takashi Iwai1-10/+4
2005-11-04[ALSA] Remove snd_runtime_check() macroTakashi Iwai1-1/+2
2005-10-29[PATCH] core remove PageReservedNick Piggin1-6/+3
2005-09-12[ALSA] Replace with kzalloc() - core stuffTakashi Iwai1-1/+1
2005-09-12[ALSA] Fix DocBook warningsTakashi Iwai1-0/+9
2005-08-30[ALSA] Timer API - added SUSPEND/RESUME eventsJaroslav Kysela1-2/+2
2005-08-30[ALSA] ALSA's struct _snd_pcm_substream: Obsolete open_flagKarsten Wiese1-7/+3
2005-06-22[ALSA] Fix races between PCM drain and other opsTakashi Iwai1-34/+36
2005-05-29[ALSA] sound/core/: possible cleanupsAdrian Bunk1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+3364