summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
2023-12-06ALSA: pcm: fix out-of-bounds in snd_pcm_state_namesJason Zhang
2023-11-10Merge tag 'sound-fix-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-11-09ALSA: info: Fix potential deadlock at disconnectionTakashi Iwai
2023-11-02Merge tag 'sound-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-26ALSA: rawmidi: Replace with __packed attributeTakashi Iwai
2023-10-26ALSA: pcm: Replace with __packed attributeTakashi Iwai
2023-10-26ALSA: control: Replace with __packed attributeTakashi Iwai
2023-09-25sound: Fix snd_pcm_readv()/writev() to use iov access functionsDavid Howells
2023-09-16ALSA: rawmidi: Fix NULL dereference at proc readTakashi Iwai
2023-09-15ALSA: seq: midi: Fix -Wformat-truncation warningTakashi Iwai
2023-09-15ALSA: seq: ump: Fix -Wformat-truncation warningTakashi Iwai
2023-09-12ALSA: core: Use dev_name of card_dev as debugfs directory namePeter Ujfalusi
2023-09-12ALSA: seq: Avoid delivery of events for disabled UMP groupsTakashi Iwai
2023-09-05ALSA: seq: Fix snd_seq_expand_var_event() call to user-spaceTakashi Iwai
2023-09-02ALSA: pcm: Fix error checks of default read/write copy opsTakashi Iwai
2023-08-29ALSA: pcm: Fix missing fixup call in compat hw_refine ioctlTakashi Iwai
2023-08-26ALSA: ump: Fix -Wformat-truncation warningsTakashi Iwai
2023-08-24ALSA: ump: Don't create unused substreams for static blocksTakashi Iwai
2023-08-24ALSA: ump: Fill group names for legacy rawmidi substreamsTakashi Iwai
2023-08-24ALSA: usb-audio: Attach legacy rawmidi after probing all UMP EPsTakashi Iwai
2023-08-24Merge branch 'for-linus' into for-nextTakashi Iwai
2023-08-18ALSA: pcm: Drop obsoleted PCM copy_user and copy_kernel opsTakashi Iwai
2023-08-18ALSA: core: Add memory copy helpers between iov_iter and iomemTakashi Iwai
2023-08-18ALSA: pcm: Add copy ops with iov_iterTakashi Iwai
2023-08-17ALSA: core: Drop snd_device_initialize()Takashi Iwai
2023-08-17ALSA: seq: Create device with snd_device_alloc()Takashi Iwai
2023-08-17ALSA: timer: Create device with snd_device_alloc()Takashi Iwai
2023-08-17ALSA: compress: Don't embed deviceTakashi Iwai
2023-08-17ALSA: rawmidi: Don't embed deviceTakashi Iwai
2023-08-17ALSA: hwdep: Don't embed deviceTakashi Iwai
2023-08-17ALSA: pcm: Don't embed deviceTakashi Iwai
2023-08-17ALSA: control: Don't embed ctl_devTakashi Iwai
2023-08-17ALSA: core: Introduce snd_device_alloc()Takashi Iwai
2023-07-25Merge tag 'asoc-v6.6-early' of https://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai
2023-07-21ALSA: seq: remove redundant unsigned comparison to zeroWang Weiyang
2023-07-21ALSA: vmaster: Add snd_ctl_add_followers() helperTakashi Iwai
2023-07-20ALSA: control: Take lock in snd_ctl_find_id() and snd_ctl_find_numid()Takashi Iwai
2023-07-20ALSA: control: Introduce unlocked version for snd_ctl_find_*() helpersTakashi Iwai
2023-07-20ALSA: control: Make snd_ctl_find_id() argument constTakashi Iwai
2023-07-20ALSA: control: Add lockdep warning to internal functionsTakashi Iwai
2023-07-20ALSA: control: Take controls_rwsem lock in snd_ctl_remove()Takashi Iwai
2023-07-20ALSA: control: Take card->controls_rwsem in snd_ctl_rename()Takashi Iwai
2023-07-17ALSA: seq: Fix memory leak at error path in snd_seq_create_port()Takashi Iwai
2023-07-06ALSA: jack: Fix mutex call in snd_jack_report()Takashi Iwai
2023-07-05Merge branch 'topic/midi20' into for-linusTakashi Iwai
2023-07-05ALSA: seq: ump: fix typo in system_2p_ev_to_ump_midi1()Minjie Du
2023-07-03ALSA: pcm: Fix potential data race at PCM memory allocation helpersTakashi Iwai
2023-06-28Merge branch 'topic/midi20' into for-linusTakashi Iwai
2023-06-28ALSA: ump: Correct wrong byte size at converting a UMP System messageTakashi Iwai