commit | 9c78e803192a5ecf98b1a5e664c40d8223084e43 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jun 08 16:05:35 2021 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jun 09 17:30:33 2021 +0200 |
tree | 5f37c2c8692276ce97b3a537c11833a57eb7faf5 | |
parent | ed1567c106726d0629c461053e2bc2e9365de9aa [diff] |
ALSA: opl3: Fix assignment in if condition OPL3 helper code contains a few assignments in if condition, which is a bad coding style that may confuse readers and occasionally lead to bugs. This patch is merely for coding-style fixes, no functional changes. Link: https://lore.kernel.org/r/20210608140540.17885-62-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>