Skip to content
Snippets Groups Projects
Commit 60f24c2b authored by minute's avatar minute
Browse files

WIP: fix SAI patch to remove noisy messages

parent ed56b044
No related branches found
No related tags found
No related merge requests found
diff --git a/sound/soc/fsl/fsl_sai.c b/sound/soc/fsl/fsl_sai.c diff --git a/sound/soc/fsl/fsl_sai.c b/sound/soc/fsl/fsl_sai.c
index 9d436b0c5718..6f408ee6043c 100644 index 9d436b0c5718..5423921535e9 100644
--- a/sound/soc/fsl/fsl_sai.c --- a/sound/soc/fsl/fsl_sai.c
+++ b/sound/soc/fsl/fsl_sai.c +++ b/sound/soc/fsl/fsl_sai.c
@@ -348,21 +348,12 @@ static int fsl_sai_set_bclk(struct snd_soc_dai *dai, bool tx, u32 freq) @@ -348,21 +348,12 @@ static int fsl_sai_set_bclk(struct snd_soc_dai *dai, bool tx, u32 freq)
...@@ -13,8 +13,7 @@ index 9d436b0c5718..6f408ee6043c 100644 ...@@ -13,8 +13,7 @@ index 9d436b0c5718..6f408ee6043c 100644
- if (ret != 0 && clk_rate / ret < 1000) - if (ret != 0 && clk_rate / ret < 1000)
- continue; - continue;
- -
- dev_dbg(dai->dev, dev_dbg(dai->dev,
+ dev_info(dai->dev,
"ratio %d for freq %dHz based on clock %ldHz\n", "ratio %d for freq %dHz based on clock %ldHz\n",
ratio, freq, clk_rate); ratio, freq, clk_rate);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment