ALSA: ymfpci: Use u16 consistently for old_legacy_ctrl
authorTasos Sahanidis <tasos@tasossah.com>
Wed, 29 Mar 2023 04:36:27 +0000 (07:36 +0300)
committerTakashi Iwai <tiwai@suse.de>
Wed, 29 Mar 2023 06:28:47 +0000 (08:28 +0200)
commita8752868b74c0ce4491d0b62805fc99b0f6c3b15
tree9c0dfb91366fbff65983f9f0275456ee716d3403
parent4fa4a14773fbf1cd848aaec4f7cf129816d7b2f1
ALSA: ymfpci: Use u16 consistently for old_legacy_ctrl

There's no need to switch between unsigned short and u16, especially since
all the functions that end up using old_legacy_ctrl specify u16 anyway.

Signed-off-by: Tasos Sahanidis <tasos@tasossah.com>
Link: https://lore.kernel.org/r/20230329043627.178899-1-tasos@tasossah.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ymfpci/ymfpci.h
sound/pci/ymfpci/ymfpci_main.c