summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
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
2019-11-08ALSA: timer: Make snd_timer_close() returning voidTakashi Iwai
2019-11-08ALSA: timer: Unify master/slave linking codeTakashi Iwai
2019-11-07Merge branch 'for-linus' into for-nextTakashi Iwai
2019-11-07Merge tag 'asoc-v5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai
2019-11-07Merge tag 'asoc-fix-v5.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai
2019-11-06ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai
2019-11-06ALSA: timer: Limit max amount of slave instancesTakashi Iwai
2019-11-06Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2019-11-06ALSA: pcm: Create proc files only for non-empty preallocationsTakashi Iwai
2019-11-06ALSA: pcm: Warn if doubly preallocatedTakashi Iwai
2019-11-06ALSA: pcm: Handle special page mapping in the default mmap handlerTakashi Iwai
2019-11-06ALSA: memalloc: Add vmalloc buffer allocation supportTakashi Iwai
2019-11-06ALSA: memalloc: Allow NULL device for SNDRV_DMA_TYPE_CONTINUOUS typeTakashi Iwai
2019-11-04ALSA: pcm: Fix missing check of the new non-cached buffer typeTakashi Iwai
2019-10-30ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai
2019-10-23compat_ioctl: remove translation for sound ioctlsArnd Bergmann
2019-10-21ASoC: compress: fix unsigned integer overflow checkXiaojun Sang
2019-10-07sound: Fix Kconfig indentationKrzysztof Kozlowski
2019-10-01ASoC: pcm_dmaengine: Extract snd_dmaengine_pcm_refine_runtime_hwparamsShengjiu Wang