mirror of https://github.com/thesofproject/sof.git
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:
parent
9ce979fc2d
commit
48a61423f6
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue