summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai2016-03-013-19/+0
* ALSA: timer: Fix ioctls for X32 ABITakashi Iwai2016-02-281-0/+13
* ALSA: timer: Fix broken compat timer user status ioctlTakashi Iwai2016-02-281-2/+3
* ALSA: rawmidi: Fix ioctls X32 ABITakashi Iwai2016-02-281-0/+53
* ALSA: rawmidi: Use comapt_put_timespec()Takashi Iwai2016-02-281-2/+1
* ALSA: pcm: Fix ioctls for X32 ABITakashi Iwai2016-02-281-1/+176
* ALSA: ctl: Fix ioctls for X32 ABITakashi Iwai2016-02-281-16/+74
* ALSA: pcm: Fix rwsem deadlock for non-atomic PCM streamTakashi Iwai2016-02-181-2/+14
* ALSA: seq: Fix double port list deletionTakashi Iwai2016-02-161-5/+8
* ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai2016-02-151-4/+9
* ALSA: timer: Fix race at concurrent readsTakashi Iwai2016-02-091-19/+15
* ALSA: timer: Fix race between stop and interruptTakashi Iwai2016-02-091-0/+4
* ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai2016-02-081-1/+1
* ALSA: timer: Fix leftover link at closingTakashi Iwai2016-02-041-2/+2
* ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai2016-02-032-103/+133
* ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai2016-02-031-12/+22
* ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai2016-02-032-31/+84
* ALSA: timer: Sync timer deletion at closing the system timerTakashi Iwai2016-02-031-0/+10
* ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai2016-02-011-2/+28
* ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai2016-02-011-20/+67
* ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai2016-02-011-6/+15
* ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai2016-02-011-1/+1
* ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai2016-02-011-1/+5
* ALSA: timer: fix SND_PCM_TIMER Kconfig textRandy Dunlap2016-01-281-3/+3
* ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architecturesTakashi Iwai2016-01-251-0/+11
* ALSA: seq: Degrade the error message for too many opensTakashi Iwai2016-01-251-1/+1
* ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai2016-01-251-1/+1
* Merge tag 'sound-fix-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-225-9/+65
|\
| * ALSA: timer: Introduce disconnect op to snd_timer_instanceTakashi Iwai2016-01-211-12/+11
| * ALSA: timer: Handle disconnection more safelyTakashi Iwai2016-01-211-0/+48
| * ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai2016-01-181-0/+2
| * ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat2016-01-181-4/+5
| * ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat modeNicolas Boichat2016-01-181-4/+9
| * ALSA: hrtimer: Fix stall by hrtimer_cancel()Takashi Iwai2016-01-181-1/+2
* | Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-01-1710-55/+180
|\|
| * ALSA: timer: Code cleanupTakashi Iwai2016-01-151-17/+11
| * ALSA: timer: Harden slave timer list handlingTakashi Iwai2016-01-151-4/+14
| * ALSA: timer: Fix race among timer ioctlsTakashi Iwai2016-01-141-13/+19
| * ALSA: timer: Fix double unlink of active_listTakashi Iwai2016-01-131-1/+1
| * ALSA: hda_intel: add card number to irq descriptionHeiner Kallweit2016-01-121-0/+3
| * ALSA: seq: Fix race at timer setup and closeTakashi Iwai2016-01-121-0/+2
| * ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai2016-01-121-1/+1
| * ALSA: oss: consolidate kmalloc/memset 0 call to kzallocNicholas Mc Guire2015-12-201-2/+1
| * ALSA: compress: add support for 32bit calls in a 64bit kernelRavindra Lokhande2015-12-071-0/+13
| * ALSA: Fix compat_ioctl handling for OSS emulationsTakashi Iwai2015-12-033-3/+19
| * ALSA: compress: Pass id string to snd_compress_newRichard Fitzgerald2015-11-301-1/+12
| * ALSA: compress: Add procfs info file for compressed nodesRichard Fitzgerald2015-11-301-1/+72
| * ALSA: pcm: constify action_ops structuresJulia Lawall2015-11-301-13/+13
| * ALSA: midi: constify snd_rawmidi_global_ops structuresJulia Lawall2015-11-221-1/+1
* | ALSA: pcm_dmaengine: Properly synchronize DMA on shutdownLars-Peter Clausen2015-11-161-3/+6
|/