summaryrefslogtreecommitdiffstats
path: root/sound/usb/usx2y
AgeCommit message (Expand)AuthorLines
12 daysALSA: us122l: drop redundant interface referencesJohan Hovold-10/+2
2026-02-26ALSA: us144mkii: Drop kernel-doc markersTakashi Iwai-50/+50
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+4
2025-12-17ALSA: usx2y: Relax __free() variable declarationsTakashi Iwai-6/+6
2025-09-01ALSA: usx2y: Use guard() for mutex locksTakashi Iwai-65/+35
2025-08-26ALSA: usb-audio: us144mkii: Fixes for handshake, MIDI out and cleanupŠerif Rami-3/+2
2025-08-20ALSA: usb-audio: us144mkii: Fix null-deref in tascam_midi_in_urb_complete()Šerif Rami-2/+6
2025-08-19ALSA: usb-audio: us144mkii: Use le16_to_cpu() for product ID comparisonŠerif Rami-2/+2
2025-08-15ALSA: usb-audio: Add infrastructure for TASCAM US-144MKIIŠerif Rami-6/+2
2025-08-15ALSA: usb-audio: us144mkii: Add deep sleep commandŠerif Rami-0/+8
2025-08-15ALSA: usb-audio: us144mkii: Add MIDI support and mixer controlsŠerif Rami-110/+1218
2025-08-15ALSA: usb-audio: us144mkii: Implement audio capture and decodingŠerif Rami-8/+387
2025-08-15ALSA: usb-audio: us144mkii: Implement audio playback and feedbackŠerif Rami-27/+963
2025-08-15ALSA: usb-audio: us144mkii: Add PCM core infrastructureŠerif Rami-6/+428
2025-08-15ALSA: usb-audio: Add initial driver for TASCAM US-144MKIIŠerif Rami-0/+288
2025-07-11ALSA: usx2y: Use safer strscpy() instead of strcpy()Takashi Iwai-3/+3
2025-03-03ALSA: usx2y: validate nrpacks module parameter on probeMurad Masimov-27/+37
2024-11-13ALSA: us122l: Drop mmap_count fieldTakashi Iwai-18/+0
2024-11-13ALSA: us122l: Use snd_card_free_when_closed() at disconnectionTakashi Iwai-4/+1
2024-11-13ALSA: usx2y: Use snd_card_free_when_closed() at disconnectionTakashi Iwai-1/+1
2024-08-09ALSA: usx2y: Drop no longer used variableTakashi Iwai-2/+1
2024-08-08ALSA: usx2y: Use standard print APITakashi Iwai-150/+141
2024-05-08ALSA: usb: Use *-y instead of *-objs in MakefileTakashi Iwai-2/+2
2023-09-23ALSA: usx2y: Annotate struct snd_usx2y_urb_seq with __counted_byKees Cook-2/+2
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-4/+4
2022-09-27ALSA: usx2y: Replace runtime->status->state reference to runtime->stateTakashi Iwai-4/+2
2022-04-23sound: usb: remove third argument of usb_maxpacket()Vincent Mailhol-5/+5
2021-12-06ALSA: Fix some typoChristophe JAILLET-1/+1
2021-09-21ALSA: usx2y: Prefer struct_size over open coded arithmeticLen Baker-5/+6
2021-07-05ALSA: usx2y: fix spelling mistakesgushengxian-2/+2
2021-05-25Merge branch 'topic/pci-rescan-prep-v2' into for-nextTakashi Iwai-1/+1
2021-05-25ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai-1/+1
2021-05-17ALSA: usx2y: Nuke pcm_listTakashi Iwai-4/+1
2021-05-17ALSA: usx2y: Cleanup probe and disconnect callbacksTakashi Iwai-67/+40
2021-05-17ALSA: usx2y: Don't call free_pages_exact() with NULL addressTakashi Iwai-2/+5
2021-05-17ALSA: usx2y: Fix shmem initializationTakashi Iwai-9/+10
2021-05-17ALSA: usxy2: Fix potential doubly allocationsTakashi Iwai-3/+6
2021-05-17ALSA: usx2y: Fix potential memory leaksTakashi Iwai-6/+33
2021-05-17ALSA: usx2y: Avoid self-killingTakashi Iwai-1/+0
2021-05-17ALSA: usx2y: Fix potential leaks of uninitialized memoryTakashi Iwai-10/+15
2021-05-17ALSA: usx2y: Coding style fixesTakashi Iwai-320/+381
2021-05-17ALSA: usx2y: Fix spacesTakashi Iwai-211/+256
2021-05-17ALSA: usx2y: Avoid camelCaseTakashi Iwai-649/+649
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-1/+0
2020-09-25sound: usx2y: move to use usb_control_msg_send()Greg Kroah-Hartman-34/+8
2020-09-25Revert "sound: usx2y: move to use usb_control_msg_send()"Oliver Neukum-8/+34
2020-09-16sound: usx2y: move to use usb_control_msg_send()Greg Kroah-Hartman-34/+8