ALSA: usb-audio: Use int for dB map values
authorTakashi Iwai <tiwai@suse.de>
Tue, 16 Nov 2021 06:54:13 +0000 (07:54 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 16 Nov 2021 06:55:14 +0000 (07:55 +0100)
commitfd23116d7b8dffa05f42a857eee6ee9cce238d24
treebe71aad8f8b9af2ba466e3049e19c8f676470d4e
parent4f66a9ef37d3c09917a1edc065ff68b895e0b163
ALSA: usb-audio: Use int for dB map values

The values in usbmix_dB_map should be rather signed while we're using
u32.  As the copied target (usb_mixer_elem_info.dBmin and dBmax) is
int, let's make them also int.

Link: https://lore.kernel.org/r/20211116065415.11159-2-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/mixer_maps.c