projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90a7380
)
ASoC: Intel: sof_sdw: improve the log of DAI link numbers
author
Bard Liao
<yung-chuan.liao@linux.intel.com>
Fri, 6 Dec 2024 07:58:56 +0000
(15:58 +0800)
committer
Mark Brown
<broonie@kernel.org>
Mon, 9 Dec 2024 13:12:02 +0000
(13:12 +0000)
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>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Liam Girdwood <liam.r.girdwood@intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link:
https://patch.msgid.link/20241206075903.195730-4-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/sof_sdw.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/boards/sof_sdw.c
b/sound/soc/intel/boards/sof_sdw.c
index d9fdd17a96502298255325f25c617593c42c5c04..8b220df8ebc13a05bed5487f30eb5232df8e1bb7 100644
(file)
--- a/
sound/soc/intel/boards/sof_sdw.c
+++ b/
sound/soc/intel/boards/sof_sdw.c
@@
-1125,7
+1125,7
@@
static int sof_card_dai_links_create(struct snd_soc_card *card)
if (sof_sdw_quirk & SOF_SSP_BT_OFFLOAD_PRESENT)
bt_num = 1;
- dev_dbg(dev, "sdw %d, ssp %d, dmic %d, hdmi %d, bt: %d\n",
+ dev_dbg(dev, "
DAI link numbers:
sdw %d, ssp %d, dmic %d, hdmi %d, bt: %d\n",
sdw_be_num, ssp_num, dmic_num,
intel_ctx->hdmi.idisp_codec ? hdmi_num : 0, bt_num);