commit | 2a833a02a12b1dbb605739d589d11b4400c2078c | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jul 25 23:24:10 2018 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jul 27 09:06:09 2018 +0200 |
tree | e05711f7f6f779550072cc2c4f20f772d92e2a25 | |
parent | 8c0ab942e05941ade5f1fca59d29b7034fdf164c [diff] |
ALSA: echoaudio: Proper endian notations Many data fields defined in echoaudio drivers are in little-endian, hence they should be defined with __le16 or __le32. This makes it easier to catch the forgotten conversions. Spotted by sparse, a warning like: sound/pci/echoaudio/echoaudio_dsp.c:990:36: warning: incorrect type in assignment (different base types) Signed-off-by: Takashi Iwai <tiwai@suse.de>