Skip to content

Commit 0aa116a

Browse files
kv2019inashif
authored andcommitted
drivers: dai: intel: reduce log clutter in ssp_trigger
With addition of DAI_TRIGGER_COPY, the trigger callback may be called at a very high rate. Reduce the logging level from INF to DBG for the logs in dai_ssp_trigger(). Signed-off-by: Kai Vehmanen <[email protected]>
1 parent 81694a2 commit 0aa116a

File tree

1 file changed

+1
-1
lines changed
  • drivers/dai/intel/ssp

1 file changed

+1
-1
lines changed

drivers/dai/intel/ssp/ssp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ static int dai_ssp_trigger(const struct device *dev, enum dai_dir dir,
17961796
struct dai_intel_ssp_pdata *ssp = dai_get_drvdata(dp);
17971797
int array_index = SSP_ARRAY_INDEX(dir);
17981798

1799-
LOG_INF("%s cmd %d", __func__, cmd);
1799+
LOG_DBG("%s cmd %d", __func__, cmd);
18001800

18011801
switch (cmd) {
18021802
case DAI_TRIGGER_START:

0 commit comments

Comments
 (0)