aboutsummaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2013-11-14ALSA: jack: Unregister input device at disconnectionGravatar Takashi Iwai 1-3/+16
2013-11-12ALSA: compress_core: don't return -EBADFD from poll if pausedGravatar Richard Fitzgerald 1-2/+1
2013-11-07ALSA: compress: fix drain calls blocking other compress functions (v6)Gravatar Vinod Koul 1-12/+19
2013-11-04Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-0/+4
2013-10-31ALSA: fix oops in snd_pcm_info() caused by ASoC DPCMGravatar Russell King 1-0/+4
2013-10-29ALSA: Limit the fallback card id string sizeGravatar Takashi Iwai 1-1/+1
2013-10-29ALSA: memalloc: NULL-initialize in snd_malloc_dev_iram()Gravatar Takashi Iwai 1-0/+3
2013-10-29ALSA: memalloc: Make snd_{malloc|free}_dev_iram() staticGravatar Takashi Iwai 1-2/+2
2013-10-29ALSA: Optimize module name checkGravatar Takashi Iwai 1-1/+1
2013-10-29ALSA: pcm: Add fallthru commentsGravatar Takashi Iwai 1-0/+2
2013-10-28ALSA: memalloc: Yet another ifdef CONFIG_GENERIC_ALLOCATOR protectionGravatar Takashi Iwai 1-0/+2
2013-10-28ALSA: pcm_dmaengine: Remove hardcoded PCM formatsGravatar Takashi Iwai 1-13/+9
2013-10-24ALSA: compress: fix drain calls blocking other compress functionsGravatar Vinod Koul 1-3/+38
2013-10-24ALSA: Add ifdef CONFIG_GENERIC_ALLOCATOR for SNDRV_DMA_TYPE_IRAM codeGravatar Takashi Iwai 2-0/+6
2013-10-24ALSA: Add SoC on-chip internal ram support for DMA buffer allocationGravatar Nicolin Chen 2-0/+58
2013-09-26ALSA: compress: Make sure we trigger STOP before closing the stream.Gravatar Liam Girdwood 1-0/+12
2013-09-19ALSA: compress: Fix compress device unregister.Gravatar Liam Girdwood 1-1/+2
2013-08-23Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Gravatar Takashi Iwai 6-5/+388
2013-08-19ALSA: pcm: Use snd_printd_ratelimit()Gravatar Tim Gardner 1-2/+2
2013-08-15ALSA: core: allow SND_DMAENGINE_PCM use from modulesGravatar Daniel Mack 1-1/+1
2013-08-15ALSA: move dmaengine implementation from ASoC to ALSA coreGravatar Daniel Mack 3-0/+373
2013-07-29ALSA: compress: fix the return value for SNDRV_COMPRESS_VERSIONGravatar Vinod Koul 1-1/+1
2013-07-17ALSA: seq-oss: Initialize MIDI clients asynchronouslyGravatar Takashi Iwai 2-4/+14
2013-07-03Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Gravatar Linus Torvalds 4-47/+85
2013-07-03ALSA: vmaster: Fix the regression of missing vmaster hook callGravatar Takashi Iwai 1-1/+1
2013-06-29pcm_native: switch to fdget()/fdput()Gravatar Al Viro 1-25/+15
2013-06-24ALSA: vmaster: Add snd_ctl_sync_vmaster() helper functionGravatar Takashi Iwai 1-20/+45
2013-06-17Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-2/+2
2013-06-15snd_pcm_link(): fix a leak...Gravatar Al Viro 1-2/+2
2013-05-24ALSA: Add kconfig to specify the max card numbersGravatar Takashi Iwai 2-9/+25
2013-05-24ALSA: Fix the default suffix string with high card numberGravatar Takashi Iwai 1-17/+13
2013-05-24ALSA: Constify the snd_pcm_substream struct ops fieldGravatar Lars-Peter Clausen 1-1/+2
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-1/+1
2013-05-03Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Gravatar Linus Torvalds 18-155/+271
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-25/+20
2013-05-01proc: Supply a function to remove a proc entry by PDEGravatar David Howells 1-14/+5
2013-05-01proc: Supply PDE attribute setting accessor functionsGravatar David Howells 1-1/+1
2013-04-29ALSA: compress: fix the states to check for allowing readGravatar Vinod Koul 1-2/+10
2013-04-25Merge tag 'asoc-v3.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Takashi Iwai 1-10/+2
2013-04-22ALSA: compress: Use kzalloc() for ioctls writing back dataGravatar Takashi Iwai 1-2/+2
2013-04-22ALSA: compress: info leak in snd_compr_get_caps()Gravatar Dan Carpenter 1-0/+1
2013-04-21ALSA: compress_core: Rework writes to use cumulative valuesGravatar Charles Keepax 1-7/+11
2013-04-21ALSA: compress_core: Remove unused hw_pointerGravatar Charles Keepax 1-2/+0
2013-04-21ALSA: compress_core: Add support for capture streamsGravatar Charles Keepax 1-2/+41
2013-04-21ALSA: compress_core: Deconstify copy callback bufferGravatar Charles Keepax 1-3/+5
2013-04-21ALSA: compress_core: Calculate avail correctly for capture streamsGravatar Charles Keepax 1-11/+18
2013-04-21ALSA: compress_core: Update calc_avail to use cumulative valuesGravatar Charles Keepax 1-18/+5
2013-04-19vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helperGravatar Linus Torvalds 1-10/+2
2013-04-18ALSA: add DSD formatsGravatar Daniel Mack 2-0/+10
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 1-3/+1