Age | Commit message (Expand) | Author |
2019-09-19 | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2019-09-09 | Merge branch 'asoc-5.4' into asoc-next | Mark Brown |
2019-09-04 | ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_* | Christoph Hellwig |
2019-08-28 | ALSA: pcm: add support for 352.8KHz and 384KHz sample rate | Vidyakumar Athota |
2019-08-25 | ALSA: seq: Fix potential concurrent access to the deleted pool | Takashi Iwai |
2019-07-29 | ALSA: pcm: fix lost wakeup event scenarios in snd_pcm_drain | Yuki Tsunashima |
2019-07-23 | ALSA: compress: Be more restrictive about when a drain is allowed | Charles Keepax |
2019-07-23 | ALSA: compress: Don't allow paritial drain operations on capture streams | Charles Keepax |
2019-07-23 | ALSA: compress: Prevent bypasses of set_params | Charles Keepax |
2019-07-23 | ALSA: compress: Fix regression on compressed capture streams | Charles Keepax |
2019-07-19 | ALSA: pcm: Fix refcount_inc() on zero usage | Takashi Iwai |
2019-07-16 | ALSA: seq: Break too long mutex context in the write loop | Takashi Iwai |
2019-07-08 | Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai |
2019-07-01 | Merge branch 'for-linus' into for-next | Takashi Iwai |
2019-06-28 | ALSA: seq: fix incorrect order of dest_client/dest_ports arguments | Colin Ian King |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372 | Thomas Gleixner |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345 | Thomas Gleixner |
2019-05-31 | ALSA: control: Use struct_size() | Takashi Iwai |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167 | Thomas Gleixner |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151 | Thomas Gleixner |
2019-05-24 | ALSA: pcm: oss: Use struct_size() helper | Gustavo A. R. Silva |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-09 | Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds |
2019-05-06 | *: convert stream-like files from nonseekable_open -> stream_open | Kirill Smelkov |
2019-05-06 | Merge branch 'for-linus' into for-next | Takashi Iwai |
2019-04-17 | ALSA: core: Don't refer to snd_cards array directly | Takashi Iwai |
2019-04-16 | ALSA: core: Fix card races between register and disconnect | Takashi Iwai |
2019-04-16 | ALSA: info: Fix racy addition/deletion of nodes | Takashi Iwai |
2019-04-15 | ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock() | Takashi Iwai |
2019-04-13 | Merge branch 'for-linus' into for-next | Takashi Iwai |
2019-04-12 | ALSA: seq: Protect racy pool manipulation from OSS sequencer | Takashi Iwai |
2019-04-12 | ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helper | Takashi Iwai |
2019-04-12 | ALSA: seq: Cover unsubscribe_port() in list_mutex | Takashi Iwai |
2019-04-11 | Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex" | Takashi Iwai |
2019-04-10 | ALSA: timer: Coding style fixes | Takashi Iwai |
2019-04-10 | ALSA: timer: Simplify error path in snd_timer_open() | Takashi Iwai |
2019-04-09 | ALSA: seq: Fix race of get-subscription call vs port-delete ioctls | Takashi Iwai |
2019-04-09 | ALSA: seq: Protect in-kernel ioctl calls with mutex | Takashi Iwai |
2019-04-09 | ALSA: seq: Remove superfluous irqsave flags | Takashi Iwai |
2019-04-09 | ALSA: seq: Align temporary re-locking with irqsave version | Takashi Iwai |
2019-04-09 | ALSA: seq: Use kvmalloc() for cell pools | Takashi Iwai |
2019-04-09 | ALSA: timer: Revert active callback sync check at close | Takashi Iwai |
2019-04-05 | ALSA: seq: Fix OOB-reads from strlcpy | Zubin Mithra |
2019-03-28 | Merge branch 'topic/timer-fixes' into for-next | Takashi Iwai |
2019-03-27 | ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, ... | Takashi Iwai |
2019-03-27 | ALSA: timer: Make snd_timer_close() really kill pending actions | Takashi Iwai |
2019-03-27 | ALSA: timer: Check ack_list emptiness instead of bit flag | Takashi Iwai |