summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: Fix race of snd_seq_timer_open()Takashi Iwai2021-06-101-1/+9
* ALSA: timer: Fix master timer notificationTakashi Iwai2021-06-031-1/+2
* ALSA: control led: fix memory leak in snd_ctl_led_registerDongliang Mu2021-06-021-7/+26
* ALSA: control: Fix racy management of user ctl memory size accountTakashi Iwai2021-04-161-6/+11
* ALSA: control_led - fix the stack usage (control element ops)Jaroslav Kysela2021-04-141-2/+6
* ALSA: control - double free in snd_ctl_led_init()Dan Carpenter2021-04-091-1/+1
* ALSA: control: Add memory consumption limit to user controlsTakashi Sakamoto2021-04-081-24/+51
* ALSA: control - off by one in store_mode()Dan Carpenter2021-04-061-1/+1
* Merge branch 'topic/mute-led' into for-nextTakashi Iwai2021-04-012-2/+7
|\
| * ALSA: control led - improve the set_led_id() parserJaroslav Kysela2021-04-011-1/+4
| * ALSA: control - add the missing prev_lops2 initializationJaroslav Kysela2021-04-011-1/+3
* | Merge tag 'tags/mute-led-rework' into for-nextTakashi Iwai2021-03-304-26/+934
|\|
| * ALSA: led control - add sysfs kcontrol LED marking layerJaroslav Kysela2021-03-301-4/+362
| * ALSA: control - add sysfs support to the LED trigger moduleJaroslav Kysela2021-03-301-29/+163
| * ALSA: control - add generic LED trigger module as the new control layerJaroslav Kysela2021-03-304-1/+289
| * ALSA: control - add layer registration routinesJaroslav Kysela2021-03-301-2/+108
| * ALSA: control - introduce snd_ctl_notify_one() helperJaroslav Kysela2021-03-301-23/+45
* | ALSA: core: remove redundant spin_lock pair in snd_card_disconnectJia Zhou2021-03-301-2/+0
* | ALSA: pcm: Fix couple of typosBhaskar Chowdhury2021-03-261-2/+2
* | ALSA: core: avoid -Wempty-body warningsArnd Bergmann2021-03-223-6/+21
* | ALSA: pcm: Add debug print on memory allocation failureAmadeusz Sławiński2021-03-191-0/+8
|/
* 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