OSDN Git Service

ALSA: opl3: fix mismatch between snd_opl3_drum_switch definition and declaration
authorColin Ian King <colin.king@canonical.com>
Sun, 17 Mar 2019 23:21:24 +0000 (23:21 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 18 Mar 2019 12:50:46 +0000 (13:50 +0100)
commitb4748e7ab731e436cf5db4786358ada5dd2db6dd
treebe84149db8ebd2d84fe475a8a29746f19117f4d1
parent721f1e6c1fd137e7e2053d8e103b666faaa2d50c
ALSA: opl3: fix mismatch between snd_opl3_drum_switch definition and declaration

The function snd_opl3_drum_switch declaration in the header file
has the order of the two arguments on_off and vel swapped when
compared to the definition arguments of vel and on_off.  Fix this
by swapping them around to match the definition.

This error predates the git history, so no idea when this error
was introduced.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/opl3/opl3_voice.h