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