summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
26 hoursMerge tag 'sound-fix-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2 daysALSA: control: Don't add invalid kcontrols to LED layerTakashi Iwai
4 daysALSA: rawmidi: Another workaround for false-positive mutex lockdep warningTakashi Iwai
9 daysMerge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-08-14ALSA: core: Fix use-after-free in snd_card_do_free()Aleksandr Nogikh
2026-08-13ALSA: seq: midi: Serialize input teardown with event_inputJohn Keeping
2026-08-13ALSA: seq: midi: Optimize event_input locking with RCUTakashi Iwai
2026-08-13ALSA: kunit: Drop __force castsTakashi Iwai
2026-08-13ALSA: oss: Drop __force castsTakashi Iwai
2026-08-13ALSA: control: Drop __force castsTakashi Iwai
2026-08-13ALSA: pcm: Drop __force castsTakashi Iwai
2026-08-12ALSA: seq: Drop the dead struct snd_seq_event_bounceHyeongJun An
2026-08-11ALSA: seq: Don't leak the extension cell pointer in the bounce payloadHyeongJun An
2026-08-10ALSA: seq: Use RCU for the UMP client output substreamTakashi Iwai
2026-08-10ALSA: seq: Use RCU for the virmidi file listTakashi Iwai
2026-08-10ALSA: seq: Use RCU for the client tableTakashi Iwai
2026-08-10ALSA: seq: Use RCU for the client port listTakashi Iwai
2026-08-10ALSA: seq: Use RCU for the port subscriber listTakashi Iwai
2026-08-08ALSA: ump: Fix corrupted data bytes at MIDI 1.0 SysEx to UMP conversionHyeongJun An
2026-08-06mm: introduce vma_get_page_prot() and use itLorenzo Stoakes
2026-08-06ALSA: rawmidi: Work around false-positive mutex lockdep warningTakashi Iwai
2026-08-05ALSA: control: add ioctl to retrieve full card componentsMaciej Strozek
2026-08-05ALSA: control: tidy up whitespacesMaciej Strozek
2026-07-30Merge branch 'for-linus' into for-nextTakashi Iwai
2026-07-28ALSA: pcm: wake linked drain waiters on unlinkNorbert Szetei
2026-07-26ALSA: timer: Clear SNDRV_TIMER_IFLG_DEAD once the close completesNorbert Szetei
2026-07-26ALSA: ump: fix double free of out_cvts on rawmidi errorBaul Lee
2026-07-25ALSA: seq: Fix division by zero in initialize_timer()Norbert Szetei
2026-07-20ALSA: timer: drain a slave's callback before its master detaches itNorbert Szetei
2026-07-20ALSA: timer: don't re-enter an instance callback that is still runningNorbert Szetei
2026-07-14ALSA: seq: close a re-opened queue timer in the destructorNorbert Szetei
2026-07-13ALSA: core: Clean up file_operations definitionsbui duc phuc
2026-07-08ALSA: control: preserve snd_card_file_add() error code in snd_ctl_open()bui duc phuc
2026-07-08ALSA: pcm: Return -ENODEV instead of -EFAULT in snd_pcm_open()bui duc phuc
2026-07-08ALSA: pcm: oss: Return -ENODEV instead of -EFAULT in snd_pcm_oss_open()bui duc phuc
2026-07-08ALSA: mixer: oss: Return -ENODEV instead of -EFAULT in snd_mixer_oss_open()bui duc phuc
2026-07-08ALSA: info: Return -ENODEV instead of -EFAULT in alloc_info_private()bui duc phuc
2026-07-08ALSA: hwdep: Return -ENODEV instead of -EFAULT in snd_hwdep_open()bui duc phuc
2026-07-08ALSA: control: Return -ENODEV instead of -EFAULT in snd_ctl_open()bui duc phuc
2026-07-07ALSA: core: use ARRAY_SIZE() in snd_minor_info_read()bui duc phuc
2026-07-03ALSA: core: propagate actual error code from register_chrdevbui duc phuc
2026-07-03ALSA: timer: Drop redundant stream_open() return checkbui duc phuc
2026-07-03ALSA: seq: Drop redundant stream_open() return checkbui duc phuc
2026-07-03ALSA: rawmidi: Drop redundant stream_open() return checkbui duc phuc
2026-07-03ALSA: pcm: Drop redundant nonseekable_open() return checkbui duc phuc
2026-07-03ALSA: pcm: oss: Drop redundant nonseekable_open() return checkbui duc phuc
2026-07-03ALSA: mixer: oss: Drop redundant nonseekable_open() return checkbui duc phuc
2026-07-03ALSA: control: Drop redundant stream_open() return checkbui duc phuc
2026-06-29ALSA: pcm: Notify disconnected state at mmap data fault, tooTakashi Iwai
2026-06-24ALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup()HyeongJun An