]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: Intel: sof_pcm512x: do not check common_hdmi_codec_drv
authorBrent Lu <brent.lu@intel.com>
Thu, 12 Sep 2024 12:03:05 +0000 (20:03 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 12 Sep 2024 12:31:48 +0000 (13:31 +0100)
The variable common_hdmi_codec_drv is always true on SOF platform so
we could remove the reference in machine driver.

Signed-off-by: Brent Lu <brent.lu@intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://patch.msgid.link/20240912120308.134762-5-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/sof_pcm512x.c

index 5de883b9563eb6660bcbf5c01030b14421de05f6..8d237f67bd0678df0b03fe3c30034c33b4f6b77e 100644 (file)
@@ -371,8 +371,7 @@ static int sof_audio_probe(struct platform_device *pdev)
                sof_pcm512x_quirk = SOF_PCM512X_SSP_CODEC(2);
        } else {
                dmic_be_num = 2;
-               if (mach->mach_params.common_hdmi_codec_drv &&
-                   (mach->mach_params.codec_mask & IDISP_CODEC_MASK))
+               if (mach->mach_params.codec_mask & IDISP_CODEC_MASK)
                        ctx->idisp_codec = true;
 
                /* links are always present in topology */