Unverified Commit e1a31c09 authored by Fred Oh's avatar Fred Oh Committed by Mark Brown
Browse files

ASoC: Intel: Boards: cml_rt1011_rt5682: reduce log level for printing quirk

parent 719e8179
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)) {