14 Dec
2023
14 Dec
'23
12:05 p.m.
On Thu, 14 Dec 2023 00:49:20 +0100, Gergo Koteles wrote:
Calling component_add starts loading the firmware, the callback function writes the program to the amplifiers. If the module resets the amplifiers after component_add, it happens that one of the amplifiers does not work because the reset and program writing are interleaving.
Call tas2781_reset before component_add to ensure reliable initialization.
Fixes: 5be27f1e3ec9 ("ALSA: hda/tas2781: Add tas2781 HDA driver") CC: stable@vger.kernel.org Signed-off-by: Gergo Koteles soyer@irl.hu
Thanks, applied now.
Takashi