Age | Commit message (Expand) | Author | Files | Lines |
2010-05-05 | ALSA: take tu->qlock with irqs disabled | Dan Carpenter | 1 | -2/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 16 | -1/+15 |
2010-03-26 | ALSA: pcm_lib - fix xrun functionality | Jarkko Nikula | 1 | -2/+4 |
2010-03-03 | ALSA: timer - pass real event in snd_timer_notify1() to instance callback | Jaroslav Kysela | 1 | -1/+1 |
2010-02-17 | Merge branch 'fix/misc' into topic/misc | Takashi Iwai | 3 | -7/+7 |
2010-02-17 | Merge remote branch 'alsa/fixes' into fix/misc | Takashi Iwai | 1 | -4/+4 |
2010-02-16 | ALSA: pcm core - fix fifo_size channels interval check | Jaroslav Kysela | 1 | -4/+4 |
2010-02-02 | ALSA: trivial: sound seq ioctl dbg: print hexadecimal value padded with 0s | Thadeu Lima de Souza Cascardo | 1 | -1/+1 |
2010-02-01 | Merge remote branch 'alsa/devel' into topic/misc | Takashi Iwai | 2 | -6/+40 |
2010-02-01 | sound: control: fix minimum TLV length | Clemens Ladisch | 1 | -1/+1 |
2010-02-01 | sound: control: actually allow TLV command access | Clemens Ladisch | 1 | -2/+3 |
2010-01-27 | ALSA: pcm_native - fix runtime->boundary calculation | Jaroslav Kysela | 1 | -3/+36 |
2010-01-26 | Merge remote branch 'alsa/devel' into topic/misc | Takashi Iwai | 3 | -4/+8 |
2010-01-26 | ALSA: pcm_lib - return back hw_ptr_interrupt | Jaroslav Kysela | 3 | -4/+8 |
2010-01-21 | Merge branch 'topic/noncached-mmap' into topic/misc | Takashi Iwai | 1 | -2/+9 |
2010-01-21 | Merge remote branch 'alsa/devel' into topic/misc | Takashi Iwai | 3 | -10/+14 |
2010-01-21 | ALSA: pcm_core: Fix wake_up() optimization | Jaroslav Kysela | 3 | -10/+14 |
2010-01-18 | Merge remote branch 'alsa/devel' into topic/misc | Takashi Iwai | 1 | -14/+13 |
2010-01-18 | sound: seq_timer: simplify snd_seq_timer_set_tick_resolution() parameters | Clemens Ladisch | 1 | -14/+13 |
2010-01-18 | ALSA: pcm - Call pgprot_noncached() for vmalloc'ed buffers | Takashi Iwai | 1 | -0/+9 |
2010-01-18 | ALSA: pcm - Remove unneeded ifdef pgprot_noncached | Takashi Iwai | 1 | -2/+0 |
2010-01-18 | ALSA: Remove warning message for invalid OSS minor ranges | Takashi Iwai | 1 | -1/+1 |
2010-01-14 | ALSA: use subsys_initcall for sound core instead of module_init | Thadeu Lima de Souza Cascardo | 1 | -2/+2 |
2010-01-14 | ALSA: Add snd_pci_quirk_lookup_id() | Takashi Iwai | 1 | -5/+27 |
2010-01-13 | Merge branch 'devel' of git.alsa-project.org:alsa-kernel into topic/misc | Takashi Iwai | 1 | -3/+5 |
2010-01-13 | ALSA: pcm_lib - fix wrong delta print for jiffies check | Jaroslav Kysela | 1 | -3/+5 |
2010-01-12 | Merge commit alsa/devel into topic/misc | Takashi Iwai | 4 | -209/+253 |
2010-01-08 | Merge branch 'topic/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Jaroslav Kysela | 3 | -18/+4 |
2010-01-08 | ALSA: pcm_lib: fix "something must be really wrong" condition | Jaroslav Kysela | 1 | -1/+1 |
2010-01-07 | ALSA: pcm_lib - optimize wake_up() calls for PCM I/O | Jaroslav Kysela | 2 | -12/+24 |
2010-01-07 | ALSA: pcm_lib - cleanup & merge hw_ptr update functions | Jaroslav Kysela | 3 | -193/+120 |
2010-01-07 | ALSA: pcm_lib - add possibility to log last 10 DMA ring buffer positions | Jaroslav Kysela | 2 | -23/+121 |
2010-01-07 | ALSA: pcm_lib.c - convert second xrun_debug() parameter to use defines | Jaroslav Kysela | 1 | -10/+17 |
2009-12-25 | Merge branch 'fix/misc' into topic/misc | Takashi Iwai | 3 | -20/+6 |
2009-12-25 | ALSA: Fix indentation in pcm_native.c | Guennadi Liakhovetski | 1 | -4/+4 |
2009-12-22 | ALSA: sound/core/pcm_timer.c: use lib/gcd.c | Florian Fainelli | 2 | -16/+2 |
2009-12-22 | ALSA: refine rate selection in snd_interval_ratnum() | Krzysztof Helt | 1 | -3/+17 |
2009-12-22 | Merge branch 'fix/misc' into topic/misc | Takashi Iwai | 1 | -2/+2 |
2009-12-21 | ALSA: pcm - Add missing inclusion of linux/vmalloc.h | Takashi Iwai | 1 | -0/+1 |
2009-12-21 | ALSA: fix incorrect rounding direction in snd_interval_ratnum() | Krzysztof Helt | 1 | -2/+2 |
2009-12-18 | sound: pcm: add vmalloc buffer helper functions | Clemens Ladisch | 1 | -0/+54 |
2009-12-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -2/+13 |
2009-12-11 | ALSA: hrtimer - Fix lock-up | Takashi Iwai | 1 | -2/+13 |
2009-12-10 | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 1 | -1/+1 |
2009-12-04 | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 1 | -1/+1 |
2009-12-01 | Merge branch 'topic/pcm-dma-fix' into topic/core-change | Takashi Iwai | 1 | -24/+59 |
2009-12-01 | Merge branch 'topic/beep-rename' into topic/core-change | Takashi Iwai | 2 | -2/+12 |
2009-11-27 | ALSA: pcm - fix page conversion on non-coherent PPC arch | Takashi Iwai | 1 | -0/+10 |
2009-11-27 | ALSA: pcm - fix page conversion on non-coherent MIPS arch | Takashi Iwai | 1 | -0/+4 |
2009-11-26 | ALSA: pcm - define snd_pcm_default_page_ops() | Takashi Iwai | 1 | -8/+12 |