Skip to content
Commit 7362b0fc authored by Takashi Iwai's avatar Takashi Iwai
Browse files

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: default avatarTakashi Iwai <tiwai@suse.de>
parent 752089fe
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment