ALSA: scarlett2: Add config set struct
authorGeoffrey D. Bennett <g@b4.vu>
Sun, 24 Dec 2023 19:22:47 +0000 (05:52 +1030)
committerTakashi Iwai <tiwai@suse.de>
Fri, 29 Dec 2023 14:41:22 +0000 (15:41 +0100)
commitc0a7e1d859e76b121afe177f1ca04e121ecbb27d
tree140a431c5f775486db720a5c64a055a05afbb720
parentc13d43a8582aa9b003b40fc6eecb66bd4ee8b5d6
ALSA: scarlett2: Add config set struct

Add struct scarlett2_config_set so that data which is common to all
devices in a config set can be stored there rather than in the
model-specific data.

Accordingly, rename scarlett2_config_items[] to
scarlett2_config_sets[].

Signed-off-by: Geoffrey D. Bennett <g@b4.vu>
Link: https://lore.kernel.org/r/bfdb04cd6239af9a8c26a52da0537980f77c0437.1703444932.git.g@b4.vu
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/mixer_scarlett2.c