- 0c8e97c Merge tag 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 4 years ago
- 0969db0 Merge remote-tracking branch 'asoc/for-5.12' into asoc-linus by Mark Brown · 4 years ago
- 2c28156 ALSA: core - add missing compress device type to /proc/asound/devices by Jaroslav Kysela · 4 years ago
- 8d19b4e ALSA: pcm: Use for_each_pcm_substream() macro by Takashi Iwai · 4 years ago
- 700cb70 ALSA: pcm: Don't call sync_stop if it hasn't been stopped by Takashi Iwai · 4 years ago
- 2c87c1a ALSA: pcm: Assure sync with the pending stop operation at suspend by Takashi Iwai · 4 years ago
- 29bb274 ALSA: pcm: Call sync_stop at disconnection by Takashi Iwai · 4 years ago
- 500c9f8 ASoC: dmaengine_pcm: add peripheral configuration by Shengjiu Wang · 4 years ago
- 3c4ab49 ALSA: core: Fix the debugfs removal at snd_card_free() by Takashi Iwai · 4 years ago
- 5c953a2 Merge branch 'for-linus' into for-next by Takashi Iwai · 4 years ago
- 2d670ea ALSA: jack: implement software jack injection via debugfs by Hui Wang · 4 years ago
- 23b53d4 ALSA: pcm: One more dependency for hw constraints by Takashi Iwai · 4 years ago
- c09e28c Merge branch 'for-linus' into for-next by Takashi Iwai · 4 years ago
- 217bfbb ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info() by Takashi Iwai · 4 years ago
- 75b1a8f ALSA: Convert strlcpy to strscpy when return value is unused by Joe Perches · 4 years ago
- 6dcb8bf Merge branch 'for-linus' into for-next by Takashi Iwai · 4 years ago
- 6b5edf1 ALSA: oss: Use DIV_ROUND_CLOSEST() instead of open-coding it by Lars-Peter Clausen · 4 years, 1 month ago
- afcfbcb ALSA: core: Use DIV_ROUND_UP() instead of open-coding it by Lars-Peter Clausen · 4 years, 1 month ago
- 58cf05f Merge tag 'sound-fix-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 1 month ago
- 8b7c764 ALSA: core: Remove redundant comments by YangHui · 4 years, 1 month ago
- 11cb881 ALSA: pcm: oss: Fix a few more UBSAN fixes by Takashi Iwai · 4 years, 1 month ago
- 618de0f ALSA: pcm: Clear the full allocated memory at hw_params by Takashi Iwai · 4 years, 1 month ago
- 5c1733e ALSA: memalloc: Align buffer allocations in page size by Takashi Iwai · 4 years, 1 month ago
- f228336 ALSA: pcm: Remove snd_pcm_lib_preallocate_dma_free() by Lars-Peter Clausen · 4 years, 1 month ago
- 74c64ef ALSA: core: memalloc: add page alignment for iram by Robin Gong · 4 years, 1 month ago
- c367caf Merge tag 'sound-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 1 month ago
- 64f0bd1 ALSA: pcm: use krealloc_array() by Bartosz Golaszewski · 4 years, 1 month ago
- 175b8d8 ALSA: pcm: oss: Fix potential out-of-bounds shift by Takashi Iwai · 4 years, 1 month ago
- 88a06d6 ALSA: rawmidi: Access runtime->avail always in spinlock by Takashi Iwai · 4 years, 1 month ago
- 4ebd470 ALSA: seq: Use bool for snd_seq_queue internal flags by Takashi Iwai · 4 years, 1 month ago
- 9be9f2d ALSA: compress: allow pause and resume during draining by Gyeongtaek Lee · 4 years, 2 months ago
- 4390628 Merge branch 'topic/usb-audio-refactoring' into for-next by Takashi Iwai · 4 years, 2 months ago
- 95a793c ALSA: ctl: fix error path at adding user-defined element set by Takashi Sakamoto · 4 years, 2 months ago
- 1a6a071 ALSA: seq: remove useless function by Yu Hao · 4 years, 2 months ago
- f7b6603 ALSA: fix kernel-doc markups by Mauro Carvalho Chehab · 4 years, 3 months ago
- 2759caa ALSA: seq: oss: Avoid mutex lock for a long-time ioctl by Takashi Iwai · 4 years, 4 months ago
- 6564d0a ALSA: ctl: Workaround for lockdep warning wrt card->ctl_files_rwlock by Takashi Iwai · 4 years, 4 months ago
- 18d122c ALSA: compat_ioctl: avoid compat_alloc_user_space by Arnd Bergmann · 4 years, 4 months ago
- bf08359 ALSA: timer: Replace tasklet with work by Takashi Iwai · 4 years, 4 months ago
- 9ddb236 Merge branch 'for-linus' into for-next by Takashi Iwai · 4 years, 4 months ago
- 93fcef8 ALSA: rawmidi: (cosmetic) align function parameters by Pierre-Louis Bossart · 4 years, 5 months ago
- bec206d ALSA: core: init: use DECLARE_COMPLETION_ONSTACK() macro by Pierre-Louis Bossart · 4 years, 5 months ago
- 9725ce3 ALSA: compress_offload: remove redundant initialization by Pierre-Louis Bossart · 4 years, 5 months ago
- cd91fd9f ALSA: compress_offload: dereference after checking for NULL pointer by Pierre-Louis Bossart · 4 years, 5 months ago
- 3bcf8ee ALSA: core: timer: clarify operator precedence by Pierre-Louis Bossart · 4 years, 5 months ago
- 6363256 ALSA: core: timer: remove redundant assignment by Pierre-Louis Bossart · 4 years, 5 months ago
- b658cbab ALSA: core: pcm_memory: dereference pointer after NULL checks by Pierre-Louis Bossart · 4 years, 5 months ago
- b1c1412 ALSA: core: memalloc: fix fallthrough position by Pierre-Louis Bossart · 4 years, 5 months ago
- 931522b ALSA: core: pcm: simplify locking for timers by Pierre-Louis Bossart · 4 years, 5 months ago
- 6bde8ef Merge branch 'topic/tasklet-convert' into for-linus by Takashi Iwai · 4 years, 5 months ago
- d1a58aa ALSA: core: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 5 months ago
- 949a1eb ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity check by Takashi Iwai · 4 years, 5 months ago
- 3f9df56 Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 5 months ago
- 80982c7 ALSA: seq: oss: Serialize ioctls by Takashi Iwai · 4 years, 5 months ago
- 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
- 3b5d1af Merge branch 'for-next' into for-linus by Takashi Iwai · 4 years, 6 months ago
- 8c26c87 Merge tag 'sound-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into master by Linus Torvalds · 4 years, 6 months ago
- 9ab0cb3 ALSA: Replace the word "slave" in vmaster API by Takashi Iwai · 4 years, 6 months ago
- 60379ba ALSA: info: Drop WARN_ON() from buffer NULL sanity check by Takashi Iwai · 4 years, 6 months ago
- 7d50b29 Revert "ALSA: pcm: Use SG-buffer only when direct DMA is available" by Takashi Iwai · 4 years, 6 months ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 8 months ago
- c0dbbda ALSA: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
- 63e1968 Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 6 months ago
- 467fd0e ALSA: pcm: Fix build error on m68k and others by Takashi Iwai · 4 years, 6 months ago
- f79a732 ALSA: compress: fix partial_drain completion state by Vinod Koul · 4 years, 7 months ago
- 713bdcb ALSA: core: pcm_iec958: fix kernel-doc by Pierre-Louis Bossart · 4 years, 7 months ago
- 81033c6 ALSA: core: Warn on empty module by Takashi Iwai · 4 years, 7 months ago
- 3ad796c ALSA: pcm: Use SG-buffer only when direct DMA is available by Takashi Iwai · 4 years, 7 months ago
- 2a1f336 ALSA: memalloc: Make SG-buffer helper usable for continuous buffer, too by Takashi Iwai · 4 years, 7 months ago
- 28e60db ALSA: memalloc: Initialize all fields of snd_dma_buffer properly by Takashi Iwai · 4 years, 7 months ago
- d955dab ALSA: pcm: Use dma_mmap_coherent() on x86, too by Takashi Iwai · 4 years, 7 months ago
- e0154bd Merge tag 'sound-fix-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 7 months ago
- c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
- e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
- 951e2736 ALSA: pcm: disallow linking stream to itself by Michał Mirosław · 4 years, 7 months ago
- e18035c ALSA: pcm: fix snd_pcm_link() lockdep splat by Michał Mirosław · 4 years, 7 months ago
- 631d691 Merge tag 'sound-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 8 months ago
- 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 8 months ago
- 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 8 months ago
- 4fdea58 Merge branch 'uaccess.__put_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 8 months ago
- d54b64e Merge tag 'sound-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 8 months ago
- 6d28484 Merge branch 'for-linus' into for-next by Takashi Iwai · 4 years, 8 months ago
- fb8cd64 ALSA: hwdep: fix a left shifting 1 by 31 UB bug by Changming Liu · 4 years, 8 months ago
- f5ca7a7 Merge tag 'sound-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 8 months ago
- e7513c5 ALSA: pcm: fix incorrect hw_base increase by Brent Lu · 4 years, 8 months ago
- 1742bcd Merge tag 'sound-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 8 months ago
- 9ad06eb ALSA: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
- c1f6e3c ALSA: rawmidi: Fix racy buffer resize under concurrent accesses by Takashi Iwai · 4 years, 8 months ago
- c536419 Merge tag 'sound-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 9 months ago
- 25cba461 ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtime by YueHaibing · 4 years, 9 months ago
- ebe6976 pcm_native: result of put_user() needs to be checked by Al Viro · 4 years, 10 months ago
- ac957e8 ALSA: pcm: oss: Place the plugin buffer overflow checks correctly (for 5.7) by Takashi Iwai · 4 years, 9 months ago
- 4aafdf6 Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 9 months ago
- ff7e06a ALSA: pcm: oss: Fix regression by buffer overflow fix (again) by Takashi Iwai · 4 years, 10 months ago
- 848960e Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 10 months ago
- 8f1073e Merge branch 'pm-qos' by Rafael J. Wysocki · 4 years, 10 months ago
- 3c22bae Merge tag 'asoc-v5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 4 years, 10 months ago
- aa21c3d Merge branch 'for-next' into for-linus by Takashi Iwai · 4 years, 10 months ago
- 1c521d7 Merge branch 'asoc-5.7' into asoc-next by Mark Brown · 4 years, 10 months ago
- c208a53 ALSA: core: Add snd_device_get_state() helper by Takashi Iwai · 4 years, 10 months ago