index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
ALSA: caiaq: take a reference on the USB device in create_card()
Berk Cem Goksel
1
-2
/
+2
12 days
ALSA: usb-audio: apply quirk for MOONDROP JU Jiu
Cryolitia PukNgae
1
-0
/
+7
2026-04-22
ALSA: 6fire: fix use-after-free on disconnect
Berk Cem Goksel
1
-5
/
+12
2026-04-22
ALSA: usx2y: us144mkii: fix NULL deref on missing interface 0
Greg Kroah-Hartman
1
-1
/
+5
2026-04-05
Merge tag 'usb-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-1
/
+9
2026-04-02
usb: host: xhci-sideband: delegate offload_usage tracking to class drivers
Guan-Yu Lin
1
-1
/
+9
2026-04-01
ALSA: usb-audio: Exclude Scarlett 2i2 1st Gen (8016) from SKIP_IFACE_SETUP
Geoffrey D. Bennett
1
-0
/
+1
2026-03-30
ALSA: usb-audio: Exclude Scarlett Solo 1st Gen from SKIP_IFACE_SETUP
Dag Smedberg
1
-0
/
+1
2026-03-30
ALSA: caiaq: fix stack out-of-bounds read in init_card
Berk Cem Goksel
1
-1
/
+1
2026-03-28
ALSA: usb-audio: Fix quirk flags for NeuralDSP Quad Cortex
Phil Willoughby
1
-0
/
+2
2026-03-27
ALSA: usb-audio: Add iface reset and delay quirk for AB17X USB Audio
Lianqin Hu
1
-0
/
+2
2026-03-27
ALSA: usb-audio: Exclude Scarlett 2i4 1st Gen from SKIP_IFACE_SETUP
Geoffrey D. Bennett
1
-0
/
+1
2026-03-18
ALSA: usb-audio: qcom: Fix the license marking
Daniel Lezcano
1
-1
/
+1
2026-03-18
ALSA:usb:qcom: add AUXILIARY_BUS to Kconfig dependencies
Frank Zhang
1
-0
/
+1
2026-03-18
ALSA: usb-audio: Exclude Scarlett 2i2 1st Gen from SKIP_IFACE_SETUP
Geoffrey D. Bennett
1
-0
/
+1
2026-03-11
ALSA: usb-audio: Add iface reset and delay quirk for SPACETOUCH USB Audio
Lianqin Hu
1
-0
/
+2
2026-03-10
ALSA: usb-audio: Check endpoint numbers at parsing Scarlett2 mixer interfaces
Takashi Iwai
1
-0
/
+2
2026-03-05
ALSA: us122l: drop redundant interface references
Johan Hovold
1
-10
/
+2
2026-02-28
ALSA: usb-audio: Add iface reset and delay quirk for AB13X USB Audio
Lianqin Hu
1
-0
/
+2
2026-02-26
ALSA: us144mkii: Drop kernel-doc markers
Takashi Iwai
5
-50
/
+50
2026-02-26
ALSA: usb: qcom: Correct parameter comment for uaudio_transfer_buffer_setup()
Takashi Iwai
1
-1
/
+1
2026-02-26
ALSA: usb-audio: Drop superfluous kernel-doc markers
Takashi Iwai
1
-6
/
+6
2026-02-26
ALSA: usb-audio: Use correct version for UAC3 header validation
Jun Seo
1
-1
/
+1
2026-02-25
ALSA: usb-audio: Use inclusive terms
Takashi Iwai
1
-3
/
+3
2026-02-25
ALSA: usb-audio: Avoid implicit feedback mode on DIYINHK USB Audio 2.0
Takashi Iwai
1
-0
/
+2
2026-02-25
ALSA: usb-audio: Check max frame size for implicit feedback mode, too
Takashi Iwai
1
-0
/
+1
2026-02-25
ALSA: usb-audio: Cap the packet size pre-calculations
Takashi Iwai
1
-0
/
+3
2026-02-23
ALSA: usb-audio: Skip clock selector for Focusrite devices
Geoffrey D. Bennett
1
-0
/
+1
2026-02-23
ALSA: usb-audio: Add QUIRK_FLAG_SKIP_IFACE_SETUP
Geoffrey D. Bennett
3
-1
/
+11
2026-02-23
ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite devices
Geoffrey D. Bennett
1
-1
/
+1
2026-02-23
ALSA: usb-audio: Improve Focusrite sample rate filtering
Geoffrey D. Bennett
1
-5
/
+65
2026-02-23
ALSA: scarlett2: Fix DSP filter control array handling
Geoffrey D. Bennett
1
-7
/
+3
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-2
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
6
-12
/
+6
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
26
-62
/
+62
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
30
-83
/
+79
2026-02-20
Merge tag 'sound-fix-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
3
-29
/
+42
2026-02-16
ALSA: usb-audio: Avoid potentially repeated XRUN error messages
Takashi Iwai
1
-9
/
+14
2026-02-16
ALSA: usb-audio: Add sanity check for OOB writes at silencing
Takashi Iwai
1
-16
/
+21
2026-02-16
ALSA: usb-audio: Optimize the copy of packet sizes for implicit fb handling
Takashi Iwai
2
-4
/
+4
2026-02-16
ALSA: usb-audio: Update the number of packets properly at receiving
Takashi Iwai
1
-0
/
+1
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+1
2026-02-12
ALSA: usb-audio: Add iface reset and delay quirk for GHW-123P
胡连勤
1
-0
/
+2
2026-02-09
ALSA: usb-audio: Add DSD support for iBasso DC04U
Qihang Guo
1
-0
/
+2
2026-02-09
ALSA: usb-audio: Add iface reset and delay quirk for AB13X USB Audio
Lianqin Hu
1
-0
/
+2
2026-02-08
Merge branch 'for-linus' into for-next
Takashi Iwai
5
-16
/
+26
2026-02-03
ALSA: usb-audio: fix broken logic in snd_audigy2nx_led_update()
Sergey Shtylyov
1
-7
/
+2
2026-01-27
ALSA: usb-audio: add mixer support for Focusrite Forte
Jegor van Opdorp
3
-19
/
+461
2026-01-21
ALSA: usb-audio: Use the right limit for PCM OOB check
Takashi Iwai
1
-1
/
+2
[next]