Age | Commit message (Expand) | Author | Files | Lines |
2013-08-23 | Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broon... | Takashi Iwai | 6 | -5/+388 |
2013-08-19 | ALSA: pcm: Use snd_printd_ratelimit() | Tim Gardner | 1 | -2/+2 |
2013-08-15 | ALSA: core: allow SND_DMAENGINE_PCM use from modules | Daniel Mack | 1 | -1/+1 |
2013-08-15 | ALSA: move dmaengine implementation from ASoC to ALSA core | Daniel Mack | 3 | -0/+373 |
2013-07-29 | ALSA: compress: fix the return value for SNDRV_COMPRESS_VERSION | Vinod Koul | 1 | -1/+1 |
2013-07-17 | ALSA: seq-oss: Initialize MIDI clients asynchronously | Takashi Iwai | 2 | -4/+14 |
2013-07-04 | Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai... | Linus Torvalds | 4 | -47/+85 |
2013-07-03 | ALSA: vmaster: Fix the regression of missing vmaster hook call | Takashi Iwai | 1 | -1/+1 |
2013-06-29 | pcm_native: switch to fdget()/fdput() | Al Viro | 1 | -25/+15 |
2013-06-24 | ALSA: vmaster: Add snd_ctl_sync_vmaster() helper function | Takashi Iwai | 1 | -20/+45 |
2013-06-17 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -2/+2 |
2013-06-15 | snd_pcm_link(): fix a leak... | Al Viro | 1 | -2/+2 |
2013-05-24 | ALSA: Add kconfig to specify the max card numbers | Takashi Iwai | 2 | -9/+25 |
2013-05-24 | ALSA: Fix the default suffix string with high card number | Takashi Iwai | 1 | -17/+13 |
2013-05-24 | ALSA: Constify the snd_pcm_substream struct ops field | Lars-Peter Clausen | 1 | -1/+2 |
2013-05-08 | aio: don't include aio.h in sched.h | Kent Overstreet | 1 | -1/+1 |
2013-05-03 | Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai... | Linus Torvalds | 18 | -155/+271 |
2013-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -25/+20 |
2013-05-02 | proc: Supply a function to remove a proc entry by PDE | David Howells | 1 | -14/+5 |
2013-05-02 | proc: Supply PDE attribute setting accessor functions | David Howells | 1 | -1/+1 |
2013-04-29 | ALSA: compress: fix the states to check for allowing read | Vinod Koul | 1 | -2/+10 |
2013-04-25 | Merge tag 'asoc-v3.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai | 1 | -10/+2 |
2013-04-22 | ALSA: compress: Use kzalloc() for ioctls writing back data | Takashi Iwai | 1 | -2/+2 |
2013-04-22 | ALSA: compress: info leak in snd_compr_get_caps() | Dan Carpenter | 1 | -0/+1 |
2013-04-21 | ALSA: compress_core: Rework writes to use cumulative values | Charles Keepax | 1 | -7/+11 |
2013-04-21 | ALSA: compress_core: Remove unused hw_pointer | Charles Keepax | 1 | -2/+0 |
2013-04-21 | ALSA: compress_core: Add support for capture streams | Charles Keepax | 1 | -2/+41 |
2013-04-21 | ALSA: compress_core: Deconstify copy callback buffer | Charles Keepax | 1 | -3/+5 |
2013-04-21 | ALSA: compress_core: Calculate avail correctly for capture streams | Charles Keepax | 1 | -11/+18 |
2013-04-21 | ALSA: compress_core: Update calc_avail to use cumulative values | Charles Keepax | 1 | -18/+5 |
2013-04-19 | vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helper | Linus Torvalds | 1 | -10/+2 |
2013-04-18 | ALSA: add DSD formats | Daniel Mack | 2 | -0/+10 |
2013-04-09 | procfs: new helper - PDE_DATA(inode) | Al Viro | 1 | -3/+1 |
2013-04-09 | snd_info_register: switch to proc_create_data/proc_mkdir_mode | Al Viro | 1 | -8/+14 |
2013-03-18 | Merge branch 'for-linus' into for-next | Takashi Iwai | 3 | -7/+20 |
2013-03-13 | ALSA: info: Small refactoring and a sanity check in snd_info_get_line() | Takashi Iwai | 1 | -13/+8 |
2013-03-13 | ALSA: info: Avoid leaking kernel memory | Takashi Iwai | 1 | -2/+2 |
2013-03-12 | ALSA: add/change some comments describing function return values | Yacine Belkadi | 17 | -99/+164 |
2013-03-11 | ALSA: seq: Fix missing error handling in snd_seq_timer_open() | Takashi Iwai | 1 | -4/+4 |
2013-03-05 | ALSA: vmaster: Fix slave change notification | Takashi Iwai | 1 | -1/+4 |
2013-03-04 | ALSA: seq: seq_oss_event: missing range checks | Dan Carpenter | 1 | -2/+12 |
2013-02-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -2/+2 |
2013-02-23 | new helper: file_inode(file) | Al Viro | 2 | -2/+2 |
2013-02-14 | ALSA: compress: add support for gapless playback | Jeeja KP | 1 | -0/+96 |
2013-02-11 | ALSA: core: don't return uninitialized snd_compr_tstamp | Richard Fitzgerald | 1 | -6/+12 |
2012-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2012-11-21 | ALSA: pcm: Fix return code in pcm_native.c | Sachin Kamat | 1 | -1/+1 |
2012-11-21 | ALSA: PCM: Remove redundant null check before kfree | Sachin Kamat | 1 | -2/+1 |
2012-11-19 | various: Fix spelling of "registered" in comments. | Adam Buchbinder | 1 | -1/+1 |
2012-11-14 | ALSA: core: fix NULL checking in snd_pcm_plug_slave_size() | Xi Wang | 1 | -1/+2 |