diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-06-04 15:25:35 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-06-04 14:36:40 +0200 |
commit | f3479150923d164470eef7f33b0192f82de51403 (patch) | |
tree | daee84dd8901b1c59853906097b2ac80e4e34cdb /sound | |
parent | 72f784f7d0da3072ee9ad9b31b88094bc0abc2df (diff) | |
download | linux-exynos-f3479150923d164470eef7f33b0192f82de51403.tar.gz linux-exynos-f3479150923d164470eef7f33b0192f82de51403.tar.bz2 linux-exynos-f3479150923d164470eef7f33b0192f82de51403.zip |
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/firewire/fireworks/fireworks.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/firewire/fireworks/fireworks.h b/sound/firewire/fireworks/fireworks.h index d2b36be4d2f8..4f0201a95222 100644 --- a/sound/firewire/fireworks/fireworks.h +++ b/sound/firewire/fireworks/fireworks.h @@ -162,7 +162,6 @@ enum snd_efw_grp_type { SND_EFW_CH_TYPE_GUITAR = 7, SND_EFW_CH_TYPE_PIEZO_GUITAR = 8, SND_EFW_CH_TYPE_GUITAR_STRING = 9, - SND_EFW_CH_TYPE_VIRTUAL = 0x10000, SND_EFW_CH_TYPE_DUMMY }; struct snd_efw_phys_meters { |