Skip to content

Commit 11918cd

Browse files
cdownbroonie
authored andcommitted
ASoC: Intel: hda_dsp_common: don't multiline PCM topology warning
On my T14s Gen2 I saw the following: [ 16.057258] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3 [ 16.057261] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 4 [ 16.057263] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 5 [...and so on.] It looks like the double newline is a mistake, so remove one. Signed-off-by: Chris Down <chris@chrisdown.name> Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/YaOS0sBueAfApwOx@chrisdown.name Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 8752d9a commit 11918cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/intel/boards/hda_dsp_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ int hda_dsp_hdmi_build_controls(struct snd_soc_card *card,
6868
hpcm->pcm = NULL;
6969
hpcm->device = SNDRV_PCM_INVALID_DEVICE;
7070
dev_warn(card->dev,
71-
"%s: no PCM in topology for HDMI converter %d\n\n",
71+
"%s: no PCM in topology for HDMI converter %d\n",
7272
__func__, i);
7373
}
7474
i++;

0 commit comments

Comments
 (0)