Age | Commit message (Expand) | Author | Files | Lines |
2011-05-26 | ALSA: core: remove unused variables. | Luca Tettamanti | 5 | -18/+1 |
2011-05-26 | ALSA: PCM - Don't check DMA time-out too shortly | Takashi Iwai | 2 | -6/+24 |
2011-05-22 | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 3 | -6/+74 |
2011-05-19 | ALSA: sound, core, pcm_lib: fix xrun_log | Ben Gardiner | 1 | -1/+1 |
2011-05-18 | ALSA: sound, core, pcm_lib: xrun_log: log also in_interrupt | Ben Gardiner | 1 | -4/+8 |
2011-04-07 | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 4 | -6/+6 |
2011-04-04 | ALSA: core - Don't use "default' for default | Takashi Iwai | 1 | -1/+1 |
2011-04-04 | Merge branch 'fix/misc' into topic/misc | Takashi Iwai | 1 | -1/+3 |
2011-04-01 | ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0() | Kelly Anderson | 1 | -1/+3 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 4 | -6/+6 |
2011-03-28 | Merge branch 'fix/misc' into topic/misc | Takashi Iwai | 2 | -9/+4 |
2011-03-25 | ALSA: Fix yet another race in disconnection | Takashi Iwai | 1 | -0/+4 |
2011-03-25 | ALSA: vmalloc buffers should use normal mmap | Benjamin Herrenschmidt | 1 | -9/+0 |
2011-03-22 | ALSA: Add snd_ctl_replace() to dynamically replace a control | Dimitris Papastamos | 1 | -0/+64 |
2011-03-18 | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 19 | -110/+125 |
2011-03-16 | Merge branch 'topic/asoc' into for-linus | Takashi Iwai | 1 | -0/+46 |
2011-03-16 | ALSA: sound/core: merge list_del()/list_add_tail() to list_move_tail() | Nicolas Kaiser | 1 | -5/+3 |
2011-03-11 | Merge branch 'fix/misc' into topic/misc | Takashi Iwai | 2 | -3/+5 |
2011-03-11 | ALSA: Add snd_ctl_activate_id() | Takashi Iwai | 1 | -0/+46 |
2011-03-08 | ALSA: control: clean up snd_ctl_hole_check() | Clemens Ladisch | 1 | -9/+9 |
2011-03-08 | ALSA: control: fix numid conflict check for new controls | Clemens Ladisch | 1 | -4/+2 |
2011-02-27 | sound:core:seq:seq_ports.c Remove one to many n's in a word. | Justin P. Mattock | 1 | -1/+1 |
2011-02-21 | ALSA: fix one memory leak in sound jack | Lu Guanqun | 1 | -0/+1 |
2011-02-14 | ALSA: core: sparse cleanups | Clemens Ladisch | 16 | -92/+111 |
2011-02-10 | ALSA: hrtimer: remove superfluous tasklet invocation | Clemens Ladisch | 1 | -1/+1 |
2011-02-10 | ALSA: hrtimer: handle delayed timer interrupts | Clemens Ladisch | 1 | -2/+3 |
2011-01-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 7 | -9/+77 |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2 | -2/+2 |
2011-01-13 | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 7 | -9/+77 |
2011-01-10 | ALSA: core, oxygen, virtuoso: add an enum control info helper | Clemens Ladisch | 1 | -1/+27 |
2011-01-10 | ALSA: Don't leak in sound/core/oss/pcm_oss.c::snd_pcm_hw_param_near() | Jesper Juhl | 1 | -1/+3 |
2010-12-22 | Merge branch 'master' into for-next | Jiri Kosina | 5 | -12/+12 |
2010-12-21 | ALSA: pcm: remember to always call va_end() on stuff that we va_start() | Jesper Juhl | 1 | -3/+7 |
2010-12-13 | Merge branch 'topic/workq-update' into topic/misc | Takashi Iwai | 4 | -11/+11 |
2010-11-30 | ALSA: Fix SNDCTL_DSP_RESET ioctl for OSS emulation | Takashi Iwai | 1 | -8/+11 |
2010-11-24 | ALSA: support module on-demand loading for seq and timer | Kay Sievers | 3 | -5/+20 |
2010-11-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -1/+1 |
2010-11-22 | ALSA: timer: automatically load the high-resolution timer | Clemens Ladisch | 1 | -2/+2 |
2010-11-22 | ALSA: pcm: optimize xrun detection in no-period-wakeup mode | Clemens Ladisch | 1 | -0/+2 |
2010-11-22 | ALSA: pcm: detect xruns in no-period-wakeup mode | Clemens Ladisch | 1 | -2/+16 |
2010-11-22 | ALSA: pcm: support for period wakeup disabling | Clemens Ladisch | 2 | -0/+9 |
2010-11-22 | ALSA: sound/core/pcm_lib.c: Remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 3 | -3/+0 |
2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2 | -2/+2 |
2010-10-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 5 | -25/+39 |
2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -8/+3 |
2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2 | -1/+3 |
2010-10-22 | driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices | Kay Sievers | 1 | -8/+3 |
2010-10-17 | Merge branch 'fix/misc' into topic/misc | Takashi Iwai | 1 | -1/+3 |
2010-10-17 | ALSA: rawmidi: fix oops (use after free) when unloading a driver module | Clemens Ladisch | 1 | -1/+3 |