summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
2020-02-13ALSA: pcm: Fix double hw_free callsTakashi Iwai
2020-02-06Merge tag 'sound-fix-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-31ALSA: pcm: Fix sparse warnings wrt snd_pcm_state_tTakashi Iwai
2020-01-29ALSA: pcm: Fix memory leak at closing a stream without hw_freeTakashi Iwai
2020-01-21ALSA: pcm: Set per-card upper limit of PCM buffer allocationsTakashi Iwai
2020-01-20Merge branch 'for-linus' into for-nextTakashi Iwai
2020-01-16ALSA: pcm: Make snd_pcm_hw_constraints_init() and _complete() staticTakashi Iwai
2020-01-15ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai
2020-01-12ALSA: timer: fix nsec/sec initialization confusionPierre-Louis Bossart
2020-01-08ALSA: control: potential uninitialized return valueDan Carpenter
2020-01-05ALSA: rawmidi: More constificationTakashi Iwai
2020-01-05ALSA: oss: More constificationsTakashi Iwai
2020-01-05ALSA: jack: More constificationTakashi Iwai
2020-01-05ALSA: info: More constificationsTakashi Iwai
2020-01-05ALSA: seq: More constificationsTakashi Iwai
2020-01-05ALSA: pcm: More constificationsTakashi Iwai
2020-01-04ALSA: control: Add verification for kctl accessesTakashi Iwai
2020-01-03ALSA: mixer: oss: Constify snd_mixer_oss_assign_table definitionTakashi Iwai
2020-01-03ALSA: seq: Constify struct snd_midi_opTakashi Iwai
2020-01-03ALSA: timer: Constify snd_timer_hardware definitionsTakashi Iwai
2020-01-03ALSA: core: Constify snd_device_ops definitionsTakashi Iwai
2020-01-03ALSA: core: Treat snd_device_ops as constTakashi Iwai
2019-12-24ALSA: ctl: allow TLV read operation for callback type of element in locked caseTakashi Sakamoto
2019-12-23ALSA: ctl: remove dimen member from elem_info structureTakashi Sakamoto
2019-12-18Merge branch 'for-linus' into for-nextTakashi Iwai
2019-12-17Merge tag 'y2038-alsa-v8-signed' of git://git.kernel.org:/pub/scm/linux/kerne...Takashi Iwai
2019-12-14ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai
2019-12-14ALSA: control: remove useless assignment in .info callback of PCM chmap elementTakashi Sakamoto
2019-12-13ALSA: add new 32-bit layout for snd_pcm_mmap_status/controlArnd Bergmann
2019-12-13ALSA: move snd_pcm_ioctl_sync_ptr_compat into pcm_native.cArnd Bergmann
2019-12-13ALSA: Avoid using timespec for struct snd_timer_treadBaolin Wang
2019-12-11ALSA: Avoid using timespec for struct snd_rawmidi_statusBaolin Wang
2019-12-11ALSA: Avoid using timespec for struct snd_pcm_statusBaolin Wang
2019-12-11ALSA: Avoid using timespec for struct snd_timer_statusBaolin Wang
2019-12-11ALSA: Replace timespec with timespec64Baolin Wang
2019-12-06Merge tag 'sound-fix-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-12-04ALSA: pcm: oss: Avoid potential buffer overflowsTakashi Iwai
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-20ALSA: pcm: Add card sync_irq fieldTakashi Iwai
2019-11-20ALSA: pcm: Add the support for sync-stop operationTakashi Iwai
2019-11-20ALSA: pcm: Move PCM_RUNTIME_CHECK() macro into local headerTakashi Iwai
2019-11-20ALSA: pcm: Allow NULL ioctl opsTakashi Iwai
2019-11-20ALSA: pcm: Introduce managed buffer allocation modeTakashi Iwai
2019-11-14Merge branch 'for-linus' into for-nextTakashi Iwai
2019-11-13ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed()paulhsia
2019-11-11ALSA: timer: Fix the breakage of slave link openTakashi Iwai
2019-11-09ALSA: pcm: Unexport snd_pcm_sgbuf_ops_pageTakashi Iwai
2019-11-09ALSA: pcm: Yet another missing check of non-cached buffer typeTakashi Iwai
2019-11-08ALSA: timer: Fix possible race at assigning a timer instanceTakashi Iwai