Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] ALSA: hda: Compilation and firmware-loading fixes
@ 2025-01-09 12:52 Cezary Rojewski
  2025-01-09 12:52 ` [PATCH 1/3] ALSA: hda: Fix compilation of snd_hdac_adsp_xxx() helpers Cezary Rojewski
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Cezary Rojewski @ 2025-01-09 12:52 UTC (permalink / raw)
  To: tiwai; +Cc: linux-sound, broonie, perex, amadeuszx.slawinski, Cezary Rojewski

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(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-01-09 17:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-09 12:52 [PATCH 0/3] ALSA: hda: Compilation and firmware-loading fixes Cezary Rojewski
2025-01-09 12:52 ` [PATCH 1/3] ALSA: hda: Fix compilation of snd_hdac_adsp_xxx() helpers Cezary Rojewski
2025-01-09 12:42   ` Jaroslav Kysela
2025-01-09 14:20     ` Takashi Iwai
2025-01-09 14:41       ` Cezary Rojewski
2025-01-09 14:52         ` Takashi Iwai
2025-01-09 12:52 ` [PATCH 2/3] ALSA: hda: Transfer firmware in two chunks Cezary Rojewski
2025-01-09 14:29   ` Takashi Iwai
2025-01-09 17:13     ` Cezary Rojewski
2025-01-09 12:52 ` [PATCH 3/3] ALSA: control: Fix argument type mismatch Cezary Rojewski
2025-01-09 14:31   ` Takashi Iwai
2025-01-09 14:47     ` Cezary Rojewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox