diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-07-25 23:24:03 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-07-27 09:06:01 +0200 |
commit | 7362b0fca5de9570b5ba7bce5034105028daa599 (patch) | |
tree | c2488d2b7eec981f03152395cf98536777ae36c3 /sound/pci | |
parent | ALSA: trident: Proper endian notations (diff) | |
download | linux-7362b0fca5de9570b5ba7bce5034105028daa599.tar.xz linux-7362b0fca5de9570b5ba7bce5034105028daa599.zip |
ALSA: hda: Proper endian notations for BDL pointers
The BDL pointer used in snd_hdac_dsp_prepare() should be declared as
__le32, as warned by sparse:
sound/hda/hdac_stream.c:655:47: warning: incorrect type in argument 4 (different base types)
sound/hda/hdac_stream.c:655:47: expected restricted __le32 [usertype] **bdlp
sound/hda/hdac_stream.c:655:47: got unsigned int [usertype] **<noident>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
0 files changed, 0 insertions, 0 deletions