[PATCH v1 2/2] ASoC: Intel: sof rt5682: remove the duplicate codes
Ajye Huang
ajye_huang at compal.corp-partner.google.com
Tue Nov 8 05:27:16 CET 2022
Remove the redundant code to prevent user confuse.
Signed-off-by: Ajye Huang <ajye_huang at compal.corp-partner.google.com>
---
sound/soc/intel/boards/sof_rt5682.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sound/soc/intel/boards/sof_rt5682.c b/sound/soc/intel/boards/sof_rt5682.c
index 0e803c1c2b06..4a2f91249b10 100644
--- a/sound/soc/intel/boards/sof_rt5682.c
+++ b/sound/soc/intel/boards/sof_rt5682.c
@@ -867,10 +867,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;
--
2.25.1
More information about the Alsa-devel
mailing list