diff options
author | Kai Vehmanen <kai.vehmanen@linux.intel.com> | 2021-06-21 21:40:49 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-22 13:47:03 +0200 |
commit | b0cf3d3ccf31f31c9c415566968caf1405fc0893 (patch) | |
tree | 6c41e17f8a1fc2ba62dfa9aeb138bf29ce8a53e2 /sound/soc/intel/boards/sof_sdw.c | |
parent | ASoC: Intel: sof_sdw: use mach data for ADL RVP DMIC count (diff) | |
download | linux-b0cf3d3ccf31f31c9c415566968caf1405fc0893.tar.xz linux-b0cf3d3ccf31f31c9c415566968caf1405fc0893.zip |
ASoC: Intel: sof_sdw: remove hdac-hdmi support
Remove support for using hdac_hdmi codec driver. No known products use
this configuration and hdac_hdmi cannot support all the platforms
sof_sdw does.
This change also fixes a bug in Kconfig rules.
SND_SOC_INTEL_SOUNDWIRE_SOF_MACH did not have a select SND_SOC_HDAC_HDMI
and this could cause build failures.
Reported-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Tested-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210621194057.21711-3-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/boards/sof_sdw.c')
-rw-r--r-- | sound/soc/intel/boards/sof_sdw.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/intel/boards/sof_sdw.c b/sound/soc/intel/boards/sof_sdw.c index 970d7892568a..34f142d7b3f9 100644 --- a/sound/soc/intel/boards/sof_sdw.c +++ b/sound/soc/intel/boards/sof_sdw.c @@ -1273,8 +1273,6 @@ static int mc_probe(struct platform_device *pdev) if (ret < 0) return ret; - ctx->common_hdmi_codec_drv = mach->mach_params.common_hdmi_codec_drv; - /* * the default amp_num is zero for each codec and * amp_num will only be increased for active amp |