Age | Commit message (Expand) | Author | Files | Lines |
2009-06-22 | sound: fix check for return value in snd_pcm_hw_refine | Mariusz Kozlowski | 1 | -1/+1 |
2009-05-29 | ALSA: PCM midlevel: improve fifo_size handling | Jaroslav Kysela | 1 | -3/+12 |
2009-05-29 | Merge branch 'fix/pcm-jiffies-check' into topic/pcm-jiffies-check | Takashi Iwai | 1 | -0/+6 |
2009-05-27 | ALSA: Fix invalid jiffies check after pause | Takashi Iwai | 1 | -0/+6 |
2009-05-05 | ALSA: Add extra delay count in PCM | Takashi Iwai | 1 | -3/+5 |
2009-04-14 | ALSA: sound/core: use memdup_user() | Li Zefan | 1 | -58/+35 |
2009-03-27 | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 1 | -3/+1 |
2009-03-16 | Rationalize fasync return values | Jonathan Corbet | 1 | -3/+1 |
2009-02-05 | ALSA: Add missing KERN_* prefix to printk in sound/core | Takashi Iwai | 1 | -3/+3 |
2008-11-01 | saner FASYNC handling on file close | Al Viro | 1 | -1/+0 |
2008-10-16 | ALSA: kernel docs: fix sound/core/ kernel-doc | Randy Dunlap | 1 | -16/+8 |
2008-09-04 | ALSA: add dummy function to support shared mmap in nommu Blackfin arch | Cliff Cai | 1 | -0/+13 |
2008-08-13 | ALSA: Kill snd_assert() in sound/core/* | Takashi Iwai | 1 | -63/+64 |
2008-09-25 | ALSA: remove unneeded power_mutex lock in snd_pcm_drop | Takashi Iwai | 1 | -10/+3 |
2008-08-07 | Revert "pcm_native.c: remove unused label" | Linus Torvalds | 1 | -0/+1 |
2008-08-07 | pcm_native.c: remove unused label | Linus Torvalds | 1 | -1/+0 |
2008-07-03 | snd/PCM: fasync BKL pushdown | Jonathan Corbet | 1 | -2/+6 |
2008-02-05 | latency.c: use QoS infrastructure | Mark Gross | 1 | -4/+7 |
2008-01-31 | [ALSA] PCM interface - rename SNDRV_PCM_TSTAMP_MMAP to SNDRV_PCM_TSTAMP_ENABLE | Jaroslav Kysela | 1 | -1/+7 |
2008-01-31 | [ALSA] Remove sound/driver.h | Takashi Iwai | 1 | -1/+0 |
2008-01-31 | [ALSA] Remove PCM sleep_min and tick | Takashi Iwai | 1 | -30/+0 |
2008-01-31 | [ALSA] Remove PCM xfer_align sw params | Takashi Iwai | 1 | -13/+0 |
2008-01-31 | [ALSA] PCM core - remove SNDRV_PCM_TSTAMP_MMAP condition in snd_pcm_status() | Jaroslav Kysela | 1 | -7/+2 |
2008-01-31 | [ALSA] PCM - added back TSTAMP ioctl for PCM (for old alsa-lib binaries) | Jaroslav Kysela | 1 | -0/+2 |
2008-01-31 | [ALSA] pcm_native: fix sparse warning about shadowing 'state' symbol | Marcin Ĺšlusarz | 1 | -3/+3 |
2008-01-31 | [ALSA] alsa: nopage | Nick Piggin | 1 | -34/+25 |
2008-01-31 | [ALSA] Use posix clock monotonic for PCM and timer timestamps | Jaroslav Kysela | 1 | -5/+20 |
2008-01-31 | [ALSA] Fix PCM MMAP time-stamp mode | Takashi Iwai | 1 | -1/+1 |
2007-10-16 | [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz | Jaroslav Kysela | 1 | -1/+1 |
2007-10-16 | [ALSA] pcm: merge rates[] from pcm_misc.c and pcm_native.c | Clemens Ladisch | 1 | -1/+7 |
2007-07-20 | [ALSA] Fix substream to check in PCM drain | Takashi Iwai | 1 | -1/+1 |
2007-05-11 | [ALSA] pcm_native: lockdep warning when launching jack | Frederik Deweerdt | 1 | -1/+2 |
2007-05-11 | [ALSA] Add snd_pcm_group_for_each_entry() for code cleanup | Takashi Iwai | 1 | -17/+10 |
2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
2007-02-12 | [PATCH] mark struct file_operations const 9 | Arjan van de Ven | 1 | -1/+1 |
2006-12-08 | [PATCH] struct path: convert sound | Josef Sipek | 1 | -1/+1 |
2006-12-07 | [PATCH] mm: incorrect VM_FAULT_OOM returns from drivers | Nick Piggin | 1 | -5/+5 |
2006-11-28 | [ALSA] Fix hang-up at disconnection of usb-audio | Takashi Iwai | 1 | -2/+4 |
2006-10-01 | [PATCH] Remove readv/writev methods and use aio_read/aio_write instead | Badari Pulavarty | 1 | -20/+20 |
2006-10-01 | [PATCH] maximum latency tracking: ALSA support | Takashi Iwai | 1 | -1/+22 |
2006-09-23 | [ALSA] Fix control/status mmap with shared PCM substream | Takashi Iwai | 1 | -39/+10 |
2006-06-22 | [ALSA] Remove bogus check of mmap_count in snd_pcm_release() | Takashi Iwai | 1 | -1/+0 |
2006-06-22 | [ALSA] Fix pcm-draining of capture stream in PCM middle layer | Takashi Iwai | 1 | -2/+0 |
2006-06-22 | [ALSA] Fix mmap_count with O_APPEND opened streams | Takashi Iwai | 1 | -5/+5 |
2006-06-22 | [ALSA] Add O_APPEND flag support to PCM | Takashi Iwai | 1 | -26/+55 |
2006-06-22 | [ALSA] Move OSS-specific hw_params helper to snd-pcm-oss module | Takashi Iwai | 1 | -1/+20 |
2006-04-12 | [ALSA] Fix Oops of PCM OSS emulation | Takashi Iwai | 1 | -2/+4 |
2006-03-31 | [ALSA] Clean up PCM codes (take 2) | Takashi Iwai | 1 | -51/+57 |
2006-03-31 | [ALSA] Tiny clean up of PCM codes | Takashi Iwai | 1 | -26/+13 |
2006-03-31 | [ALSA] Cleanup unused argument for snd_power_wait() | Takashi Iwai | 1 | -5/+5 |