index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
isa
/
sb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: sb: Drop NULL check for snd_ctl_remove()
Takashi Iwai
2024-06-18
2
-12
/
+6
*
ALSA: isa: Use *-y instead of *-objs in Makefile
Takashi Iwai
2024-05-08
1
-9
/
+9
*
ALSA: emux: centralize & improve patch info validation
Oswald Buddenhagen
2024-04-07
1
-13
/
+0
*
ALSA: sb: Fix wrong argument in commented code
Takashi Iwai
2023-09-02
1
-1
/
+1
*
ALSA: emu8000: Convert to generic PCM copy ops
Takashi Iwai
2023-08-18
1
-58
/
+16
*
ALSA: control: Take controls_rwsem lock in snd_ctl_remove()
Takashi Iwai
2023-07-20
2
-4
/
+0
*
ALSA: sb: Use DIV_ROUND_UP() instead of open-coding it
Shang XiaoJing
2022-09-29
1
-1
/
+1
*
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-04
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
[next]