aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Oh <fred.oh@linux.intel.com>2020-06-25 14:13:01 -0500
committerMark Brown <broonie@kernel.org>2020-06-26 13:35:20 +0100
commite1a31c092f3fae62b1f67aa2dbde604df003c00c (patch)
treeaa53792cf6178821fc605ddad4ed3c8d7b711fe1
parentASoC: intel: sof_rt5682: Add support for jsl-max98360a-rt5682 (diff)
downloadlinux-dev-e1a31c092f3fae62b1f67aa2dbde604df003c00c.tar.xz
linux-dev-e1a31c092f3fae62b1f67aa2dbde604df003c00c.zip
ASoC: Intel: Boards: cml_rt1011_rt5682: reduce log level for printing quirk
Change dev_info to dev_dbg to reduce noise during multiple deferred probes. Signed-off-by: Fred Oh <fred.oh@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://lore.kernel.org/r/20200625191308.3322-11-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/intel/boards/cml_rt1011_rt5682.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/cml_rt1011_rt5682.c b/sound/soc/intel/boards/cml_rt1011_rt5682.c
index 6e8934f348ef..4ad6a3acf887 100644
--- a/sound/soc/intel/boards/cml_rt1011_rt5682.c
+++ b/sound/soc/intel/boards/cml_rt1011_rt5682.c
@@ -536,7 +536,7 @@ static int snd_cml_rt1011_probe(struct platform_device *pdev)
dmi_check_system(sof_rt1011_quirk_table);
- dev_info(&pdev->dev, "sof_rt1011_quirk = %lx\n", sof_rt1011_quirk);
+ dev_dbg(&pdev->dev, "sof_rt1011_quirk = %lx\n", sof_rt1011_quirk);
if (sof_rt1011_quirk & (SOF_RT1011_SPEAKER_TL |
SOF_RT1011_SPEAKER_TR)) {