summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2025-12-07ALSA: Do not build obsolete APIDavid Heidelberg1-1/+1
2025-12-01ALSA: rawmidi: Fix inconsistent indenting warning reported by smatchHariKrishna Sagala1-4/+1
2025-11-21ALSA: pcm: Harden the spk_alloc assumption checkUmang Jain1-1/+1
2025-10-02Merge tag 'sound-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds20-769/+552
2025-09-20Merge tag 'asoc-v6.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-0/+2
2025-09-17ALSA: seq: Fix KCSAN data-race warning at snd_seq_fifo_poll_wait()Takashi Iwai1-0/+1
2025-09-16ALSA: pcm: Disable bottom softirqs as part of spin_lock_irq() on PREEMPT_RTSebastian Andrzej Siewior1-10/+15
2025-09-09ALSA: hrtimer: Avoid direct access to hrtimer clockbaseThomas Weißschuh1-1/+1
2025-09-08ALSA: compress_offload: Add SNDRV_COMPRESS_AVAIL64 ioctlJoris Verhaegen1-15/+28
2025-09-08ALSA: compress_offload: Add SNDRV_COMPRESS_TSTAMP64 ioctlJoris Verhaegen1-6/+13
2025-09-08ALSA: compress_offload: Add 64-bit safe timestamp infrastructureJoris Verhaegen1-17/+35
2025-09-01ALSA: misc: Use guard() for spin locksTakashi Iwai1-15/+10
2025-08-29ALSA: seq: oss/rw: Cleanup with guardTakashi Iwai2-12/+3
2025-08-29ALSA: seq: oss/synth: Clean up with guard and auto cleanupTakashi Iwai1-73/+52
2025-08-29ALSA: seq: oss/midi: Cleanup with guard and auto-cleanupTakashi Iwai1-80/+36
2025-08-29ALSA: seq: oss: Clean up core code with guard()Takashi Iwai1-17/+7
2025-08-29ALSA: seq: Clean up fifo locking with guardTakashi Iwai3-13/+6
2025-08-29ALSA: seq: Clean up queue locking with auto cleanupTakashi Iwai4-81/+39
2025-08-29ALSA: seq: Clean up port locking with auto cleanupTakashi Iwai3-93/+53
2025-08-29ALSA: seq: Use auto-cleanup for client refcountingTakashi Iwai3-146/+86
2025-08-29ALSA: seq: Use guard() for mutex and rwsem locksTakashi Iwai1-120/+110
2025-08-29ALSA: seq: Clean up spin lock with guard()Takashi Iwai2-44/+47
2025-08-29ALSA: seq: Simplify internal command operation from OSS layerTakashi Iwai3-52/+35
2025-08-28ASoC: renesas: msiof: Make small adjustments to avoidMark Brown1-2/+2
2025-08-27ALSA: pcm: oss: Use guard() for spin locksTakashi Iwai1-2/+1
2025-08-21ALSA: timer: fix ida_free call while not allocatedDewei Meng1-2/+2
2025-08-10ASoC: dmaengine_pcm: Add port_window_size to DAI dma data structChancel Liu1-0/+2
2025-07-11ALSA: core: Copy string more safelyTakashi Iwai1-9/+7
2025-07-11ALSA: seq: Use safer strscpy() instead of strcpy()Takashi Iwai6-8/+8
2025-07-11ALSA: rawmidi: Use safer strscpy() instead of strcpy()Takashi Iwai1-3/+3
2025-07-11ALSA: control: Use safer strscpy() instead of strcpy()Takashi Iwai1-1/+1
2025-07-11Merge branch 'for-linus' into for-nextTakashi Iwai1-24/+24
2025-07-10ALSA: compress_offload: tighten ioctl command number checksArnd Bergmann1-24/+24
2025-06-30ALSA: hrtimer: Replace deprecated strcpy() with strscpy()Thorsten Blum1-1/+2
2025-06-30ALSA: timer: Replace deprecated strcpy() with strscpy()Thorsten Blum1-1/+1
2025-06-23ALSA: mixer_oss: Remove deprecated strcpy() function callsThorsten Blum1-5/+5
2025-06-16ALSA: pcm: Convert snd_pcm_sync_ptr() to user_access_begin/user_access_end()Christophe Leroy1-20/+18
2025-06-16ALSA: pcm: Replace [audio_]tstamp_[n]sec by struct __snd_timespec in struct s...Christophe Leroy2-12/+8
2025-06-14ALSA: pcm: Convert SNDRV_PCM_IOCTL_SYNC_PTR to user_access_begin/user_access_...Christophe Leroy1-16/+28
2025-06-14ALSA: pcm: refactor copy from/to user in SNDRV_PCM_IOCTL_SYNC_PTRChristophe Leroy2-24/+32
2025-06-09ALSA: pcm: Rewrite recalculate_boundary() to avoid costly loopChristophe Leroy1-4/+15
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-2/+2
2025-06-06Merge tag 'usb-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+4
2025-05-22Merge branch 'for-linus' into for-nextTakashi Iwai3-3/+13
2025-05-22ALSA: core: fix up bus match const issues.Greg Kroah-Hartman1-1/+1
2025-05-16ALSA: pcm: Fix race of buffer access at PCM OSS layerTakashi Iwai2-2/+12
2025-05-16Merge branch 'for-linus' into for-nextTakashi Iwai3-19/+52
2025-05-11ALSA: seq: Fix delivery of UMP events to group portsTakashi Iwai3-19/+52
2025-05-08ALSA: core: use snd_kcontrol_chip()Kuninori Morimoto1-7/+7
2025-05-05ALSA: core: Remove unused snd_jack_set_parentDr. David Alan Gilbert1-19/+0