aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-16ALSA: control: Fix racy management of user ctl memory size accountTakashi Iwai1-6/+11
2021-04-14ALSA: control_led - fix the stack usage (control element ops)Jaroslav Kysela1-2/+6
2021-04-09ALSA: control - double free in snd_ctl_led_init()Dan Carpenter1-1/+1
2021-04-08ALSA: control: Add memory consumption limit to user controlsTakashi Sakamoto1-24/+51
2021-04-06ALSA: control - off by one in store_mode()Dan Carpenter1-1/+1
2021-04-01Merge branch 'topic/mute-led' into for-nextTakashi Iwai2-2/+7
2021-04-01ALSA: control led - improve the set_led_id() parserJaroslav Kysela1-1/+4
2021-04-01ALSA: control - add the missing prev_lops2 initializationJaroslav Kysela1-1/+3
2021-03-30Merge tag 'tags/mute-led-rework' into for-nextTakashi Iwai4-26/+934
2021-03-30ALSA: led control - add sysfs kcontrol LED marking layerJaroslav Kysela1-4/+362
2021-03-30ALSA: control - add sysfs support to the LED trigger moduleJaroslav Kysela1-29/+163
2021-03-30ALSA: control - add generic LED trigger module as the new control layerJaroslav Kysela4-1/+289
2021-03-30ALSA: control - add layer registration routinesJaroslav Kysela1-2/+108
2021-03-30ALSA: control - introduce snd_ctl_notify_one() helperJaroslav Kysela1-23/+45
2021-03-30ALSA: core: remove redundant spin_lock pair in snd_card_disconnectJia Zhou1-2/+0
2021-03-26ALSA: pcm: Fix couple of typosBhaskar Chowdhury1-2/+2
2021-03-22ALSA: core: avoid -Wempty-body warningsArnd Bergmann3-6/+21
2021-03-19ALSA: pcm: Add debug print on memory allocation failureAmadeusz Sławiński1-0/+8
2021-02-17Merge tag 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+2
2021-02-17Merge remote-tracking branch 'asoc/for-5.12' into asoc-linusMark Brown1-0/+2
2021-02-10ALSA: core - add missing compress device type to /proc/asound/devicesJaroslav Kysela1-0/+2
2021-02-08ALSA: pcm: Use for_each_pcm_substream() macroTakashi Iwai4-44/+38
2021-02-08ALSA: pcm: Don't call sync_stop if it hasn't been stoppedTakashi Iwai1-2/+3
2021-02-08ALSA: pcm: Assure sync with the pending stop operation at suspendTakashi Iwai1-1/+7
2021-02-08ALSA: pcm: Call sync_stop at disconnectionTakashi Iwai4-8/+17
2021-02-05ASoC: dmaengine_pcm: add peripheral configurationShengjiu Wang1-0/+2
2021-02-02ALSA: core: Fix the debugfs removal at snd_card_free()Takashi Iwai1-5/+4
2021-02-02Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+2
2021-02-02ALSA: jack: implement software jack injection via debugfsHui Wang4-4/+338
2021-01-23ALSA: pcm: One more dependency for hw constraintsTakashi Iwai1-2/+2
2021-01-18Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+2
2021-01-15ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai1-1/+2
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches15-42/+42
2021-01-07Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+2
2020-12-25ALSA: oss: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen2-3/+3
2020-12-25ALSA: core: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen2-3/+3
2020-12-23Merge tag 'sound-fix-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds5-22/+25
2020-12-21ALSA: core: Remove redundant commentsYangHui1-2/+0
2020-12-18ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai1-8/+14
2020-12-18ALSA: pcm: Clear the full allocated memory at hw_paramsTakashi Iwai1-2/+7
2020-12-18ALSA: memalloc: Align buffer allocations in page sizeTakashi Iwai1-0/+1
2020-12-18ALSA: pcm: Remove snd_pcm_lib_preallocate_dma_free()Lars-Peter Clausen1-9/+1
2020-12-17ALSA: core: memalloc: add page alignment for iramRobin Gong1-1/+2
2020-12-15Merge tag 'sound-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds6-58/+75
2020-12-15ALSA: pcm: use krealloc_array()Bartosz Golaszewski1-2/+2
2020-12-14ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai1-1/+5
2020-12-06ALSA: rawmidi: Access runtime->avail always in spinlockTakashi Iwai1-14/+35
2020-12-06ALSA: seq: Use bool for snd_seq_queue internal flagsTakashi Iwai1-4/+4
2020-11-27ALSA: compress: allow pause and resume during drainingGyeongtaek Lee1-8/+31
2020-11-24Merge branch 'topic/usb-audio-refactoring' into for-nextTakashi Iwai1-1/+1