aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds4-47/+85
2013-07-03ALSA: vmaster: Fix the regression of missing vmaster hook callTakashi Iwai1-1/+1
2013-06-29pcm_native: switch to fdget()/fdput()Al Viro1-25/+15
2013-06-24ALSA: vmaster: Add snd_ctl_sync_vmaster() helper functionTakashi Iwai1-20/+45
2013-06-17Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+2
2013-06-15snd_pcm_link(): fix a leak...Al Viro1-2/+2
2013-05-24ALSA: Add kconfig to specify the max card numbersTakashi Iwai2-9/+25
2013-05-24ALSA: Fix the default suffix string with high card numberTakashi Iwai1-17/+13
2013-05-24ALSA: Constify the snd_pcm_substream struct ops fieldLars-Peter Clausen1-1/+2
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-1/+1
2013-05-03Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds18-155/+271
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-25/+20
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-14/+5
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-1/+1
2013-04-29ALSA: compress: fix the states to check for allowing readVinod Koul1-2/+10
2013-04-25Merge tag 'asoc-v3.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-10/+2
2013-04-22ALSA: compress: Use kzalloc() for ioctls writing back dataTakashi Iwai1-2/+2
2013-04-22ALSA: compress: info leak in snd_compr_get_caps()Dan Carpenter1-0/+1
2013-04-21ALSA: compress_core: Rework writes to use cumulative valuesCharles Keepax1-7/+11
2013-04-21ALSA: compress_core: Remove unused hw_pointerCharles Keepax1-2/+0
2013-04-21ALSA: compress_core: Add support for capture streamsCharles Keepax1-2/+41
2013-04-21ALSA: compress_core: Deconstify copy callback bufferCharles Keepax1-3/+5
2013-04-21ALSA: compress_core: Calculate avail correctly for capture streamsCharles Keepax1-11/+18
2013-04-21ALSA: compress_core: Update calc_avail to use cumulative valuesCharles Keepax1-18/+5
2013-04-19vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helperLinus Torvalds1-10/+2
2013-04-18ALSA: add DSD formatsDaniel Mack2-0/+10
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-3/+1
2013-04-09snd_info_register: switch to proc_create_data/proc_mkdir_modeAl Viro1-8/+14
2013-03-18Merge branch 'for-linus' into for-nextTakashi Iwai3-7/+20
2013-03-13ALSA: info: Small refactoring and a sanity check in snd_info_get_line()Takashi Iwai1-13/+8
2013-03-13ALSA: info: Avoid leaking kernel memoryTakashi Iwai1-2/+2
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi17-99/+164
2013-03-11ALSA: seq: Fix missing error handling in snd_seq_timer_open()Takashi Iwai1-4/+4
2013-03-05ALSA: vmaster: Fix slave change notificationTakashi Iwai1-1/+4
2013-03-04ALSA: seq: seq_oss_event: missing range checksDan Carpenter1-2/+12
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2013-02-22new helper: file_inode(file)Al Viro2-2/+2
2013-02-14ALSA: compress: add support for gapless playbackJeeja KP1-0/+96
2013-02-11ALSA: core: don't return uninitialized snd_compr_tstampRichard Fitzgerald1-6/+12
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-11-21ALSA: pcm: Fix return code in pcm_native.cSachin Kamat1-1/+1
2012-11-21ALSA: PCM: Remove redundant null check before kfreeSachin Kamat1-2/+1
2012-11-19various: Fix spelling of "registered" in comments.Adam Buchbinder1-1/+1
2012-11-14ALSA: core: fix NULL checking in snd_pcm_plug_slave_size()Xi Wang1-1/+2
2012-11-14ALSA: core: fix NULL checking in snd_pcm_plug_client_size()Xi Wang1-1/+2
2012-11-08Merge branch 'for-linus' into for-nextTakashi Iwai5-4/+8
2012-11-08ALSA: Fix card refcount unbalanceTakashi Iwai5-4/+8
2012-10-30Merge branch 'for-linus' into for-nextTakashi Iwai11-38/+147
2012-10-30ALSA: Avoid endless sleep after disconnectTakashi Iwai6-1/+46
2012-10-30ALSA: Add a reference counter to card instanceTakashi Iwai10-32/+83