summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-16/+6
|\
| * consolidate the reassignments of ->f_op in ->open() instancesAl Viro2013-10-241-16/+6
* | ALSA: compress: fix drain calls blocking other compress functions (v6)Vinod Koul2013-11-071-12/+19
* | Merge branch 'for-linus' into for-nextTakashi Iwai2013-11-041-0/+4
|\ \
| * | ALSA: fix oops in snd_pcm_info() caused by ASoC DPCMRussell King2013-10-311-0/+4
| |/
* | ALSA: Limit the fallback card id string sizeTakashi Iwai2013-10-291-1/+1
* | ALSA: memalloc: NULL-initialize in snd_malloc_dev_iram()Takashi Iwai2013-10-291-0/+3
* | ALSA: memalloc: Make snd_{malloc|free}_dev_iram() staticTakashi Iwai2013-10-291-2/+2
* | ALSA: Optimize module name checkTakashi Iwai2013-10-291-1/+1
* | ALSA: pcm: Add fallthru commentsTakashi Iwai2013-10-291-0/+2
* | ALSA: memalloc: Yet another ifdef CONFIG_GENERIC_ALLOCATOR protectionTakashi Iwai2013-10-281-0/+2
* | ALSA: pcm_dmaengine: Remove hardcoded PCM formatsTakashi Iwai2013-10-281-13/+9
* | ALSA: compress: fix drain calls blocking other compress functionsVinod Koul2013-10-241-3/+38
* | ALSA: Add ifdef CONFIG_GENERIC_ALLOCATOR for SNDRV_DMA_TYPE_IRAM codeTakashi Iwai2013-10-242-0/+6
* | ALSA: Add SoC on-chip internal ram support for DMA buffer allocationNicolin Chen2013-10-242-0/+58
|/
* ALSA: compress: Make sure we trigger STOP before closing the stream.Liam Girdwood2013-09-261-0/+12
* ALSA: compress: Fix compress device unregister.Liam Girdwood2013-09-191-1/+2
* Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2013-08-236-5/+388
|\
| * ALSA: core: allow SND_DMAENGINE_PCM use from modulesDaniel Mack2013-08-151-1/+1
| * ALSA: move dmaengine implementation from ASoC to ALSA coreDaniel Mack2013-08-153-0/+373
| * ALSA: compress: fix the return value for SNDRV_COMPRESS_VERSIONVinod Koul2013-07-291-1/+1
| * ALSA: seq-oss: Initialize MIDI clients asynchronouslyTakashi Iwai2013-07-172-4/+14
* | ALSA: pcm: Use snd_printd_ratelimit()Tim Gardner2013-08-191-2/+2
|/
* Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2013-07-034-47/+85
|\
| * ALSA: vmaster: Fix the regression of missing vmaster hook callTakashi Iwai2013-07-031-1/+1
| * ALSA: vmaster: Add snd_ctl_sync_vmaster() helper functionTakashi Iwai2013-06-241-20/+45
| * Merge branch 'for-linus' into for-nextTakashi Iwai2013-06-171-2/+2
| |\
| * | ALSA: Add kconfig to specify the max card numbersTakashi Iwai2013-05-242-9/+25
| * | ALSA: Fix the default suffix string with high card numberTakashi Iwai2013-05-241-17/+13
| * | ALSA: Constify the snd_pcm_substream struct ops fieldLars-Peter Clausen2013-05-241-1/+2
* | | pcm_native: switch to fdget()/fdput()Al Viro2013-06-291-25/+15
| |/ |/|
* | snd_pcm_link(): fix a leak...Al Viro2013-06-151-2/+2
|/
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-1/+1
* Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2013-05-0318-155/+271
|\
| * ALSA: compress: fix the states to check for allowing readVinod Koul2013-04-291-2/+10
| * Merge tag 'asoc-v3.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-04-251-10/+2
| |\
| * | ALSA: compress: Use kzalloc() for ioctls writing back dataTakashi Iwai2013-04-221-2/+2
| * | ALSA: compress: info leak in snd_compr_get_caps()Dan Carpenter2013-04-221-0/+1
| * | ALSA: compress_core: Rework writes to use cumulative valuesCharles Keepax2013-04-211-7/+11
| * | ALSA: compress_core: Remove unused hw_pointerCharles Keepax2013-04-211-2/+0
| * | ALSA: compress_core: Add support for capture streamsCharles Keepax2013-04-211-2/+41
| * | ALSA: compress_core: Deconstify copy callback bufferCharles Keepax2013-04-211-3/+5
| * | ALSA: compress_core: Calculate avail correctly for capture streamsCharles Keepax2013-04-211-11/+18
| * | ALSA: compress_core: Update calc_avail to use cumulative valuesCharles Keepax2013-04-211-18/+5
| * | ALSA: add DSD formatsDaniel Mack2013-04-182-0/+10
| * | Merge branch 'for-linus' into for-nextTakashi Iwai2013-03-183-7/+20
| |\ \
| * | | ALSA: info: Small refactoring and a sanity check in snd_info_get_line()Takashi Iwai2013-03-131-13/+8
| * | | ALSA: info: Avoid leaking kernel memoryTakashi Iwai2013-03-131-2/+2
| * | | ALSA: add/change some comments describing function return valuesYacine Belkadi2013-03-1217-99/+164
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-25/+20
|\ \ \ \ | |_|_|/ |/| | |