From: Takashi Sakamoto Date: Tue, 27 May 2014 15:14:39 +0000 (+0900) Subject: ALSA: fireworks: Use the same prototype for functions as actual declaration X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~40^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93219d0649703f4106bbc44b9bb71771475ee254;p=pandora-kernel.git 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 Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed