Re: [PATCH 1/2] ALSA: hda: tas2781: fix tas2563 EFI data endianness
From: Takashi Iwai
Date: Sat Aug 30 2025 - 03:42:17 EST
On Fri, 29 Aug 2025 18:04:49 +0200,
Gergo Koteles wrote:
>
> Before conversion to unify the calibration data management, the
> tas2563_apply_calib() function performed the big endian conversion and
> wrote the calibration data to the device. The writing is now done by the
> common tasdev_load_calibrated_data() function, but without conversion.
>
> Put the values into the calibration data buffer with the expected
> endianness.
>
> Fixes: 4fe238513407 ("ALSA: hda/tas2781: Move and unified the calibrated-data getting function for SPI and I2C into the tas2781_hda lib")
> Cc: <stable@xxxxxxxxxxxxxxx>
> Signed-off-by: Gergo Koteles <soyer@xxxxxx>
Applied both patches now.
thanks,
Takashi