aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-04ALSA: control: Add verification for kctl accessesTakashi Iwai3-38/+256
2020-01-03ALSA: mixer: oss: Constify snd_mixer_oss_assign_table definitionTakashi Iwai1-6/+8
2020-01-03ALSA: seq: Constify struct snd_midi_opTakashi Iwai1-15/+22
2020-01-03ALSA: timer: Constify snd_timer_hardware definitionsTakashi Iwai2-2/+2
2020-01-03ALSA: core: Constify snd_device_ops definitionsTakashi Iwai8-9/+9
2020-01-03ALSA: core: Treat snd_device_ops as constTakashi Iwai1-1/+1
2019-12-24ALSA: ctl: allow TLV read operation for callback type of element in locked caseTakashi Sakamoto1-2/+3
2019-12-23ALSA: ctl: remove dimen member from elem_info structureTakashi Sakamoto1-32/+0
2019-12-18Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+4
2019-12-17Merge tag 'y2038-alsa-v8-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into for-nextTakashi Iwai8-455/+614
2019-12-14ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai1-0/+4
2019-12-14ALSA: control: remove useless assignment in .info callback of PCM chmap elementTakashi Sakamoto1-1/+0
2019-12-13ALSA: add new 32-bit layout for snd_pcm_mmap_status/controlArnd Bergmann3-31/+47
2019-12-13ALSA: move snd_pcm_ioctl_sync_ptr_compat into pcm_native.cArnd Bergmann2-98/+100
2019-12-13ALSA: Avoid using timespec for struct snd_timer_treadBaolin Wang2-38/+117
2019-12-11ALSA: Avoid using timespec for struct snd_rawmidi_statusBaolin Wang2-94/+125
2019-12-11ALSA: Avoid using timespec for struct snd_pcm_statusBaolin Wang3-124/+138
2019-12-11ALSA: Avoid using timespec for struct snd_timer_statusBaolin Wang2-57/+62
2019-12-11ALSA: Replace timespec with timespec64Baolin Wang3-32/+44
2019-12-06Merge tag 'sound-fix-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds3-0/+6
2019-12-04ALSA: pcm: oss: Avoid potential buffer overflowsTakashi Iwai3-0/+6
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-0/+4
2019-11-20ALSA: pcm: Add card sync_irq fieldTakashi Iwai2-0/+3
2019-11-20ALSA: pcm: Add the support for sync-stop operationTakashi Iwai1-0/+15
2019-11-20ALSA: pcm: Move PCM_RUNTIME_CHECK() macro into local headerTakashi Iwai2-0/+3
2019-11-20ALSA: pcm: Allow NULL ioctl opsTakashi Iwai1-4/+15
2019-11-20ALSA: pcm: Introduce managed buffer allocation modeTakashi Iwai2-13/+82
2019-11-14Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+6
2019-11-13ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed()paulhsia1-2/+6
2019-11-11ALSA: timer: Fix the breakage of slave link openTakashi Iwai1-3/+2
2019-11-09ALSA: pcm: Unexport snd_pcm_sgbuf_ops_pageTakashi Iwai2-2/+6
2019-11-09ALSA: pcm: Yet another missing check of non-cached buffer typeTakashi Iwai1-1/+2
2019-11-08ALSA: timer: Fix possible race at assigning a timer instanceTakashi Iwai2-55/+60
2019-11-08ALSA: timer: Make snd_timer_close() returning voidTakashi Iwai1-11/+7
2019-11-08ALSA: timer: Unify master/slave linking codeTakashi Iwai1-33/+33
2019-11-07Merge branch 'for-linus' into for-nextTakashi Iwai1-10/+20
2019-11-07Merge tag 'asoc-v5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai2-1/+84
2019-11-07Merge tag 'asoc-fix-v5.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-1/+1
2019-11-06ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai1-3/+3
2019-11-06ALSA: timer: Limit max amount of slave instancesTakashi Iwai1-0/+10
2019-11-06Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.5Mark Brown1-1/+1
2019-11-06ALSA: pcm: Create proc files only for non-empty preallocationsTakashi Iwai1-1/+2
2019-11-06ALSA: pcm: Warn if doubly preallocatedTakashi Iwai1-0/+2
2019-11-06ALSA: pcm: Handle special page mapping in the default mmap handlerTakashi Iwai1-1/+13
2019-11-06ALSA: memalloc: Add vmalloc buffer allocation supportTakashi Iwai1-4/+16
2019-11-06ALSA: memalloc: Allow NULL device for SNDRV_DMA_TYPE_CONTINUOUS typeTakashi Iwai1-3/+8
2019-11-04ALSA: pcm: Fix missing check of the new non-cached buffer typeTakashi Iwai1-1/+2
2019-10-30ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai1-7/+17
2019-10-23compat_ioctl: remove translation for sound ioctlsArnd Bergmann1-0/+4
2019-10-21ASoC: compress: fix unsigned integer overflow checkXiaojun Sang1-1/+1