Age | Commit message (Expand) | Author | Files | Lines |
2021-07-07 | ALSA: isa: Fix error return code in snd_cmi8330_probe() | Zhen Lei | 1 | -1/+1 |
2021-06-24 | Merge tag 'asoc-fix-v5.13-rc7' of https://git.kernel.org/pub/scm/linux/kernel... | Takashi Iwai | 3 | -23/+10 |
2021-06-09 | ALSA: isa: Fix assignment in if condition | Takashi Iwai | 2 | -4/+8 |
2021-06-09 | ALSA: azt2320: Fix assignment in if condition | Takashi Iwai | 1 | -7/+14 |
2021-06-09 | ALSA: als100: Fix assignment in if condition | Takashi Iwai | 1 | -6/+12 |
2021-06-09 | ALSA: cmi8330: Fix assignment in if condition | Takashi Iwai | 1 | -14/+23 |
2021-06-09 | ALSA: es18xx: Fix assignment in if condition | Takashi Iwai | 1 | -17/+34 |
2021-06-09 | ALSA: opl3sa2: Fix assignment in if condition | Takashi Iwai | 1 | -24/+44 |
2021-06-09 | ALSA: opti9xx: Fix assignment in if condition | Takashi Iwai | 2 | -18/+36 |
2021-06-09 | ALSA: cs423x: Fix assignment in if condition | Takashi Iwai | 2 | -11/+22 |
2021-06-09 | ALSA: wavefront: Fix assignment in if condition | Takashi Iwai | 3 | -32/+50 |
2021-06-09 | ALSA: ad1816a: Fix assignment in if condition | Takashi Iwai | 2 | -18/+32 |
2021-06-09 | ALSA: gus: Fix assignment in if condition | Takashi Iwai | 9 | -67/+124 |
2021-06-09 | ALSA: sb: Fix potential double-free of CSP mixer elements | Takashi Iwai | 1 | -2/+6 |
2021-06-09 | ALSA: sb: Minor coding style fixes | Takashi Iwai | 2 | -15/+14 |
2021-06-09 | ALSA: sb: Fix assignment in if condition | Takashi Iwai | 11 | -89/+130 |
2021-05-14 | ALSA: gus: Replace unsafe strcpy() with strscpy() | YueHaibing | 1 | -1/+1 |
2021-05-13 | ALSA: sb8: Add a comment note regarding an unused pointer | Atul Gopinathan | 1 | -1/+5 |
2021-05-13 | Revert "ALSA: sb8: add a check for request_region" | Greg Kroah-Hartman | 1 | -4/+0 |
2021-05-13 | Revert "ALSA: gus: add a check of the status of snd_ctl_add" | Greg Kroah-Hartman | 1 | -11/+2 |
2021-05-13 | Revert "ALSA: sb: fix a missing check of snd_ctl_add" | Greg Kroah-Hartman | 1 | -7/+3 |
2021-04-26 | ALSA: sb: Fix two use after free in snd_sb_qsound_build | Lv Yunlong | 1 | -2/+6 |
2021-04-26 | ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixer | Lv Yunlong | 1 | -1/+3 |
2021-03-17 | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 21 | -115/+1 |
2021-01-26 | Merge tag 'tags/isa-void-remove-callback' into for-next | Takashi Iwai | 23 | -48/+25 |
2021-01-26 | isa: Make the remove callback for isa drivers return void | Uwe Kleine-König | 23 | -48/+25 |
2021-01-08 | ALSA: Convert strlcpy to strscpy when return value is unused | Joe Perches | 6 | -10/+10 |
2020-11-21 | ALSA: sb: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2020-08-21 | Merge tag 'sound-5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -3/+3 |
2020-08-16 | ALSA: isa: fix spelling mistakes in the comments | Liang Wang | 1 | -3/+3 |
2020-08-07 | Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 9 | -27/+26 |
2020-08-06 | ALSA: isa: delete repeated words in comments | Randy Dunlap | 2 | -2/+2 |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
2020-07-09 | ALSA: Replace with fallthrough pseudo keyword in the remaining places | Takashi Iwai | 1 | -1/+1 |
2020-07-09 | ALSA: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 5 | -21/+21 |
2020-07-07 | ALSA: isa/gus: remove 'set but not used' warning | Pierre-Louis Bossart | 1 | -1/+2 |
2020-07-07 | ALSA: isa/gus: remove -Wmissing-prototypes warnings | Pierre-Louis Bossart | 1 | -2/+0 |
2020-06-03 | ALSA: es1688: Add the missed snd_card_free() | Chuhong Yuan | 1 | -1/+3 |
2020-05-28 | Merge branch 'for-linus' into for-next | Takashi Iwai | 2 | -6/+12 |
2020-05-01 | ALSA: isa/wavefront: prevent out of bounds write in ioctl | Dan Carpenter | 1 | -1/+7 |
2020-04-30 | ALSA: opti9xx: shut up gcc-10 range warning | Arnd Bergmann | 2 | -6/+12 |
2020-04-17 | ALSA: Fix misspellings of "Analog Devices" | Geert Uytterhoeven | 1 | -1/+1 |
2020-02-10 | ALSA: emu8000: Fix the cast to __user pointer | Takashi Iwai | 1 | -2/+2 |
2020-01-29 | Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 36 | -328/+208 |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 1 | -1/+1 |
2020-01-05 | ALSA: sc6000: More constification | Takashi Iwai | 1 | -2/+2 |
2020-01-05 | ALSA: wss: More constifications | Takashi Iwai | 1 | -3/+3 |
2020-01-05 | ALSA: opti9xx: More constifications | Takashi Iwai | 2 | -18/+18 |
2020-01-05 | ALSA: gus: More constifications | Takashi Iwai | 7 | -23/+24 |
2020-01-05 | ALSA: es18xx: More constifications | Takashi Iwai | 1 | -5/+5 |