Skip to content

Commit db13e3d

Browse files
simontrimmerbroonie
authored andcommitted
ALSA: hda: cs35l56: Log tuning unique identifiers during firmware load
The cs35l56 smart amplifier has some informational firmware controls that are populated by a tuning bin file to unique values - logging these during firmware load identifies the specific configuration being used on that device instance. Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com> Acked-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/2fcc0e6fc5b8669acb026bebe44a4995ac83b967.1747142267.git.simont@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 823a036 commit db13e3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/pci/hda/cs35l56_hda.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,8 @@ static void cs35l56_hda_fw_load(struct cs35l56_hda *cs35l56)
678678
if (ret)
679679
cs_dsp_stop(&cs35l56->cs_dsp);
680680

681+
cs35l56_log_tuning(&cs35l56->base, &cs35l56->cs_dsp);
682+
681683
err_powered_up:
682684
if (!cs35l56->base.fw_patched)
683685
cs_dsp_power_down(&cs35l56->cs_dsp);

0 commit comments

Comments
 (0)