| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' into for-next | Takashi Iwai | 2021-08-02 | 1 | -0/+4 |
|\ |
|
| * | ALSA: sb: Fix potential ABBA deadlock in CSP driver | Takashi Iwai | 2021-07-17 | 1 | -0/+4 |
* | | ALSA: sb: Allocate resources with device-managed APIs | Takashi Iwai | 2021-07-19 | 5 | -189/+52 |
|/ |
|
* | Merge tag 'asoc-fix-v5.13-rc7' of https://git.kernel.org/pub/scm/linux/kernel... | Takashi Iwai | 2021-06-24 | 2 | -12/+8 |
|\ |
|
| * | ALSA: sb8: Add a comment note regarding an unused pointer | Atul Gopinathan | 2021-05-13 | 1 | -1/+5 |
| * | Revert "ALSA: sb8: add a check for request_region" | Greg Kroah-Hartman | 2021-05-13 | 1 | -4/+0 |
| * | Revert "ALSA: sb: fix a missing check of snd_ctl_add" | Greg Kroah-Hartman | 2021-05-13 | 1 | -7/+3 |
* | | ALSA: sb: Fix potential double-free of CSP mixer elements | Takashi Iwai | 2021-06-09 | 1 | -2/+6 |
* | | ALSA: sb: Minor coding style fixes | Takashi Iwai | 2021-06-09 | 2 | -15/+14 |
* | | ALSA: sb: Fix assignment in if condition | Takashi Iwai | 2021-06-09 | 11 | -89/+130 |
|/ |
|
* | ALSA: sb: Fix two use after free in snd_sb_qsound_build | Lv Yunlong | 2021-04-26 | 1 | -2/+6 |
* | ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixer | Lv Yunlong | 2021-04-26 | 1 | -1/+3 |
* | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 2021-03-17 | 3 | -12/+0 |
* | Merge tag 'tags/isa-void-remove-callback' into for-next | Takashi Iwai | 2021-01-26 | 3 | -6/+3 |
|\ |
|
| * | isa: Make the remove callback for isa drivers return void | Uwe Kleine-König | 2021-01-26 | 3 | -6/+3 |
* | | ALSA: Convert strlcpy to strscpy when return value is unused | Joe Perches | 2021-01-08 | 2 | -2/+2 |
|/ |
|
* | ALSA: sb: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 2020-11-21 | 1 | -0/+1 |
* | Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2020-08-06 | 1 | -5/+5 |
|\ |
|
| * | ALSA: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-07-09 | 1 | -5/+5 |
* | | treewide: Remove uninitialized_var() usage | Kees Cook | 2020-07-16 | 1 | -1/+1 |
|/ |
|
* | ALSA: emu8000: Fix the cast to __user pointer | Takashi Iwai | 2020-02-10 | 1 | -2/+2 |
* | ALSA: sb: More constifications | Takashi Iwai | 2020-01-05 | 5 | -37/+37 |
* | ALSA: isa: Constify snd_kcontrol_new items | Takashi Iwai | 2020-01-03 | 2 | -8/+8 |
* | ALSA: isa: Constify snd_device_ops definitions | Takashi Iwai | 2020-01-03 | 2 | -2/+2 |
* | ALSA: sb: Support PCM sync_stop | Takashi Iwai | 2019-12-11 | 1 | -0/+1 |
* | ALSA: isa: Drop superfluous ioctl PCM ops | Takashi Iwai | 2019-12-11 | 3 | -5/+0 |
* | ALSA: sb: Use managed buffer allocation | Takashi Iwai | 2019-12-11 | 2 | -38/+4 |
* | ALSA: sb: remove redundant assignment to variable result | Colin Ian King | 2019-08-14 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 14 | -207/+14 |
* | ALSA: sb8: add a check for request_region | Kangjie Lu | 2019-03-16 | 1 | -0/+4 |
* | ALSA: isa: Clean up with new procfs helpers | Takashi Iwai | 2019-02-06 | 1 | -3/+2 |
* | ALSA: isa: Avoid passing NULL to memory allocators | Takashi Iwai | 2019-02-01 | 2 | -2/+2 |
* | Merge branch 'topic/pcm-device-suspend' into for-next | Takashi Iwai | 2019-01-18 | 3 | -3/+0 |
|\ |
|
| * | ALSA: isa: Remove superfluous snd_pcm_suspend*() calls | Takashi Iwai | 2019-01-15 | 3 | -3/+0 |
* | | ALSA: sb: fix a missing check of snd_ctl_add | Aditya Pakki | 2019-01-07 | 1 | -3/+7 |
|/ |
|
* | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-03 | 1 | -2/+2 |
* | ALSA: sb8: Fix fall-through annotations | Gustavo A. R. Silva | 2018-10-02 | 1 | -5/+5 |
* | ALSA: isa: Remove empty init and exit | Takashi Iwai | 2018-08-03 | 4 | -64/+0 |
* | ALSA: sb: Fix a typo | Takashi Iwai | 2018-08-02 | 1 | -1/+1 |
* | ALSA: sb: Proper endian notations | Takashi Iwai | 2018-07-27 | 1 | -15/+15 |
* | ALSA: sb: Fix sparse warning wrt PCM format type | Takashi Iwai | 2018-07-27 | 1 | -3/+3 |
* | ALSA: sb: Fix PCM format bit calculation | Takashi Iwai | 2018-07-27 | 1 | -3/+6 |
* | ALSA: emu8000: Use swap macro in snd_emu8000_sample_new | Gustavo A. R. Silva | 2018-07-17 | 1 | -5/+2 |
* | ALSA: sb8: remove redundant pointer runtime | Colin Ian King | 2018-07-16 | 1 | -3/+0 |
* | Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai | 2017-11-13 | 1 | -0/+1 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | | ALSA: sb: Minor optimization / fix of timer usage in sb8_midi.c | Takashi Iwai | 2017-10-25 | 1 | -2/+2 |
* | | ALSA: sb: Convert timers to use timer_setup() | Kees Cook | 2017-10-25 | 2 | -9/+8 |
|/ |
|
* | ALSA: isa: make snd_pcm_hardware const | Bhumika Goyal | 2017-08-17 | 3 | -5/+5 |
* | ALSA: sb16: constify pnp_card_device_id | Arvind Yadav | 2017-08-17 | 1 | -1/+1 |