commit | 8c0ab942e05941ade5f1fca59d29b7034fdf164c | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jul 25 23:24:09 2018 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jul 27 09:06:08 2018 +0200 |
tree | 97895cb26d02ef431a5d84eb7488712cff2afa1d | |
parent | 7752a7de2596097c8f702fd652cba05118f83bcc [diff] |
ALSA: maestro3: Proper endian notations The ASSP data passed to maestro3 driver is in little-endian format, hence the data pointer should be with __le16. Spotted by sparse, warnings like: sound/pci/maestro3.c:2128:35: warning: cast to restricted __le16 Signed-off-by: Takashi Iwai <tiwai@suse.de>