ALSA: scarlett2: Change num_mux_* from int to u8
authorGeoffrey D. Bennett <g@b4.vu>
Sun, 24 Dec 2023 19:28:07 +0000 (05:58 +1030)
committerTakashi Iwai <tiwai@suse.de>
Fri, 29 Dec 2023 14:41:23 +0000 (15:41 +0100)
commite5fab78cd8e867b2201eadabe4871100881e2a64
tree08796c6cfb3b747a7647b8b359838e910609a9e0
parent648bd468b28c37a8c84050953627011eacad84f5
ALSA: scarlett2: Change num_mux_* from int to u8

num_mux_srcs and num_mux_dsts will fit into a u8, so change the type.
More similar counts are coming soon.

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