summaryrefslogtreecommitdiff
path: root/sound/usb/fcp.c
AgeCommit message (Expand)AuthorFilesLines
12 daysALSA: usb-audio: Guard FCP protocol transfersWill Porter1-0/+8
2026-08-17Merge branch 'for-next' into for-linusTakashi Iwai1-18/+24
2026-08-10ALSA: FCP: Use a private URB for the notification endpointGeoffrey D. Bennett1-17/+21
2026-08-05ALSA: FCP: do not copy out an uninitialised init responseBaul Lee1-1/+3
2026-08-04ALSA: FCP: fix OOB write in fcp_meter_ctl_get()Baul Lee1-1/+9
2026-06-26ALSA: FCP: Fix NULL pointer dereference in interface lookupJiaming Zhang1-0/+2
2026-05-19ALSA: usb-audio: Use flexible allocation for FCP packetsRosen Penev1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2025-12-17ALSA: usb-audio: Relax __free() variable declarationsTakashi Iwai1-18/+18
2025-10-07ALSA: usb: fpc: replace kmalloc_array followed by copy_from_user with memdup_...Pedro Demarchi Gomes1-6/+3
2025-09-10ALSA: usb: fcp: Use guard() for spin locksTakashi Iwai1-10/+7
2025-05-16ALSA: usb: fcp: Use USB API functions rather than constantsChen Ni1-2/+1
2025-01-21ALSA: usb: fcp: Fix return code from poll opsTakashi Iwai1-5/+5
2025-01-21ALSA: usb: fcp: Fix incorrect resp->opcode retrievalTakashi Iwai1-1/+1
2025-01-21ALSA: usb: fcp: Fix meter_levels type to __le32Takashi Iwai1-4/+4
2025-01-20ALSA: usb: fcp: Fix hwdep read ops typesStephen Rothwell1-3/+3
2025-01-18ALSA: FCP: Add Focusrite Control Protocol driverGeoffrey D. Bennett1-0/+1134