aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-15ALSA: control: Add input validationTakashi Iwai2-20/+59
2022-06-15ALSA: control: Drop superfluous ifdef CONFIG_SND_CTL_DEBUGTakashi Iwai1-16/+0
2022-06-15ALSA: control: Rename CONFIG_SND_CTL_VALIDATION to CONFIG_SND_CTL_DEBUGTakashi Iwai2-8/+13
2022-06-15ALSA: control: Use xarray for faster lookupsTakashi Iwai3-32/+162
2022-05-30Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-2/+0
2022-05-17ALSA: seq: replace ternary operator with max()Guo Zhengkui1-1/+1
2022-05-16m68k: coldfire: drop ISA_DMA_API supportArnd Bergmann1-2/+0
2022-04-25ALSA: pcm: Check for null pointer of pointer substream before dereferencing itColin Ian King1-1/+2
2022-04-14Merge tag 'sound-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds3-2/+139
2022-04-13Merge branch 'for-linus' into for-nextTakashi Iwai3-2/+139
2022-04-13Merge branch 'topic/cs35l41' into for-nextTakashi Iwai2-18/+18
2022-04-13ALSA: memalloc: Add fallback SG-buffer allocations for x86Takashi Iwai1-1/+110
2022-04-12ALSA: jack: Access input_dev under mutexAmadeusz Sławiński1-7/+27
2022-04-12ALSA: core: Add snd_card_free_on_error() helperTakashi Iwai1-0/+28
2022-04-11ALSA: pcm: Test for "silence" field in struct "pcm_format_data"Fabio M. De Francesco1-1/+1
2022-04-01Merge tag 'sound-fix-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds3-11/+38
2022-03-30ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai3-11/+38
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-18/+18
2022-03-22ALSA: pcm: Add stream lock during PCM reset ioctl operationsTakashi Iwai1-0/+4
2022-03-22ALSA: pcm: Fix races among concurrent prealloc proc writesTakashi Iwai1-4/+7
2022-03-22ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free callsTakashi Iwai1-14/+18
2022-03-22ALSA: pcm: Fix races among concurrent read/write and buffer changesTakashi Iwai1-0/+4
2022-03-22ALSA: pcm: Fix races among concurrent hw_params and hw_free callsTakashi Iwai2-22/+41
2022-03-21Merge branch 'for-next' into for-linusTakashi Iwai3-17/+18
2022-03-18ALSA: oss: Release temporary buffers upon errorsTakashi Iwai1-13/+15
2022-03-18ALSA: oss: Fix PCM OSS buffer allocation overflowTakashi Iwai2-5/+12
2022-03-18ALSA: core: Fix typo in 'PCM Timer Interface' helpElijah Harding1-1/+1
2022-03-15x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada2-18/+18
2022-03-14ALSA: seq: oss: fix typoJulia Lawall1-1/+1
2022-03-13ALSA: seq: oss: use kzallocJulia Lawall1-2/+1
2022-02-10ALSA: memalloc: invalidate SG pages before syncTakashi Iwai1-1/+1
2022-02-10ALSA: memalloc: Fix dma_need_sync() checksTakashi Iwai1-4/+9
2022-02-01Merge tag 'asoc-fix-v5.17-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+13
2022-01-28ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locksTakashi Iwai1-0/+13
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-2/+2
2022-01-19ALSA: core: Simplify snd_power_ref_and_wait() with the standard macroTakashi Iwai1-20/+5
2022-01-17ALSA: core: Fix SSID quirk lookup for subvendor=0Takashi Iwai1-1/+1
2022-01-06ALSA: seq: virmidi: Add a drain operationStefan Sauer1-0/+11
2022-01-05Merge tag 'asoc-v5.17' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai2-3/+19
2022-01-05Merge branch 'for-next' into for-linusTakashi Iwai9-215/+73
2021-12-22ALSA: rawmidi - fix the uninitalized user_pversionJaroslav Kysela1-0/+1
2021-12-17Merge tag 'dmaengine_topic_slave_id_removal_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine into v4_20211204_digetx_support_hdmi_audio_on_nvidia_tegra20Mark Brown1-3/+2
2021-12-17ASoC: dai_dma: remove slave_id fieldArnd Bergmann1-3/+2
2021-12-13ALSA: jack: Check the return value of kstrdup()Xiaoke Wang1-0/+4
2021-12-07ALSA: seq: Set upper limit of processed eventsTakashi Iwai1-2/+12
2021-12-06ALSA: oss: remove useless NULL check before kfreeBernard Zhao1-4/+2
2021-12-02ALSA: ctl: Fix copy of updated id with element read/writeAlan Young1-0/+3
2021-12-02ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai1-2/+9
2021-12-02ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai1-1/+1
2021-12-02ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai1-9/+15