17 Nov
2014
17 Nov
'14
4:35 p.m.
On Mon, Nov 17, 2014 at 05:34:09PM +0800, mengdong.lin@intel.com wrote:
From: Mengdong Lin mengdong.lin@intel.com
Add machine driver for two Intel Cherryview-based platforms, Cherrytrail and Braswell, with RT5672 codec.
Signed-off-by: Mengdong Lin mengdong.lin@intel.com
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index a992e85..0a02d88 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -86,3 +86,17 @@ config SND_SOC_INTEL_BROADWELL_MACH Ultrabook platforms. Say Y if you have such a device If unsure select "N".
+config SND_SOC_INTEL_CHT_BSW_RT5672_MACH
tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec"
depends on X86_INTEL_LPSS
select SND_SOC_RT5670
select SND_SST_MFLD_PLATFORM
select SND_SOC_INTEL_SST
This is not correct, it could have been SND_INTEL_IPC but that is selected by below entry so adding SND_SST_IPC_ACPI is enough.
select SND_SST_IPC_ACPI
--
~Vinod