summaryrefslogtreecommitdiff
path: root/sound/usb/mixer_scarlett2.c
AgeCommit message (Expand)AuthorFilesLines
14 daysALSA: usb-audio: Guard Scarlett2 protocol transfersWill Porter1-6/+30
2026-08-10ALSA: scarlett2: Use a private URB for the notification endpointGeoffrey D. Bennett1-35/+63
2026-05-26Revert "ALSA: scarlett2: Fix 2i2 Gen 4 direct monitor gain on firmware 2417"Takashi Iwai1-29/+4
2026-05-25Merge branch 'for-linus' into for-nextTakashi Iwai1-6/+34
2026-05-25ALSA: scarlett2: Fix 2i2 Gen 4 direct monitor gain on firmware 2417Geoffrey D. Bennett1-4/+29
2026-05-20ALSA: scarlett2: Allow flash writes ending at segment boundaryCássio Gabriel1-2/+5
2026-05-19ALSA: usb-audio: Use flexible allocation for Scarlett2 packetsRosen Penev1-5/+5
2026-05-15Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+2
2026-05-15ALSA: scarlett2: Add missing error check when initialise Autogain StatusRobertus Diawan Chris1-0/+2
2026-04-27ALSA: scarlett2: Add Gen 4 firmware 2417 front-panel controlsGeoffrey D. Bennett1-3/+295
2026-04-27ALSA: scarlett2: Add Gen 4 firmware 2417 autogain status textGeoffrey D. Bennett1-0/+1
2026-04-27ALSA: scarlett2: Update offsets for 2i2 Gen 4 firmware 2417Geoffrey D. Bennett1-0/+58
2026-04-27ALSA: scarlett2: Fold min_firmware_version into config_setsGeoffrey D. Bennett1-12/+9
2026-04-27ALSA: scarlett2: Allow selecting config_set by firmware versionGeoffrey D. Bennett1-22/+121
2026-04-06ALSA: scarlett2: Add missing sentinel initializer fieldPanagiotis Petrakopoulos1-1/+1
2026-03-10ALSA: usb-audio: Check endpoint numbers at parsing Scarlett2 mixer interfacesTakashi Iwai1-0/+2
2026-02-23ALSA: scarlett2: Fix DSP filter control array handlingGeoffrey D. Bennett1-7/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-08Merge branch 'for-linus' into for-nextTakashi Iwai1-3/+3
2026-01-17ALSA: scarlett2: Fix buffer overflow in config retrievalSamasth Norway Ananda1-3/+3
2025-12-17ALSA: usb-audio: Relax __free() variable declarationsTakashi Iwai1-11/+10
2025-09-06ALSA: scarlett2: Add Vocaster speaker/headphone mute controlsGeoffrey D. Bennett1-1/+96
2025-08-12ALSA: usb: scarlett2: Clean ups with guard() and __free()Takashi Iwai1-880/+437
2025-07-31ALSA: usb: scarlett2: Fix missing NULL checkTakashi Iwai1-1/+6
2025-07-28ALSA: scarlett2: Add retry on -EPROTO from scarlett2_usb_tx()Geoffrey D. Bennett1-0/+7
2025-07-11ALSA: usb-audio: Copy string more safelyTakashi Iwai1-6/+8
2025-05-16ALSA: scarlett2: Use USB API functions rather than constantsChen Ni1-2/+1
2025-01-18ALSA: scarlett2: Add device_setup option to use FCP driverGeoffrey D. Bennett1-0/+8
2024-10-25Merge branch 'topic/compress-accel' into for-nextTakashi Iwai1-0/+2
2024-10-11ALSA: scarlett2: Add error check after retrieving PEQ filter valuesZhu Jun1-0/+2
2024-10-08ALSA: scarlett2: Add support for device map retrievalGeoffrey D. Bennett1-1/+138
2024-10-08ALSA: scarlett2: Simplify linked channel handlingGeoffrey D. Bennett1-49/+22
2024-10-08ALSA: scarlett2: Return ENOSPC for out-of-bounds flash writesGeoffrey D. Bennett1-1/+1
2024-10-08ALSA: scarlett2: Fix mixed declarations and code warningGeoffrey D. Bennett1-2/+2
2024-10-08ALSA: scarlett2: Fix redeclaration of loop variableGeoffrey D. Bennett1-2/+2
2024-05-12ALSA: scarlett2: Increase mixer range to +12dBGeoffrey D. Bennett1-4/+5
2024-05-12ALSA: scarlett2: Add S/PDIF source selection controlsGeoffrey D. Bennett1-0/+179
2024-04-21ALSA: scarlett2: Zero initialize ret in scarlett2_ag_target_ctl_get()Nathan Chancellor1-1/+1
2024-04-18ALSA: scarlett2: Add Bluetooth volume control for Vocaster TwoGeoffrey D. Bennett1-0/+156
2024-04-18ALSA: scarlett2: Add autogain target controlsGeoffrey D. Bennett1-0/+207
2024-04-18ALSA: scarlett2: Add support for Focusrite Vocaster One and TwoGeoffrey D. Bennett1-4/+163
2024-04-18ALSA: scarlett2: Add DSP controlsGeoffrey D. Bennett1-0/+855
2024-04-18ALSA: scarlett2: Add input mute controlsGeoffrey D. Bennett1-1/+141
2024-04-18ALSA: scarlett2: Define autogain status texts per-config-setGeoffrey D. Bennett1-7/+25
2024-04-18ALSA: scarlett2: Define the maximum preamp input gain per-config-setGeoffrey D. Bennett1-8/+12
2024-04-18ALSA: scarlett2: Add additional input configuration parametersGeoffrey D. Bennett1-56/+80
2024-04-18ALSA: scarlett2: Add support for config items with size = 32Geoffrey D. Bennett1-1/+6
2024-04-18ALSA: scarlett2: Add pbuf field to struct scarlett2_configGeoffrey D. Bennett1-39/+46
2024-04-18ALSA: scarlett2: Rename gen4_write_addr to param_buf_addrGeoffrey D. Bennett1-19/+18