aboutsummaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
2013-11-16Merge tag 'sound-fix-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-11-15sound/core/memalloc.c: use gen_pool_dma_alloc() to allocate iram bufferNicolin Chen
2013-11-14ALSA: jack: Unregister input device at disconnectionTakashi Iwai
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-12ALSA: compress_core: don't return -EBADFD from poll if pausedRichard Fitzgerald
2013-11-07ALSA: compress: fix drain calls blocking other compress functions (v6)Vinod Koul
2013-11-04Merge branch 'for-linus' into for-nextTakashi Iwai
2013-10-31ALSA: fix oops in snd_pcm_info() caused by ASoC DPCMRussell King
2013-10-29ALSA: Limit the fallback card id string sizeTakashi Iwai
2013-10-29ALSA: memalloc: NULL-initialize in snd_malloc_dev_iram()Takashi Iwai
2013-10-29ALSA: memalloc: Make snd_{malloc|free}_dev_iram() staticTakashi Iwai
2013-10-29ALSA: Optimize module name checkTakashi Iwai
2013-10-29ALSA: pcm: Add fallthru commentsTakashi Iwai
2013-10-28ALSA: memalloc: Yet another ifdef CONFIG_GENERIC_ALLOCATOR protectionTakashi Iwai
2013-10-28ALSA: pcm_dmaengine: Remove hardcoded PCM formatsTakashi Iwai
2013-10-24consolidate the reassignments of ->f_op in ->open() instancesAl Viro
2013-10-24ALSA: compress: fix drain calls blocking other compress functionsVinod Koul
2013-10-24ALSA: Add ifdef CONFIG_GENERIC_ALLOCATOR for SNDRV_DMA_TYPE_IRAM codeTakashi Iwai
2013-10-24ALSA: Add SoC on-chip internal ram support for DMA buffer allocationNicolin Chen
2013-09-26ALSA: compress: Make sure we trigger STOP before closing the stream.Liam Girdwood
2013-09-19ALSA: compress: Fix compress device unregister.Liam Girdwood
2013-08-23Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai
2013-08-19ALSA: pcm: Use snd_printd_ratelimit()Tim Gardner
2013-08-15ALSA: core: allow SND_DMAENGINE_PCM use from modulesDaniel Mack
2013-08-15ALSA: move dmaengine implementation from ASoC to ALSA coreDaniel Mack
2013-07-29ALSA: compress: fix the return value for SNDRV_COMPRESS_VERSIONVinod Koul
2013-07-17ALSA: seq-oss: Initialize MIDI clients asynchronouslyTakashi Iwai
2013-07-03Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds
2013-07-03ALSA: vmaster: Fix the regression of missing vmaster hook callTakashi Iwai
2013-06-29pcm_native: switch to fdget()/fdput()Al Viro
2013-06-24ALSA: vmaster: Add snd_ctl_sync_vmaster() helper functionTakashi Iwai
2013-06-17Merge branch 'for-linus' into for-nextTakashi Iwai
2013-06-15snd_pcm_link(): fix a leak...Al Viro
2013-05-24ALSA: Add kconfig to specify the max card numbersTakashi Iwai
2013-05-24ALSA: Fix the default suffix string with high card numberTakashi Iwai
2013-05-24ALSA: Constify the snd_pcm_substream struct ops fieldLars-Peter Clausen
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-03Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells
2013-04-29ALSA: compress: fix the states to check for allowing readVinod Koul
2013-04-25Merge tag 'asoc-v3.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai
2013-04-22ALSA: compress: Use kzalloc() for ioctls writing back dataTakashi Iwai
2013-04-22ALSA: compress: info leak in snd_compr_get_caps()Dan Carpenter
2013-04-21ALSA: compress_core: Rework writes to use cumulative valuesCharles Keepax
2013-04-21ALSA: compress_core: Remove unused hw_pointerCharles Keepax
2013-04-21ALSA: compress_core: Add support for capture streamsCharles Keepax
2013-04-21ALSA: compress_core: Deconstify copy callback bufferCharles Keepax
2013-04-21ALSA: compress_core: Calculate avail correctly for capture streamsCharles Keepax