summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2021-02-171-0/+2
|\
| * Merge remote-tracking branch 'asoc/for-5.12' into asoc-linusMark Brown2021-02-171-0/+2
| |\
| | * ASoC: dmaengine_pcm: add peripheral configurationShengjiu Wang2021-02-051-0/+2
* | | ALSA: core - add missing compress device type to /proc/asound/devicesJaroslav Kysela2021-02-101-0/+2
* | | ALSA: pcm: Use for_each_pcm_substream() macroTakashi Iwai2021-02-084-44/+38
* | | ALSA: pcm: Don't call sync_stop if it hasn't been stoppedTakashi Iwai2021-02-081-2/+3
* | | ALSA: pcm: Assure sync with the pending stop operation at suspendTakashi Iwai2021-02-081-1/+7
* | | ALSA: pcm: Call sync_stop at disconnectionTakashi Iwai2021-02-084-8/+17
* | | ALSA: core: Fix the debugfs removal at snd_card_free()Takashi Iwai2021-02-021-5/+4
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2021-02-021-2/+2
|\| |
| * | ALSA: pcm: One more dependency for hw constraintsTakashi Iwai2021-01-231-2/+2
* | | ALSA: jack: implement software jack injection via debugfsHui Wang2021-02-024-4/+338
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2021-01-181-1/+2
|\| |
| * | ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai2021-01-151-1/+2
| |/
* | ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-0815-42/+42
* | Merge branch 'for-linus' into for-nextTakashi Iwai2021-01-071-2/+2
|\|
| * Merge tag 'sound-fix-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-235-22/+25
| |\
| * \ Merge tag 'sound-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-12-156-58/+75
| |\ \
| * | | ALSA: pcm: use krealloc_array()Bartosz Golaszewski2020-12-151-2/+2
* | | | ALSA: oss: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen2020-12-252-3/+3
* | | | ALSA: core: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen2020-12-252-3/+3
| |_|/ |/| |
* | | ALSA: core: Remove redundant commentsYangHui2020-12-211-2/+0
* | | ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai2020-12-181-8/+14
* | | ALSA: pcm: Clear the full allocated memory at hw_paramsTakashi Iwai2020-12-181-2/+7
* | | ALSA: memalloc: Align buffer allocations in page sizeTakashi Iwai2020-12-181-0/+1
* | | ALSA: pcm: Remove snd_pcm_lib_preallocate_dma_free()Lars-Peter Clausen2020-12-181-9/+1
* | | ALSA: core: memalloc: add page alignment for iramRobin Gong2020-12-171-1/+2
| |/ |/|
* | ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai2020-12-141-1/+5
* | ALSA: rawmidi: Access runtime->avail always in spinlockTakashi Iwai2020-12-061-14/+35
* | ALSA: seq: Use bool for snd_seq_queue internal flagsTakashi Iwai2020-12-061-4/+4
* | ALSA: compress: allow pause and resume during drainingGyeongtaek Lee2020-11-271-8/+31
* | Merge branch 'topic/usb-audio-refactoring' into for-nextTakashi Iwai2020-11-241-1/+1
|\|
| * ALSA: ctl: fix error path at adding user-defined element setTakashi Sakamoto2020-11-131-1/+1
* | ALSA: seq: remove useless functionYu Hao2020-11-043-31/+0
|/
* ALSA: fix kernel-doc markupsMauro Carvalho Chehab2020-10-264-6/+7
* ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai2020-09-231-2/+5
* ALSA: ctl: Workaround for lockdep warning wrt card->ctl_files_rwlockTakashi Iwai2020-09-221-8/+10
* ALSA: compat_ioctl: avoid compat_alloc_user_spaceArnd Bergmann2020-09-214-47/+55
* ALSA: timer: Replace tasklet with workTakashi Iwai2020-09-092-11/+11
* Merge branch 'for-linus' into for-nextTakashi Iwai2020-09-093-7/+6
|\
| * Merge branch 'topic/tasklet-convert' into for-linusTakashi Iwai2020-09-022-5/+4
| |\
| | * ALSA: core: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-021-4/+3
| | * Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-08-0612-148/+159
| | |\
| | * \ Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
| | |\ \
| | | * | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
| | * | | Merge tag 'sound-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-07-211-1/+3
| | |\ \ \
| | * \ \ \ Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-07-081-0/+4
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity checkTakashi Iwai2020-09-011-2/+2
| | |_|_|/ | |/| | |
* | | | | ALSA: rawmidi: (cosmetic) align function parametersPierre-Louis Bossart2020-09-031-1/+1
* | | | | ALSA: core: init: use DECLARE_COMPLETION_ONSTACK() macroPierre-Louis Bossart2020-09-031-2/+1