summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2016-02-20ALSA: timer: Fix race between stop and interruptTakashi Iwai1-0/+4
2016-02-20ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai1-1/+1
2016-02-20ALSA: timer: Fix race at concurrent readsTakashi Iwai1-19/+15
2016-02-20ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai1-2/+28
2016-02-20ALSA: timer: Fix leftover link at closingTakashi Iwai1-2/+2
2016-02-20ALSA: timer: Code cleanupTakashi Iwai1-17/+11
2016-02-20ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai2-103/+133
2016-02-20ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai1-1/+5
2016-02-20ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai1-20/+67
2016-02-20ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai1-6/+15
2016-02-20ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai1-12/+22
2016-02-20ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai1-1/+1
2016-02-20ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai2-31/+84
2016-02-20ALSA: seq: Degrade the error message for too many opensTakashi Iwai1-1/+1
2016-02-20ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai1-1/+1
2016-02-20ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architecturesTakashi Iwai1-0/+11
2016-01-31ALSA: timer: Handle disconnection more safelyTakashi Iwai1-0/+48
2016-01-31ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai1-0/+2
2016-01-31ALSA: hrtimer: Fix stall by hrtimer_cancel()Takashi Iwai1-1/+2
2016-01-31ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat modeNicolas Boichat1-4/+9
2016-01-31ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat1-4/+5
2016-01-31ALSA: timer: Fix double unlink of active_listTakashi Iwai1-1/+1
2016-01-31ALSA: timer: Fix race among timer ioctlsTakashi Iwai1-13/+19
2016-01-31ALSA: timer: Harden slave timer list handlingTakashi Iwai1-4/+14
2016-01-31ALSA: seq: Fix race at timer setup and closeTakashi Iwai1-0/+2
2016-01-31ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai1-1/+1
2015-07-24Merge tag 'sound-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+1
2015-07-17ALSA: pcm: Fix lockdep warning with nonatomic PCM opsTakashi Iwai1-1/+1
2015-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-07-02Merge tag 'sound-fix-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+5
2015-07-01genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy1-1/+1
2015-06-29ALSA: Fix uninintialized error returnColin Ian King1-2/+1
2015-06-26ALSA: jack: Fix endless loop at unique index detectionTakashi Iwai1-1/+4
2015-06-26Merge tag 'sound-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds27-669/+821
2015-06-23ALSA: pcm: Fix pcm_class sysfs outputTakashi Iwai1-3/+3
2015-06-23Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+1
2015-05-29ALSA: jack: Fix the id uniqueness checkTakashi Iwai1-1/+1
2015-05-29Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2015-05-29ALSA: core: Fix randconfig build wrt CONFIG_PROC_FSTakashi Iwai2-3/+3
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang18-40/+39
2015-05-27ALSA: Kconfig: add config item SND_PROC_FS for expertJie Yang1-1/+10
2015-05-22Merge branch 'topic/hdmi' into for-nextTakashi Iwai4-0/+202
2015-05-22ALSA: pcm: add IEC958 channel status helperRussell King3-0/+99
2015-05-22ALSA: pcm: add DRM ELD helperRussell King3-0/+103
2015-05-21ALSA: jack: Remove MODULE_*() macrosTakashi Iwai1-4/+0
2015-05-19ALSA: pcm: Modify double acknowledged interrupts check conditionKoro Chen1-1/+1
2015-05-18ALSA: info: Drop kerneldoc comment from snd_info_create_entry()Takashi Iwai1-1/+1
2015-05-18ALSA: info: Move list addition to snd_info_create_entry()Takashi Iwai1-13/+12
2015-05-18ALSA: info: Register proc entries recursively, tooTakashi Iwai2-15/+40
2015-05-18ALSA: info: Fix leaks of child entries at snd_info_free_entry()Takashi Iwai1-3/+3