aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-18ALSA: pcm: Fix rwsem deadlock for non-atomic PCM streamTakashi Iwai1-2/+14
2016-02-16ALSA: seq: Fix double port list deletionTakashi Iwai1-5/+8
2016-02-15ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai1-4/+9
2016-02-09ALSA: timer: Fix race at concurrent readsTakashi Iwai1-19/+15
2016-02-09ALSA: timer: Fix race between stop and interruptTakashi Iwai1-0/+4
2016-02-08ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai1-1/+1
2016-02-04ALSA: timer: Fix leftover link at closingTakashi Iwai1-2/+2
2016-02-03ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai2-103/+133
2016-02-03ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai1-12/+22
2016-02-03ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai2-31/+84
2016-02-03ALSA: timer: Sync timer deletion at closing the system timerTakashi Iwai1-0/+10
2016-02-01ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai1-2/+28
2016-02-01ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai1-20/+67
2016-02-01ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai1-6/+15
2016-02-01ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai1-1/+1
2016-02-01ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai1-1/+5
2016-01-28ALSA: timer: fix SND_PCM_TIMER Kconfig textRandy Dunlap1-3/+3
2016-01-25ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architecturesTakashi Iwai1-0/+11
2016-01-25ALSA: seq: Degrade the error message for too many opensTakashi Iwai1-1/+1
2016-01-25ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai1-1/+1
2016-01-22Merge tag 'sound-fix-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds5-9/+65
2016-01-21ALSA: timer: Introduce disconnect op to snd_timer_instanceTakashi Iwai1-12/+11
2016-01-21ALSA: timer: Handle disconnection more safelyTakashi Iwai1-0/+48
2016-01-18ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai1-0/+2
2016-01-18ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat1-4/+5
2016-01-18ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat modeNicolas Boichat1-4/+9
2016-01-18ALSA: hrtimer: Fix stall by hrtimer_cancel()Takashi Iwai1-1/+2
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds10-55/+180
2016-01-15ALSA: timer: Code cleanupTakashi Iwai1-17/+11
2016-01-15ALSA: timer: Harden slave timer list handlingTakashi Iwai1-4/+14
2016-01-14ALSA: timer: Fix race among timer ioctlsTakashi Iwai1-13/+19
2016-01-13ALSA: timer: Fix double unlink of active_listTakashi Iwai1-1/+1
2016-01-12ALSA: hda_intel: add card number to irq descriptionHeiner Kallweit1-0/+3
2016-01-12ALSA: seq: Fix race at timer setup and closeTakashi Iwai1-0/+2
2016-01-12ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai1-1/+1
2015-12-20ALSA: oss: consolidate kmalloc/memset 0 call to kzallocNicholas Mc Guire1-2/+1
2015-12-07ALSA: compress: add support for 32bit calls in a 64bit kernelRavindra Lokhande1-0/+13
2015-12-03ALSA: Fix compat_ioctl handling for OSS emulationsTakashi Iwai3-3/+19
2015-11-30ALSA: compress: Pass id string to snd_compress_newRichard Fitzgerald1-1/+12
2015-11-30ALSA: compress: Add procfs info file for compressed nodesRichard Fitzgerald1-1/+72
2015-11-30ALSA: pcm: constify action_ops structuresJulia Lawall1-13/+13
2015-11-22ALSA: midi: constify snd_rawmidi_global_ops structuresJulia Lawall1-1/+1
2015-11-16ALSA: pcm_dmaengine: Properly synchronize DMA on shutdownLars-Peter Clausen1-3/+6
2015-10-28ALSA: Constify ratden/ratnum constraintsLars-Peter Clausen1-8/+9
2015-10-22ALSA: Remove transfer_ack_{begin,end} callbacks from struct snd_pcm_runtimeLars-Peter Clausen1-5/+0
2015-10-16ALSA: timer: add config item to export PCM timer disabling for expertJie Yang4-22/+32
2015-10-15ALSA: oss: underflow in snd_mixer_oss_proc_write()Dan Carpenter1-1/+2
2015-10-09ALSA: seq_oss: fix waitqueue_active without memory barrier in snd-seq-ossKosuke Tatsukawa2-7/+3
2015-09-29ALSA: pcm: Avoid double hw_free calls at releasing a streamTakashi Iwai1-1/+2
2015-09-24ALSA: core: check for underflow in snd_pcm_sw_params()Dan Carpenter1-1/+2