aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-19ALSA: compress: Pass through return value of open ops callbackCharles Keepax1-1/+1
2014-01-23ALSA: Refactor slot assignment codeTakashi Iwai1-27/+30
2014-01-23ALSA: bits vs bytes bug in snd_card_create()Dan Carpenter1-2/+2
2014-01-16Merge remote-tracking branch 'asoc/topic/pcm' into for-tiwaiMark Brown1-0/+39
2014-01-14ALSA: Add helper function for intersecting two rate masksLars-Peter Clausen1-0/+39
2014-01-11ALSA: PCM: Warn when buffer preallocation failsTakashi Iwai1-0/+5
2014-01-09ALSA: Merge memalloc code into snd-pcm moduleTakashi Iwai2-16/+4
2014-01-09ALSA: Remove superfluous header inclusions in memalloc.cTakashi Iwai1-4/+0
2014-01-09ALSA: Remove memory reservation code from memalloc helperTakashi Iwai2-282/+1
2014-01-09ALSA: Remove memory accounting in memalloc helperTakashi Iwai1-29/+2
2014-01-05ALSA: compress: remove the sample rate checkVinod Koul1-3/+0
2013-12-17ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail functionJongHo Kim1-0/+2
2013-11-16Merge tag 'sound-fix-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-5/+17
2013-11-15sound/core/memalloc.c: use gen_pool_dma_alloc() to allocate iram bufferNicolin Chen1-5/+1
2013-11-14ALSA: jack: Unregister input device at disconnectionTakashi Iwai1-3/+16
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-16/+6
2013-11-12ALSA: compress_core: don't return -EBADFD from poll if pausedRichard Fitzgerald1-2/+1
2013-11-07ALSA: compress: fix drain calls blocking other compress functions (v6)Vinod Koul1-12/+19
2013-11-04Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+4
2013-10-31ALSA: fix oops in snd_pcm_info() caused by ASoC DPCMRussell King1-0/+4
2013-10-29ALSA: Limit the fallback card id string sizeTakashi Iwai1-1/+1
2013-10-29ALSA: memalloc: NULL-initialize in snd_malloc_dev_iram()Takashi Iwai1-0/+3
2013-10-29ALSA: memalloc: Make snd_{malloc|free}_dev_iram() staticTakashi Iwai1-2/+2
2013-10-29ALSA: Optimize module name checkTakashi Iwai1-1/+1
2013-10-29ALSA: pcm: Add fallthru commentsTakashi Iwai1-0/+2
2013-10-28ALSA: memalloc: Yet another ifdef CONFIG_GENERIC_ALLOCATOR protectionTakashi Iwai1-0/+2
2013-10-28ALSA: pcm_dmaengine: Remove hardcoded PCM formatsTakashi Iwai1-13/+9
2013-10-24consolidate the reassignments of ->f_op in ->open() instancesAl Viro1-16/+6
2013-10-24ALSA: compress: fix drain calls blocking other compress functionsVinod Koul1-3/+38
2013-10-24ALSA: Add ifdef CONFIG_GENERIC_ALLOCATOR for SNDRV_DMA_TYPE_IRAM codeTakashi Iwai2-0/+6
2013-10-24ALSA: Add SoC on-chip internal ram support for DMA buffer allocationNicolin Chen2-0/+58
2013-09-26ALSA: compress: Make sure we trigger STOP before closing the stream.Liam Girdwood1-0/+12
2013-09-19ALSA: compress: Fix compress device unregister.Liam Girdwood1-1/+2
2013-08-23Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai6-5/+388
2013-08-19ALSA: pcm: Use snd_printd_ratelimit()Tim Gardner1-2/+2
2013-08-15ALSA: core: allow SND_DMAENGINE_PCM use from modulesDaniel Mack1-1/+1
2013-08-15ALSA: move dmaengine implementation from ASoC to ALSA coreDaniel Mack3-0/+373
2013-07-29ALSA: compress: fix the return value for SNDRV_COMPRESS_VERSIONVinod Koul1-1/+1
2013-07-17ALSA: seq-oss: Initialize MIDI clients asynchronouslyTakashi Iwai2-4/+14
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