commit | 93219d0649703f4106bbc44b9bb71771475ee254 | [log] [tgz] |
---|---|---|
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | Wed May 28 00:14:39 2014 +0900 |
committer | Takashi Iwai <tiwai@suse.de> | Tue May 27 17:35:04 2014 +0200 |
tree | 27aa8126839822d8700af37bfd6ea3191fee3fb6 | |
parent | ba06b2cbad2b97ee107667ab511f40b9be4f6846 [diff] |
ALSA: fireworks: Use the same prototype for functions as actual declaration There are two modes for Fireworks, IEC 61883 compliant or Windows. So it's better to use enum type instead of int to express the intension, even if C language specification defines to handle enum variables as usual integer. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>