commit | 0e7ca66a97c3bbf0b7665010d1b1d6a8c8e3811e | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jul 25 23:24:05 2018 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jul 27 09:06:03 2018 +0200 |
tree | 53c3a4c66724321a65392f8a776e3ba502390a24 | |
parent | be05e3de3a933156d472127f659d4473c461dcc5 [diff] |
ALSA: mixart: Proper endian notations The miXart driver deals with big-endian values as raw data, while it declares most of variables as u32. This leads to sparse warnings like sound/pci/mixart/mixart.c:1203:23: warning: cast to restricted __be32 Fix them by properly defining the structs and add the explicit cast to macros. Signed-off-by: Takashi Iwai <tiwai@suse.de>