• Takashi Iwai's avatar
    ALSA: hda: Proper endian notations for BDL pointers · 7362b0fc
    Takashi Iwai authored
    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>
    7362b0fc
hdac_stream.c 19.3 KB