diff options
author | Fred Oh <fred.oh@linux.intel.com> | 2020-06-25 21:13:01 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-06-26 14:35:20 +0200 |
commit | e1a31c092f3fae62b1f67aa2dbde604df003c00c (patch) | |
tree | aa53792cf6178821fc605ddad4ed3c8d7b711fe1 /sound/soc/intel | |
parent | ASoC: intel: sof_rt5682: Add support for jsl-max98360a-rt5682 (diff) | |
download | linux-e1a31c092f3fae62b1f67aa2dbde604df003c00c.tar.xz linux-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>
Diffstat (limited to 'sound/soc/intel')
-rw-r--r-- | sound/soc/intel/boards/cml_rt1011_rt5682.c | 2 |
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)) { |