Age | Commit message (Expand) | Author |
2022-12-06 | ALSA: mts64: fix possible null-ptr-defer in snd_mts64_interrupt | Gaosheng Cui |
2022-09-27 | ALSA: aloop: Replace runtime->status->state reference to runtime->state | Takashi Iwai |
2022-09-12 | ALSA: dummy: Add customizable volume min/max. | YJ Lee |
2022-09-12 | ALSA: dummy: Fix trailing whitespaces. | YJ Lee |
2022-09-06 | Merge branch 'for-linus' into for-next | Takashi Iwai |
2022-09-02 | ALSA: aloop: Fix random zeros in capture data when using jiffies timer | Pattara Teerapong |
2022-08-24 | ALSA: vx: Drop superfluous GFP setup | Takashi Iwai |
2022-05-12 | ALSA: Add generic serial MIDI driver using serial bus API | Daniel Kaehn |
2022-04-12 | ALSA: mtpav: Don't call card private_free at probe error path | Takashi Iwai |
2022-01-06 | ALSA: virmidi: Remove duplicated code | Stefan Sauer |
2021-12-13 | ALSA: drivers: opl3: Fix incorrect use of vp->state | Colin Ian King |
2021-09-28 | ALSA: pcsp: Make hrtimer forwarding more robust | Thomas Gleixner |
2021-07-19 | ALSA: pcsp: Allocate resources with device-managed APIs | Takashi Iwai |
2021-07-19 | ALSA: dummy: Allocate resources with device-managed APIs | Takashi Iwai |
2021-07-19 | ALSA: aloop: Allocate resources with device-managed APIs | Takashi Iwai |
2021-07-19 | ALSA: mpu401: Allocate resources with device-managed APIs | Takashi Iwai |
2021-07-19 | ALSA: serial-u16550: Allocate resources with device-managed APIs | Takashi Iwai |
2021-07-19 | ALSA: mtpav: Allocate resources with device-managed APIs | Takashi Iwai |
2021-07-19 | ALSA: virmidi: Allocate resources with device-managed APIs | Takashi Iwai |
2021-07-19 | ALSA: vx: Manage vx_core object with devres | Takashi Iwai |
2021-07-19 | ALSA: aloop: Fix spelling mistake "synchronization" -> "synchronization" | Colin Ian King |
2021-06-09 | ALSA: serial: Fix assignment in if condition | Takashi Iwai |
2021-06-09 | ALSA: opl3: Fix assignment in if condition | Takashi Iwai |
2021-06-09 | ALSA: vx: Fix assignment in if condition | Takashi Iwai |
2021-06-09 | ALSA: mpu401: Fix assignment in if condition | Takashi Iwai |
2021-05-27 | ALSA: drivers: opl3: fix useless self-comparison | Pierre-Louis Bossart |
2021-04-09 | Merge branch 'for-linus' into for-next | Takashi Iwai |
2021-04-07 | ALSA: aloop: Fix initialization of controls | Jonas Holmberg |
2021-03-30 | Merge tag 'tags/mute-led-rework' into for-next | Takashi Iwai |
2021-03-17 | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky |
2021-03-03 | ALSA: vx: fix kernel-doc warning | Pierre-Louis Bossart |
2021-01-08 | ALSA: Convert strlcpy to strscpy when return value is unused | Joe Perches |
2020-12-25 | ALSA: vx: Use roundup() instead of open-coding it | Lars-Peter Clausen |
2020-12-25 | ALSA: dummy: Use DIV_ROUND_UP() instead of open-coding it | Lars-Peter Clausen |
2020-12-25 | ALSA: aloop: Use DIV_ROUND_UP() instead of open-coding it | Lars-Peter Clausen |
2020-11-21 | ALSA: aloop: Constify ops structs | Rikard Falkeborn |
2020-11-21 | ALSA: pcsp: Fix fall-through warnings for Clang | Gustavo A. R. Silva |
2020-10-06 | ALSA: portman2x4: fix repeated word 'if' | Randy Dunlap |
2020-09-09 | ALSA: aloop: Replace tasklet with work | Takashi Iwai |
2020-09-09 | ALSA: pcsp: Replace tasklet with work | Takashi Iwai |
2020-09-09 | Merge branch 'for-linus' into for-next | Takashi Iwai |
2020-09-03 | ALSA: vx: vx_pcm: remove redundant assignment | Pierre-Louis Bossart |
2020-09-03 | ALSA: vx: vx_pcm: remove redundant assignment | Pierre-Louis Bossart |
2020-09-03 | ALSA: vx: vx_core: clarify operator precedence | Pierre-Louis Bossart |
2020-08-06 | Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds |
2020-08-03 | Merge branch 'for-next' into for-linus | Takashi Iwai |
2020-07-30 | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() | Kees Cook |
2020-07-09 | ALSA: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-08 | Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds |
2020-07-07 | ALSA: vx_core: remove warning for empty loop body | Pierre-Louis Bossart |