Skip to content

Commit 3c95316

Browse files
simontrimmertiwai
authored andcommitted
ALSA: hda: cs35l56: Raise device name message log level
The system and amplifier names influence which firmware and tuning files are downloaded to the device; log these values to aid end-user system support. Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com> Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Message-ID: <20240325142937.257869-1-rf@opensource.cirrus.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 188ab4b commit 3c95316

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sound/pci/hda/cs35l56_hda.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,8 +1024,8 @@ int cs35l56_hda_common_probe(struct cs35l56_hda *cs35l56, int hid, int id)
10241024
goto err;
10251025
}
10261026

1027-
dev_dbg(cs35l56->base.dev, "DSP system name: '%s', amp name: '%s'\n",
1028-
cs35l56->system_name, cs35l56->amp_name);
1027+
dev_info(cs35l56->base.dev, "DSP system name: '%s', amp name: '%s'\n",
1028+
cs35l56->system_name, cs35l56->amp_name);
10291029

10301030
regmap_multi_reg_write(cs35l56->base.regmap, cs35l56_hda_dai_config,
10311031
ARRAY_SIZE(cs35l56_hda_dai_config));

0 commit comments

Comments
 (0)