dai: Rephrase misleading log from dai_config()

Structure X.Y is as usual used to describe pipeline and component
id, so usage of them in different context may be misleading.

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
This commit is contained in:
Karol Trzcinski 2020-06-23 06:59:20 +02:00 committed by Liam Girdwood
parent 99d7152a11
commit 4e867bcad4
1 changed files with 1 additions and 1 deletions

View File

@ -738,7 +738,7 @@ static int dai_config(struct comp_dev *dev, struct sof_ipc_dai_config *config)
int channel = 0;
int handshake;
comp_info(dev, "dai_config() dai %d.%d",
comp_info(dev, "dai_config() dai type = %d index = %d",
config->type, config->dai_index);
/* cannot configure DAI while active */