index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: Implement the new Virtual PCM Test Driver
Ivan Orlov
2023-06-07
3
-0
/
+745
*
ALSA: add HAS_IOPORT dependencies
Niklas Schnelle
2023-05-22
1
-0
/
+3
*
Merge tag 'asoc-v6.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...
Takashi Iwai
2023-04-24
2
-8
/
+4
|
\
|
*
ALSA: portman2x4: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-20
1
-4
/
+2
|
*
ALSA: mts64: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-20
1
-4
/
+2
*
|
ALSA: portman2x4: remove unused portman_read_command,data functions
Tom Rix
2023-03-19
1
-10
/
+0
|
/
*
ALSA: mts64: fix possible null-ptr-defer in snd_mts64_interrupt
Gaosheng Cui
2022-12-06
1
-0
/
+3
*
ALSA: aloop: Replace runtime->status->state reference to runtime->state
Takashi Iwai
2022-09-27
1
-2
/
+2
*
ALSA: dummy: Add customizable volume min/max.
YJ Lee
2022-09-12
1
-10
/
+24
*
ALSA: dummy: Fix trailing whitespaces.
YJ Lee
2022-09-12
1
-4
/
+4
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2022-09-06
1
-3
/
+4
|
\
|
*
ALSA: aloop: Fix random zeros in capture data when using jiffies timer
Pattara Teerapong
2022-09-02
1
-3
/
+4
*
|
ALSA: vx: Drop superfluous GFP setup
Takashi Iwai
2022-08-24
1
-2
/
+1
|
/
*
ALSA: Add generic serial MIDI driver using serial bus API
Daniel Kaehn
2022-05-12
3
-0
/
+394
*
ALSA: mtpav: Don't call card private_free at probe error path
Takashi Iwai
2022-04-12
1
-2
/
+2
*
ALSA: virmidi: Remove duplicated code
Stefan Sauer
2022-01-06
1
-3
/
+0
*
ALSA: drivers: opl3: Fix incorrect use of vp->state
Colin Ian King
2021-12-13
1
-1
/
+1
*
ALSA: pcsp: Make hrtimer forwarding more robust
Thomas Gleixner
2021-09-28
1
-1
/
+1
*
ALSA: pcsp: Allocate resources with device-managed APIs
Takashi Iwai
2021-07-19
3
-46
/
+18
*
ALSA: dummy: Allocate resources with device-managed APIs
Takashi Iwai
2021-07-19
1
-17
/
+7
*
ALSA: aloop: Allocate resources with device-managed APIs
Takashi Iwai
2021-07-19
1
-18
/
+8
*
ALSA: mpu401: Allocate resources with device-managed APIs
Takashi Iwai
2021-07-19
1
-29
/
+5
*
ALSA: serial-u16550: Allocate resources with device-managed APIs
Takashi Iwai
2021-07-19
1
-48
/
+9
*
ALSA: mtpav: Allocate resources with device-managed APIs
Takashi Iwai
2021-07-19
1
-21
/
+9
*
ALSA: virmidi: Allocate resources with device-managed APIs
Takashi Iwai
2021-07-19
1
-15
/
+6
*
ALSA: vx: Manage vx_core object with devres
Takashi Iwai
2021-07-19
1
-2
/
+10
*
ALSA: aloop: Fix spelling mistake "synchronization" -> "synchronization"
Colin Ian King
2021-07-19
1
-1
/
+1
*
ALSA: serial: Fix assignment in if condition
Takashi Iwai
2021-06-09
4
-29
/
+43
*
ALSA: opl3: Fix assignment in if condition
Takashi Iwai
2021-06-09
3
-20
/
+37
*
ALSA: vx: Fix assignment in if condition
Takashi Iwai
2021-06-09
4
-48
/
+95
*
ALSA: mpu401: Fix assignment in if condition
Takashi Iwai
2021-06-09
2
-9
/
+19
*
ALSA: drivers: opl3: fix useless self-comparison
Pierre-Louis Bossart
2021-05-27
1
-2
/
+1
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2021-04-09
1
-3
/
+8
|
\
|
*
ALSA: aloop: Fix initialization of controls
Jonas Holmberg
2021-04-07
1
-3
/
+8
*
|
Merge tag 'tags/mute-led-rework' into for-next
Takashi Iwai
2021-03-30
8
-8
/
+0
|
\
\
|
*
|
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
2021-03-17
8
-8
/
+0
|
|
/
*
/
ALSA: vx: fix kernel-doc warning
Pierre-Louis Bossart
2021-03-03
1
-1
/
+1
|
/
*
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
2021-01-08
2
-2
/
+2
*
ALSA: vx: Use roundup() instead of open-coding it
Lars-Peter Clausen
2020-12-25
1
-2
/
+1
*
ALSA: dummy: Use DIV_ROUND_UP() instead of open-coding it
Lars-Peter Clausen
2020-12-25
1
-1
/
+1
*
ALSA: aloop: Use DIV_ROUND_UP() instead of open-coding it
Lars-Peter Clausen
2020-12-25
1
-1
/
+1
*
ALSA: aloop: Constify ops structs
Rikard Falkeborn
2020-11-21
1
-3
/
+3
*
ALSA: pcsp: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-21
1
-0
/
+1
*
ALSA: portman2x4: fix repeated word 'if'
Randy Dunlap
2020-10-06
1
-1
/
+1
*
ALSA: aloop: Replace tasklet with work
Takashi Iwai
2020-09-09
1
-12
/
+11
*
ALSA: pcsp: Replace tasklet with work
Takashi Iwai
2020-09-09
1
-7
/
+5
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2020-09-09
1
-1
/
+1
|
\
|
*
Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2020-08-06
2
-3
/
+4
|
|
\
|
*
|
treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()
Kees Cook
2020-07-30
1
-1
/
+1
|
*
|
Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2020-07-08
1
-0
/
+2
|
|
\
\
[next]