Skip to content

Commit 796106e

Browse files
morimotobroonie
authored andcommitted
ASoC: rsnd: indicate unsupported clock rate
It will indicate "unsupported clock rate" when setup clock failed. But it is unclear what kind of rate was failed. Indicate it. Signed-off-by: Kuninori Morimoto <[email protected]> Reviewed-by: Yoshihiro Shimoda <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 98fcb50 commit 796106e

File tree

1 file changed

+2
-1
lines changed
  • sound/soc/renesas/rcar

1 file changed

+2
-1
lines changed

sound/soc/renesas/rcar/ssi.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,8 @@ static int rsnd_ssi_master_clk_start(struct rsnd_mod *mod,
336336
return 0;
337337

338338
rate_err:
339-
dev_err(dev, "unsupported clock rate\n");
339+
dev_err(dev, "unsupported clock rate (%d)\n", rate);
340+
340341
return ret;
341342
}
342343

0 commit comments

Comments
 (0)