summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2016-03-07ALSA: timer: Fix broken compat timer user status ioctlTakashi Iwai1-2/+3
2016-03-07ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai3-20/+0
2016-03-07ALSA: timer: Fix ioctls for X32 ABITakashi Iwai1-0/+13
2016-03-07ALSA: rawmidi: Fix ioctls X32 ABITakashi Iwai1-0/+53
2016-03-07ALSA: ctl: Fix ioctls for X32 ABITakashi Iwai1-16/+74
2016-02-24ALSA: seq: Fix double port list deletionTakashi Iwai1-5/+8
2016-02-15ALSA: timer: Fix race between stop and interruptTakashi Iwai1-0/+4
2016-02-15ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai1-1/+1
2016-02-15ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai1-2/+28
2016-02-15ALSA: timer: Fix leftover link at closingTakashi Iwai1-2/+2
2016-02-15ALSA: timer: Code cleanupTakashi Iwai1-17/+11
2016-02-15ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai2-103/+133
2016-02-15ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai1-1/+5
2016-02-15ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai1-20/+67
2016-02-15ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai1-6/+15
2016-02-15ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai1-12/+22
2016-02-15ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai1-1/+1
2016-02-15ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai1-1/+1
2016-02-15ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architecturesTakashi Iwai1-0/+11
2016-01-27ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai1-0/+2
2016-01-27ALSA: hrtimer: Fix stall by hrtimer_cancel()Takashi Iwai1-1/+2
2016-01-27ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat modeNicolas Boichat1-4/+9
2016-01-27ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat1-4/+5
2016-01-27ALSA: timer: Fix double unlink of active_listTakashi Iwai1-1/+1
2016-01-27ALSA: timer: Fix race among timer ioctlsTakashi Iwai1-13/+19
2016-01-27ALSA: timer: Harden slave timer list handlingTakashi Iwai1-4/+14
2016-01-27ALSA: seq: Fix race at timer setup and closeTakashi Iwai1-0/+2
2016-01-27ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai1-1/+1
2015-04-09ALSA: control: Add sanity checks for user ctl id name stringTakashi Iwai1-0/+4
2015-03-12ALSA: pcm: Don't leave PREPARED state after drainingTakashi Iwai1-0/+2
2015-02-08ALSA: seq-dummy: remove deadlock-causing events on closeClemens Ladisch1-31/+0
2014-11-13ALSA: pcm: Zero-clear reserved fields of PCM status ioctl in compat modeTakashi Iwai1-0/+2
2014-10-31ALSA: pcm: use the same dma mmap codepath both for arm and arm64Anatol Pomozov1-1/+1
2014-10-13ALSA: pcm: fix fifo_size frame calculationClemens Ladisch1-3/+5
2014-10-13ALSA: core: fix buffer overflow in snd_info_get_line()Clemens Ladisch1-2/+2
2014-07-02ALSA: control: Make sure that id->index does not overflowLars-Peter Clausen1-0/+3
2014-07-02ALSA: control: Handle numid overflowLars-Peter Clausen1-0/+4
2014-07-02ALSA: control: Don't access controls outside of protected regionsLars-Peter Clausen1-5/+10
2014-07-02ALSA: control: Fix replacing user controlsLars-Peter Clausen1-16/+9
2014-07-02ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen2-6/+26
2014-03-31ALSA: compress: Pass through return value of open ops callbackCharles Keepax1-1/+1
2014-02-06ALSA: bits vs bytes bug in snd_card_create()Dan Carpenter1-2/+2
2014-01-10ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail functionJongHo Kim1-0/+2
2013-11-29ALSA: compress: fix drain calls blocking other compress functions (v6)Vinod Koul1-12/+19
2013-11-29ALSA: compress: fix drain calls blocking other compress functionsVinod Koul1-3/+38
2013-10-31ALSA: fix oops in snd_pcm_info() caused by ASoC DPCMRussell King1-0/+4
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/broon...Takashi Iwai6-5/+388
2013-08-19ALSA: pcm: Use snd_printd_ratelimit()Tim Gardner1-2/+2