summaryrefslogtreecommitdiffstats
path: root/sound/core
AgeCommit message (Expand)Author
2021-02-17Merge tag 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai
2021-02-17Merge remote-tracking branch 'asoc/for-5.12' into asoc-linusMark Brown
2021-02-10ALSA: core - add missing compress device type to /proc/asound/devicesJaroslav Kysela
2021-02-08ALSA: pcm: Use for_each_pcm_substream() macroTakashi Iwai
2021-02-08ALSA: pcm: Don't call sync_stop if it hasn't been stoppedTakashi Iwai
2021-02-08ALSA: pcm: Assure sync with the pending stop operation at suspendTakashi Iwai
2021-02-08ALSA: pcm: Call sync_stop at disconnectionTakashi Iwai
2021-02-05ASoC: dmaengine_pcm: add peripheral configurationShengjiu Wang
2021-02-02ALSA: core: Fix the debugfs removal at snd_card_free()Takashi Iwai
2021-02-02Merge branch 'for-linus' into for-nextTakashi Iwai
2021-02-02ALSA: jack: implement software jack injection via debugfsHui Wang
2021-01-23ALSA: pcm: One more dependency for hw constraintsTakashi Iwai
2021-01-18Merge branch 'for-linus' into for-nextTakashi Iwai
2021-01-15ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches
2021-01-07Merge branch 'for-linus' into for-nextTakashi Iwai
2020-12-25ALSA: oss: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen
2020-12-25ALSA: core: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen
2020-12-23Merge tag 'sound-fix-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-21ALSA: core: Remove redundant commentsYangHui
2020-12-18ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai
2020-12-18ALSA: pcm: Clear the full allocated memory at hw_paramsTakashi Iwai
2020-12-18ALSA: memalloc: Align buffer allocations in page sizeTakashi Iwai
2020-12-18ALSA: pcm: Remove snd_pcm_lib_preallocate_dma_free()Lars-Peter Clausen
2020-12-17ALSA: core: memalloc: add page alignment for iramRobin Gong
2020-12-15Merge tag 'sound-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-12-15ALSA: pcm: use krealloc_array()Bartosz Golaszewski
2020-12-14ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai
2020-12-06ALSA: rawmidi: Access runtime->avail always in spinlockTakashi Iwai
2020-12-06ALSA: seq: Use bool for snd_seq_queue internal flagsTakashi Iwai
2020-11-27ALSA: compress: allow pause and resume during drainingGyeongtaek Lee
2020-11-24Merge branch 'topic/usb-audio-refactoring' into for-nextTakashi Iwai
2020-11-13ALSA: ctl: fix error path at adding user-defined element setTakashi Sakamoto
2020-11-04ALSA: seq: remove useless functionYu Hao
2020-10-26ALSA: fix kernel-doc markupsMauro Carvalho Chehab
2020-09-23ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai
2020-09-22ALSA: ctl: Workaround for lockdep warning wrt card->ctl_files_rwlockTakashi Iwai
2020-09-21ALSA: compat_ioctl: avoid compat_alloc_user_spaceArnd Bergmann
2020-09-09ALSA: timer: Replace tasklet with workTakashi Iwai
2020-09-09Merge branch 'for-linus' into for-nextTakashi Iwai
2020-09-03ALSA: rawmidi: (cosmetic) align function parametersPierre-Louis Bossart
2020-09-03ALSA: core: init: use DECLARE_COMPLETION_ONSTACK() macroPierre-Louis Bossart
2020-09-03ALSA: compress_offload: remove redundant initializationPierre-Louis Bossart
2020-09-03ALSA: compress_offload: dereference after checking for NULL pointerPierre-Louis Bossart
2020-09-03ALSA: core: timer: clarify operator precedencePierre-Louis Bossart
2020-09-03ALSA: core: timer: remove redundant assignmentPierre-Louis Bossart
2020-09-03ALSA: core: pcm_memory: dereference pointer after NULL checksPierre-Louis Bossart
2020-09-03ALSA: core: memalloc: fix fallthrough positionPierre-Louis Bossart
2020-09-03ALSA: core: pcm: simplify locking for timersPierre-Louis Bossart
2020-09-02Merge branch 'topic/tasklet-convert' into for-linusTakashi Iwai