Age | Commit message (Expand) | Author | Files | Lines |
2023-11-10 | Merge tag 'sound-fix-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -8/+13 |
2023-11-09 | ALSA: info: Fix potential deadlock at disconnection | Takashi Iwai | 1 | -8/+13 |
2023-11-02 | Merge tag 'sound-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 3 | -5/+5 |
2023-10-30 | Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
2023-10-26 | ALSA: rawmidi: Replace with __packed attribute | Takashi Iwai | 1 | -2/+2 |
2023-10-26 | ALSA: pcm: Replace with __packed attribute | Takashi Iwai | 1 | -2/+2 |
2023-10-26 | ALSA: control: Replace with __packed attribute | Takashi Iwai | 1 | -1/+1 |
2023-09-25 | sound: Fix snd_pcm_readv()/writev() to use iov access functions | David Howells | 1 | -2/+2 |
2023-09-16 | ALSA: rawmidi: Fix NULL dereference at proc read | Takashi Iwai | 1 | -1/+1 |
2023-09-15 | ALSA: seq: midi: Fix -Wformat-truncation warning | Takashi Iwai | 1 | -2/+2 |
2023-09-15 | ALSA: seq: ump: Fix -Wformat-truncation warning | Takashi Iwai | 1 | -1/+1 |
2023-09-12 | ALSA: core: Use dev_name of card_dev as debugfs directory name | Peter Ujfalusi | 1 | -5/+2 |
2023-09-12 | ALSA: seq: Avoid delivery of events for disabled UMP groups | Takashi Iwai | 2 | -0/+24 |
2023-09-05 | ALSA: seq: Fix snd_seq_expand_var_event() call to user-space | Takashi Iwai | 1 | -2/+7 |
2023-09-02 | ALSA: pcm: Fix error checks of default read/write copy ops | Takashi Iwai | 1 | -4/+4 |
2023-08-29 | ALSA: pcm: Fix missing fixup call in compat hw_refine ioctl | Takashi Iwai | 1 | -2/+6 |
2023-08-26 | ALSA: ump: Fix -Wformat-truncation warnings | Takashi Iwai | 1 | -2/+2 |
2023-08-24 | ALSA: ump: Don't create unused substreams for static blocks | Takashi Iwai | 1 | -6/+37 |
2023-08-24 | ALSA: ump: Fill group names for legacy rawmidi substreams | Takashi Iwai | 1 | -0/+15 |
2023-08-24 | ALSA: usb-audio: Attach legacy rawmidi after probing all UMP EPs | Takashi Iwai | 1 | -0/+2 |
2023-08-24 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -2/+1 |
2023-08-18 | ALSA: pcm: Drop obsoleted PCM copy_user and copy_kernel ops | Takashi Iwai | 2 | -18/+2 |
2023-08-18 | ALSA: core: Add memory copy helpers between iov_iter and iomem | Takashi Iwai | 1 | -8/+48 |
2023-08-18 | ALSA: pcm: Add copy ops with iov_iter | Takashi Iwai | 2 | -45/+68 |
2023-08-17 | ALSA: core: Drop snd_device_initialize() | Takashi Iwai | 1 | -23/+0 |
2023-08-17 | ALSA: seq: Create device with snd_device_alloc() | Takashi Iwai | 1 | -7/+9 |
2023-08-17 | ALSA: timer: Create device with snd_device_alloc() | Takashi Iwai | 1 | -7/+9 |
2023-08-17 | ALSA: compress: Don't embed device | Takashi Iwai | 1 | -6/+10 |
2023-08-17 | ALSA: rawmidi: Don't embed device | Takashi Iwai | 2 | -20/+17 |
2023-08-17 | ALSA: hwdep: Don't embed device | Takashi Iwai | 1 | -17/+21 |
2023-08-17 | ALSA: pcm: Don't embed device | Takashi Iwai | 1 | -9/+13 |
2023-08-17 | ALSA: control: Don't embed ctl_dev | Takashi Iwai | 2 | -8/+10 |
2023-08-17 | ALSA: core: Introduce snd_device_alloc() | Takashi Iwai | 1 | -0/+31 |
2023-07-25 | Merge tag 'asoc-v6.6-early' of https://git.kernel.org/pub/scm/linux/kernel/gi... | Takashi Iwai | 1 | -0/+1 |
2023-07-21 | ALSA: seq: remove redundant unsigned comparison to zero | Wang Weiyang | 1 | -2/+1 |
2023-07-21 | ALSA: vmaster: Add snd_ctl_add_followers() helper | Takashi Iwai | 1 | -0/+28 |
2023-07-20 | ALSA: control: Take lock in snd_ctl_find_id() and snd_ctl_find_numid() | Takashi Iwai | 1 | -2/+18 |
2023-07-20 | ALSA: control: Introduce unlocked version for snd_ctl_find_*() helpers | Takashi Iwai | 4 | -26/+57 |
2023-07-20 | ALSA: control: Make snd_ctl_find_id() argument const | Takashi Iwai | 1 | -1/+1 |
2023-07-20 | ALSA: control: Add lockdep warning to internal functions | Takashi Iwai | 1 | -0/+10 |
2023-07-20 | ALSA: control: Take controls_rwsem lock in snd_ctl_remove() | Takashi Iwai | 3 | -10/+21 |
2023-07-20 | ALSA: control: Take card->controls_rwsem in snd_ctl_rename() | Takashi Iwai | 1 | -1/+3 |
2023-07-17 | ALSA: seq: Fix memory leak at error path in snd_seq_create_port() | Takashi Iwai | 1 | -0/+1 |
2023-07-06 | ALSA: jack: Fix mutex call in snd_jack_report() | Takashi Iwai | 1 | -8/+7 |
2023-07-05 | Merge branch 'topic/midi20' into for-linus | Takashi Iwai | 1 | -1/+1 |
2023-07-05 | ALSA: seq: ump: fix typo in system_2p_ev_to_ump_midi1() | Minjie Du | 1 | -1/+1 |
2023-07-03 | ALSA: pcm: Fix potential data race at PCM memory allocation helpers | Takashi Iwai | 1 | -8/+36 |
2023-06-28 | Merge branch 'topic/midi20' into for-linus | Takashi Iwai | 1 | -1/+1 |
2023-06-28 | ALSA: ump: Correct wrong byte size at converting a UMP System message | Takashi Iwai | 1 | -1/+1 |
2023-06-26 | Merge branch 'for-next' into for-linus | Takashi Iwai | 30 | -314/+4338 |