From: Takashi Sakamoto Date: Wed, 4 Jun 2014 06:25:35 +0000 (+0900) Subject: ALSA: fireworks: Remove a constant over width to which it's applied X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3479150923d164470eef7f33b0192f82de51403;p=pandora-kernel.git ALSA: fireworks: Remove a constant over width to which it's applied The constants of enum snd_efw_grp_type is for struct snd_efw_phys_grp.type. But this member is 1 byte. Although the value is between 0x00-0xff, a constant has 0x10000. This constant is meaningless. Signed-off-by: Takashi Sakamoto Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed