]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: Skylake: Compile when any configuration is selected
authorCezary Rojewski <cezary.rojewski@intel.com>
Mon, 25 Jan 2021 11:54:41 +0000 (12:54 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 10 Mar 2021 13:07:21 +0000 (13:07 +0000)
commit16c9cea61e402349353c0fa110da0e477b2a3202
treeed3c0b9cdcda1e9990f2b59f3952738815b43410
parenta8b9be8a315002d0d65c79ebed1f815ad9da05df
ASoC: Intel: Skylake: Compile when any configuration is selected

Skylake is dependent on SND_SOC_INTEL_SKYLAKE (aka "all SST platforms")
whereas selecting specific configuration such as KBL-only will not
cause driver code to compile. Switch to SND_SOC_INTEL_SKYLAKE_COMMON
dependency so selecting any configuration causes the driver to be built.

Reported-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Suggested-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Fixes: e6b32611e524 ("ASoC: Intel: Skylake: Add more platform granularity")
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20210125115441.10383-1-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/Makefile
sound/soc/intel/skylake/Makefile