SSP: Add trace print for config->format value into ssp_set_config()

This patch adds the trace information to BYT and APL platforms type
SSP drivers. The traced value helps to determine the configured serial
bus format.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2018-05-28 18:21:32 +03:00 committed by Liam Girdwood
parent 9ce979fc2d
commit 48a61423f6
2 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,7 @@ static inline int ssp_set_config(struct dai *dai,
}
trace_ssp("cos");
trace_value(config->format);
/* reset SSP settings */
/* sscr0 dynamic settings are DSS, EDSS, SCR, FRDC, ECS */

View File

@ -117,6 +117,7 @@ static inline int ssp_set_config(struct dai *dai,
}
trace_ssp("cos");
trace_value(config->format);
/* reset SSP settings */
/* sscr0 dynamic settings are DSS, EDSS, SCR, FRDC, ECS */