Skip to content

Commit cd3d030

Browse files
bardliaoranj063
authored andcommitted
ASoC: Intel: sof_sdw: improve the log of DAI link numbers
The log shows the number for different type of DAIs. Add "DAI link numbers:" to make the log be more explicit. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent 15595ab commit cd3d030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ static int sof_card_dai_links_create(struct snd_soc_card *card)
11521152
if (sof_sdw_quirk & SOF_SSP_BT_OFFLOAD_PRESENT)
11531153
bt_num = 1;
11541154

1155-
dev_dbg(dev, "sdw %d, ssp %d, dmic %d, hdmi %d, bt: %d\n",
1155+
dev_dbg(dev, "DAI link numbers: sdw %d, ssp %d, dmic %d, hdmi %d, bt: %d\n",
11561156
sdw_be_num, ssp_num, dmic_num,
11571157
intel_ctx->hdmi.idisp_codec ? hdmi_num : 0, bt_num);
11581158

0 commit comments

Comments
 (0)