]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: fireworks: Remove a constant over width to which it's applied
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 4 Jun 2014 06:25:35 +0000 (15:25 +0900)
committerTakashi Iwai <tiwai@suse.de>
Wed, 4 Jun 2014 12:36:40 +0000 (14:36 +0200)
commit836c39d511269e5d1c989d0c425b2426522add69
treedaee84dd8901b1c59853906097b2ac80e4e34cdb
parent68a2eb7f8cc2420c0cd37d49255c8c4017e0ea1f
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 <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/fireworks/fireworks.h