mbox series

[0/3] ALSA: hda: Compilation and firmware-loading fixes

Message ID 20250109125204.3668961-1-cezary.rojewski@intel.com (mailing list archive)
Headers show
Series ALSA: hda: Compilation and firmware-loading fixes | expand

Message

Cezary Rojewski Jan. 9, 2025, 12:52 p.m. UTC
Small set of fixes, two of which are self-explanatory: address
compilation or static analysis problems.

The most impactful change updates the firmware loading flow so that the
binary is loaded in two chunks rather than just one. This is to follow
recommendation from the hardware team: SDxLVI is expected to be at least
1 (0-index based so 1+1=2 BDLEs) when performing any data transfer.

Cezary Rojewski (3):
  ALSA: hda: Fix compilation of snd_hdac_adsp_xxx() helpers
  ALSA: hda: Transfer firmware in two chunks
  ALSA: control: Fix argument type mismatch

 include/sound/control.h     |  2 +-
 include/sound/hdaudio_ext.h | 16 ++++++++--------
 sound/hda/hdac_stream.c     |  3 ++-
 3 files changed, 11 insertions(+), 10 deletions(-)