Age | Commit message (Expand) | Author |
2021-04-16 | ALSA: control: Fix racy management of user ctl memory size account | Takashi Iwai |
2021-04-14 | ALSA: control_led - fix the stack usage (control element ops) | Jaroslav Kysela |
2021-04-09 | ALSA: control - double free in snd_ctl_led_init() | Dan Carpenter |
2021-04-08 | ALSA: control: Add memory consumption limit to user controls | Takashi Sakamoto |
2021-04-06 | ALSA: control - off by one in store_mode() | Dan Carpenter |
2021-04-01 | Merge branch 'topic/mute-led' into for-next | Takashi Iwai |
2021-04-01 | ALSA: control led - improve the set_led_id() parser | Jaroslav Kysela |
2021-04-01 | ALSA: control - add the missing prev_lops2 initialization | Jaroslav Kysela |
2021-03-30 | Merge tag 'tags/mute-led-rework' into for-next | Takashi Iwai |
2021-03-30 | ALSA: led control - add sysfs kcontrol LED marking layer | Jaroslav Kysela |
2021-03-30 | ALSA: control - add sysfs support to the LED trigger module | Jaroslav Kysela |
2021-03-30 | ALSA: control - add generic LED trigger module as the new control layer | Jaroslav Kysela |
2021-03-30 | ALSA: control - add layer registration routines | Jaroslav Kysela |
2021-03-30 | ALSA: control - introduce snd_ctl_notify_one() helper | Jaroslav Kysela |
2021-03-30 | ALSA: core: remove redundant spin_lock pair in snd_card_disconnect | Jia Zhou |
2021-03-26 | ALSA: pcm: Fix couple of typos | Bhaskar Chowdhury |
2021-03-22 | ALSA: core: avoid -Wempty-body warnings | Arnd Bergmann |
2021-03-19 | ALSA: pcm: Add debug print on memory allocation failure | Amadeusz Sławiński |
2021-02-17 | Merge tag 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai |
2021-02-17 | Merge remote-tracking branch 'asoc/for-5.12' into asoc-linus | Mark Brown |
2021-02-10 | ALSA: core - add missing compress device type to /proc/asound/devices | Jaroslav Kysela |
2021-02-08 | ALSA: pcm: Use for_each_pcm_substream() macro | Takashi Iwai |
2021-02-08 | ALSA: pcm: Don't call sync_stop if it hasn't been stopped | Takashi Iwai |
2021-02-08 | ALSA: pcm: Assure sync with the pending stop operation at suspend | Takashi Iwai |
2021-02-08 | ALSA: pcm: Call sync_stop at disconnection | Takashi Iwai |
2021-02-05 | ASoC: dmaengine_pcm: add peripheral configuration | Shengjiu Wang |
2021-02-02 | ALSA: core: Fix the debugfs removal at snd_card_free() | Takashi Iwai |
2021-02-02 | Merge branch 'for-linus' into for-next | Takashi Iwai |
2021-02-02 | ALSA: jack: implement software jack injection via debugfs | Hui Wang |
2021-01-23 | ALSA: pcm: One more dependency for hw constraints | Takashi Iwai |
2021-01-18 | Merge branch 'for-linus' into for-next | Takashi Iwai |
2021-01-15 | ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info() | Takashi Iwai |
2021-01-08 | ALSA: Convert strlcpy to strscpy when return value is unused | Joe Perches |
2021-01-07 | Merge branch 'for-linus' into for-next | Takashi Iwai |
2020-12-25 | ALSA: oss: Use DIV_ROUND_CLOSEST() instead of open-coding it | Lars-Peter Clausen |
2020-12-25 | ALSA: core: Use DIV_ROUND_UP() instead of open-coding it | Lars-Peter Clausen |
2020-12-23 | Merge tag 'sound-fix-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-12-21 | ALSA: core: Remove redundant comments | YangHui |
2020-12-18 | ALSA: pcm: oss: Fix a few more UBSAN fixes | Takashi Iwai |
2020-12-18 | ALSA: pcm: Clear the full allocated memory at hw_params | Takashi Iwai |
2020-12-18 | ALSA: memalloc: Align buffer allocations in page size | Takashi Iwai |
2020-12-18 | ALSA: pcm: Remove snd_pcm_lib_preallocate_dma_free() | Lars-Peter Clausen |
2020-12-17 | ALSA: core: memalloc: add page alignment for iram | Robin Gong |
2020-12-15 | Merge tag 'sound-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2020-12-15 | ALSA: pcm: use krealloc_array() | Bartosz Golaszewski |
2020-12-14 | ALSA: pcm: oss: Fix potential out-of-bounds shift | Takashi Iwai |
2020-12-06 | ALSA: rawmidi: Access runtime->avail always in spinlock | Takashi Iwai |
2020-12-06 | ALSA: seq: Use bool for snd_seq_queue internal flags | Takashi Iwai |
2020-11-27 | ALSA: compress: allow pause and resume during draining | Gyeongtaek Lee |
2020-11-24 | Merge branch 'topic/usb-audio-refactoring' into for-next | Takashi Iwai |