summaryrefslogtreecommitdiff
path: root/drivers/char/mwave/smapi.c
diff options
context:
space:
mode:
authorJiri Slaby (SUSE) <jirislaby@kernel.org>2025-11-19 12:19:49 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-11-26 16:40:46 +0300
commit00a925eee854e41bb6654e40246b8e7cf183ea0f (patch)
tree21da765f8ce3fd1c06298e76b1b1174a86d6ba2e /drivers/char/mwave/smapi.c
parent1c7e15b0e5b411589c6c5e3935f19f60bb52dd6c (diff)
downloadlinux-00a925eee854e41bb6654e40246b8e7cf183ea0f.tar.xz
char/mwave: drop typedefs
typedefs are unnecessary here. They rather obfuscate the code than help. So drop them and use the types directly. Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Link: https://patch.msgid.link/20251119091949.825958-7-jirislaby@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/char/mwave/smapi.c')
-rw-r--r--drivers/char/mwave/smapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/mwave/smapi.c b/drivers/char/mwave/smapi.c
index 107a2cb9c31c..df6354b24339 100644
--- a/drivers/char/mwave/smapi.c
+++ b/drivers/char/mwave/smapi.c
@@ -116,7 +116,7 @@ static int smapi_request(unsigned short inBX, unsigned short inCX,
}
-int smapi_query_DSP_cfg(SMAPI_DSP_SETTINGS * pSettings)
+int smapi_query_DSP_cfg(struct smapi_dsp_settings *pSettings)
{
int bRC;
unsigned short usAX, usBX, usCX, usDX, usDI, usSI;