diff options
author | Geoffrey D. Bennett <g@b4.vu> | 2023-12-27 04:38:58 +1030 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2023-12-29 15:52:14 +0100 |
commit | 4e809a299677b8a9a239574a787620cb4f6c086a (patch) | |
tree | 126d4f2da2b034a8fb512740683dc397f3a42010 /include/uapi/sound | |
parent | 2ecca0df90cbd082ab61530bb4e758a0fb970d21 (diff) |
ALSA: scarlett2: Add support for Solo, 2i2, and 4i4 Gen 4
Add new Focusrite Scarlett Gen 4 USB IDs, notification arrays, config
sets, and device info data.
Signed-off-by: Geoffrey D. Bennett <g@b4.vu>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/b33526d3b7a56bb2c86aa4eb2137a415bd23f1ce.1703612638.git.g@b4.vu
Diffstat (limited to 'include/uapi/sound')
-rw-r--r-- | include/uapi/sound/scarlett2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/sound/scarlett2.h b/include/uapi/sound/scarlett2.h index d0ff38ffa154..91467ab0ed70 100644 --- a/include/uapi/sound/scarlett2.h +++ b/include/uapi/sound/scarlett2.h @@ -1,8 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Focusrite Scarlett 2 Protocol Driver for ALSA - * (including Scarlett 2nd Gen, 3rd Gen, Clarett USB, and Clarett+ - * series products) + * (including Scarlett 2nd Gen, 3rd Gen, 4th Gen, Clarett USB, and + * Clarett+ series products) * * Copyright (c) 2023 by Geoffrey D. Bennett <g at b4.vu> */ |