diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-07-26 00:00:52 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-07-26 09:31:48 +0300 |
commit | 7e9c20f40304a16d5f69dbdc44a551cc48252266 (patch) | |
tree | 5614c2a1684e3f782d73fcc46d5c0cf89501cf14 /sound/drivers/opl3/opl3_drums.c | |
parent | ebd836edfc4324da016ce0c09f809f882a133f50 (diff) | |
download | linux-7e9c20f40304a16d5f69dbdc44a551cc48252266.tar.xz |
ALSA: opl3: Declare common variables properly
Move the declarations of common variables into opl3_voice.h instead of
declaring at each file multiple times, which was error-prone.
This fixes sparse warnings like:
sound/drivers/opl3/opl3_synth.c:51:6: warning: symbol 'snd_opl3_regmap' was not declared. Should it be static?
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/drivers/opl3/opl3_drums.c')
-rw-r--r-- | sound/drivers/opl3/opl3_drums.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/drivers/opl3/opl3_drums.c b/sound/drivers/opl3/opl3_drums.c index 73694380734a..14929822956c 100644 --- a/sound/drivers/opl3/opl3_drums.c +++ b/sound/drivers/opl3/opl3_drums.c @@ -21,8 +21,6 @@ #include "opl3_voice.h" -extern char snd_opl3_regmap[MAX_OPL2_VOICES][4]; - static char snd_opl3_drum_table[47] = { OPL3_BASSDRUM_ON, OPL3_BASSDRUM_ON, OPL3_HIHAT_ON, /* 35 - 37 */ |