summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
2021-06-03ALSA: timer: Fix master timer notificationTakashi Iwai
2021-06-02ALSA: control led: fix memory leak in snd_ctl_led_registerDongliang Mu
2021-05-28ALSA: core: use DEVICE_ATTR_*() macroYueHaibing
2021-05-25ALSA: control_led - use DEVICE_ATTR_*() macroYueHaibing
2021-05-25ALSA: pcm: use DEVICE_ATTR_RO macroYueHaibing
2021-05-25Merge branch 'topic/pci-rescan-prep-v2' into for-nextTakashi Iwai
2021-05-25ALSA: pcm: Block the release until the system resume finishesTakashi Iwai
2021-05-25ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai
2021-05-25ALSA: control: Minor optimization for SNDRV_CTL_IOCTL_POWER_STATETakashi Iwai
2021-05-25ALSA: control: Drop superfluous snd_power_wait() callsTakashi Iwai
2021-05-25ALSA: control: Track in-flight control read/write/tlv accessesTakashi Iwai
2021-05-19ALSA: rawmidi: fix incorrect array bounds check on clock_namesColin Ian King
2021-05-17ALSA: rawmidi: Add framing modeDavid Henningsson
2021-04-16ALSA: control: Fix racy management of user ctl memory size accountTakashi Iwai
2021-04-14ALSA: control_led - fix the stack usage (control element ops)Jaroslav Kysela
2021-04-09ALSA: control - double free in snd_ctl_led_init()Dan Carpenter
2021-04-08ALSA: control: Add memory consumption limit to user controlsTakashi Sakamoto
2021-04-06ALSA: control - off by one in store_mode()Dan Carpenter
2021-04-01Merge branch 'topic/mute-led' into for-nextTakashi Iwai
2021-04-01ALSA: control led - improve the set_led_id() parserJaroslav Kysela
2021-04-01ALSA: control - add the missing prev_lops2 initializationJaroslav Kysela
2021-03-30Merge tag 'tags/mute-led-rework' into for-nextTakashi Iwai
2021-03-30ALSA: led control - add sysfs kcontrol LED marking layerJaroslav Kysela
2021-03-30ALSA: control - add sysfs support to the LED trigger moduleJaroslav Kysela
2021-03-30ALSA: control - add generic LED trigger module as the new control layerJaroslav Kysela
2021-03-30ALSA: control - add layer registration routinesJaroslav Kysela
2021-03-30ALSA: control - introduce snd_ctl_notify_one() helperJaroslav Kysela
2021-03-30ALSA: core: remove redundant spin_lock pair in snd_card_disconnectJia Zhou
2021-03-26ALSA: pcm: Fix couple of typosBhaskar Chowdhury
2021-03-22ALSA: core: avoid -Wempty-body warningsArnd Bergmann
2021-03-19ALSA: pcm: Add debug print on memory allocation failureAmadeusz Sławiński
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