summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai2016-01-281-0/+2
* ALSA: hrtimer: Fix stall by hrtimer_cancel()Takashi Iwai2016-01-281-1/+2
* ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat modeNicolas Boichat2016-01-281-4/+9
* ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat2016-01-281-4/+5
* ALSA: timer: Fix double unlink of active_listTakashi Iwai2016-01-281-1/+1
* ALSA: timer: Fix race among timer ioctlsTakashi Iwai2016-01-281-13/+19
* ALSA: timer: Harden slave timer list handlingTakashi Iwai2016-01-281-4/+14
* ALSA: seq: Fix race at timer setup and closeTakashi Iwai2016-01-281-0/+2
* ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai2016-01-281-1/+1
* ALSA: control: Add sanity checks for user ctl id name stringTakashi Iwai2015-03-261-0/+4
* ALSA: pcm: Don't leave PREPARED state after drainingTakashi Iwai2015-03-181-0/+2
* ALSA: seq-dummy: remove deadlock-causing events on closeClemens Ladisch2015-02-051-31/+0
* ALSA: pcm: Zero-clear reserved fields of PCM status ioctl in compat modeTakashi Iwai2014-11-141-0/+2
* ALSA: pcm: use the same dma mmap codepath both for arm and arm64Anatol Pomozov2014-10-301-1/+1
* ALSA: pcm: fix fifo_size frame calculationClemens Ladisch2014-10-051-3/+5
* ALSA: core: fix buffer overflow in snd_info_get_line()Clemens Ladisch2014-10-051-2/+2
* ALSA: control: Make sure that id->index does not overflowLars-Peter Clausen2014-06-261-0/+3
* ALSA: control: Handle numid overflowLars-Peter Clausen2014-06-261-0/+4
* ALSA: control: Don't access controls outside of protected regionsLars-Peter Clausen2014-06-261-5/+10
* ALSA: control: Fix replacing user controlsLars-Peter Clausen2014-06-261-16/+9
* ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen2014-06-262-6/+26
* ALSA: compress: Pass through return value of open ops callbackCharles Keepax2014-03-311-1/+1
* ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail functionJongHo Kim2014-01-091-0/+2
* ALSA: compress: fix drain calls blocking other compress functions (v6)Vinod Koul2013-11-291-12/+19
* ALSA: compress: fix drain calls blocking other compress functionsVinod Koul2013-11-291-3/+38
* ALSA: fix oops in snd_pcm_info() caused by ASoC DPCMRussell King2013-11-131-0/+4
* ALSA: compress: Fix compress device unregister.Liam Girdwood2013-10-051-1/+2
* ALSA: compress: fix the return value for SNDRV_COMPRESS_VERSIONVinod Koul2013-08-111-1/+1
* ALSA: seq-oss: Initialize MIDI clients asynchronouslyTakashi Iwai2013-07-252-4/+14
* 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