summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |_|_|/ |/| | |
| * | | proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-14/+5
| * | | proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-1/+1
| * | | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-3/+1
| * | | snd_info_register: switch to proc_create_data/proc_mkdir_modeAl Viro2013-04-091-8/+14
| | |/ | |/|
* / | vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helperLinus Torvalds2013-04-191-10/+2
|/ /
* | ALSA: seq: Fix missing error handling in snd_seq_timer_open()Takashi Iwai2013-03-111-4/+4
* | ALSA: vmaster: Fix slave change notificationTakashi Iwai2013-03-051-1/+4
* | ALSA: seq: seq_oss_event: missing range checksDan Carpenter2013-03-041-2/+12
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-262-2/+2
|\
| * new helper: file_inode(file)Al Viro2013-02-222-2/+2
* | ALSA: compress: add support for gapless playbackJeeja KP2013-02-141-0/+96
* | ALSA: core: don't return uninitialized snd_compr_tstampRichard Fitzgerald2013-02-111-6/+12
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * various: Fix spelling of "registered" in comments.Adam Buchbinder2012-11-191-1/+1
* | ALSA: pcm: Fix return code in pcm_native.cSachin Kamat2012-11-211-1/+1
* | ALSA: PCM: Remove redundant null check before kfreeSachin Kamat2012-11-211-2/+1
* | ALSA: core: fix NULL checking in snd_pcm_plug_slave_size()Xi Wang2012-11-141-1/+2
* | ALSA: core: fix NULL checking in snd_pcm_plug_client_size()Xi Wang2012-11-141-1/+2
* | Merge branch 'for-linus' into for-nextTakashi Iwai2012-11-085-4/+8
|\ \
| * | ALSA: Fix card refcount unbalanceTakashi Iwai2012-11-085-4/+8
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2012-10-3011-38/+147
|\| |
| * | ALSA: Avoid endless sleep after disconnectTakashi Iwai2012-10-306-1/+46
| * | ALSA: Add a reference counter to card instanceTakashi Iwai2012-10-3010-32/+83