Unverified Commit c7a79f54 authored by Ajye Huang's avatar Ajye Huang Committed by Mark Brown
Browse files

ASoC: Intel: sof rt5682: remove the duplicate codes

parent 1a9a5ebe
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -855,10 +855,6 @@ static int sof_audio_probe(struct platform_device *pdev)
	if (acpi_dev_present("RTL5682", NULL, -1))
		sof_rt5682_quirk |= SOF_RT5682S_HEADPHONE_CODEC_PRESENT;

	/* Detect the headset codec variant to support machines in DMI quirk */
	if (acpi_dev_present("RTL5682", NULL, -1))
		sof_rt5682_quirk |= SOF_RT5682S_HEADPHONE_CODEC_PRESENT;

	if (soc_intel_is_byt() || soc_intel_is_cht()) {
		is_legacy_cpu = 1;
		dmic_be_num = 0;