index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
usb
/
usx2y
Age
Commit message (
Expand
)
Author
Lines
12 days
ALSA: us122l: drop redundant interface references
Johan Hovold
-10
/
+2
2026-02-26
ALSA: us144mkii: Drop kernel-doc markers
Takashi Iwai
-50
/
+50
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-5
/
+4
2025-12-17
ALSA: usx2y: Relax __free() variable declarations
Takashi Iwai
-6
/
+6
2025-09-01
ALSA: usx2y: Use guard() for mutex locks
Takashi Iwai
-65
/
+35
2025-08-26
ALSA: usb-audio: us144mkii: Fixes for handshake, MIDI out and cleanup
Šerif Rami
-3
/
+2
2025-08-20
ALSA: usb-audio: us144mkii: Fix null-deref in tascam_midi_in_urb_complete()
Šerif Rami
-2
/
+6
2025-08-19
ALSA: usb-audio: us144mkii: Use le16_to_cpu() for product ID comparison
Šerif Rami
-2
/
+2
2025-08-15
ALSA: usb-audio: Add infrastructure for TASCAM US-144MKII
Šerif Rami
-6
/
+2
2025-08-15
ALSA: usb-audio: us144mkii: Add deep sleep command
Šerif Rami
-0
/
+8
2025-08-15
ALSA: usb-audio: us144mkii: Add MIDI support and mixer controls
Šerif Rami
-110
/
+1218
2025-08-15
ALSA: usb-audio: us144mkii: Implement audio capture and decoding
Šerif Rami
-8
/
+387
2025-08-15
ALSA: usb-audio: us144mkii: Implement audio playback and feedback
Šerif Rami
-27
/
+963
2025-08-15
ALSA: usb-audio: us144mkii: Add PCM core infrastructure
Šerif Rami
-6
/
+428
2025-08-15
ALSA: usb-audio: Add initial driver for TASCAM US-144MKII
Šerif Rami
-0
/
+288
2025-07-11
ALSA: usx2y: Use safer strscpy() instead of strcpy()
Takashi Iwai
-3
/
+3
2025-03-03
ALSA: usx2y: validate nrpacks module parameter on probe
Murad Masimov
-27
/
+37
2024-11-13
ALSA: us122l: Drop mmap_count field
Takashi Iwai
-18
/
+0
2024-11-13
ALSA: us122l: Use snd_card_free_when_closed() at disconnection
Takashi Iwai
-4
/
+1
2024-11-13
ALSA: usx2y: Use snd_card_free_when_closed() at disconnection
Takashi Iwai
-1
/
+1
2024-08-09
ALSA: usx2y: Drop no longer used variable
Takashi Iwai
-2
/
+1
2024-08-08
ALSA: usx2y: Use standard print API
Takashi Iwai
-150
/
+141
2024-05-08
ALSA: usb: Use *-y instead of *-objs in Makefile
Takashi Iwai
-2
/
+2
2023-09-23
ALSA: usx2y: Annotate struct snd_usx2y_urb_seq with __counted_by
Kees Cook
-2
/
+2
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
-4
/
+4
2022-09-27
ALSA: usx2y: Replace runtime->status->state reference to runtime->state
Takashi Iwai
-4
/
+2
2022-04-23
sound: usb: remove third argument of usb_maxpacket()
Vincent Mailhol
-5
/
+5
2021-12-06
ALSA: Fix some typo
Christophe JAILLET
-1
/
+1
2021-09-21
ALSA: usx2y: Prefer struct_size over open coded arithmetic
Len Baker
-5
/
+6
2021-07-05
ALSA: usx2y: fix spelling mistakes
gushengxian
-2
/
+2
2021-05-25
Merge branch 'topic/pci-rescan-prep-v2' into for-next
Takashi Iwai
-1
/
+1
2021-05-25
ALSA: Drop superfluous argument from snd_power_wait()
Takashi Iwai
-1
/
+1
2021-05-17
ALSA: usx2y: Nuke pcm_list
Takashi Iwai
-4
/
+1
2021-05-17
ALSA: usx2y: Cleanup probe and disconnect callbacks
Takashi Iwai
-67
/
+40
2021-05-17
ALSA: usx2y: Don't call free_pages_exact() with NULL address
Takashi Iwai
-2
/
+5
2021-05-17
ALSA: usx2y: Fix shmem initialization
Takashi Iwai
-9
/
+10
2021-05-17
ALSA: usxy2: Fix potential doubly allocations
Takashi Iwai
-3
/
+6
2021-05-17
ALSA: usx2y: Fix potential memory leaks
Takashi Iwai
-6
/
+33
2021-05-17
ALSA: usx2y: Avoid self-killing
Takashi Iwai
-1
/
+0
2021-05-17
ALSA: usx2y: Fix potential leaks of uninitialized memory
Takashi Iwai
-10
/
+15
2021-05-17
ALSA: usx2y: Coding style fixes
Takashi Iwai
-320
/
+381
2021-05-17
ALSA: usx2y: Fix spaces
Takashi Iwai
-211
/
+256
2021-05-17
ALSA: usx2y: Avoid camelCase
Takashi Iwai
-649
/
+649
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
-1
/
+0
2020-09-25
sound: usx2y: move to use usb_control_msg_send()
Greg Kroah-Hartman
-34
/
+8
2020-09-25
Revert "sound: usx2y: move to use usb_control_msg_send()"
Oliver Neukum
-8
/
+34
2020-09-16
sound: usx2y: move to use usb_control_msg_send()
Greg Kroah-Hartman
-34
/
+8
[next]