summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
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
2023-06-26Merge branch 'for-next' into for-linusTakashi Iwai
2023-06-25ALSA: pcm: fix ELD constraints for (E)AC3, DTS(-HD) and MLP formatsMatthias Reichl
2023-06-23Merge branch 'topic/midi20' into for-nextTakashi Iwai
2023-06-23ALSA: ump: Export MIDI1 / UMP conversion helpersTakashi Iwai
2023-06-21Merge branch 'topic/midi20' into for-nextTakashi Iwai
2023-06-21ALSA: ump: Export snd_ump_receive_ump_val()Takashi Iwai
2023-06-21ALSA: ump: Add no_process_stream flagTakashi Iwai
2023-06-21ALSA: ump: Add helper to change MIDI protocolTakashi Iwai
2023-06-21sound: make all 'class' structures constIvan Orlov