ASoC: Intel: kbl_rt5660: Add a new machine driver for kbl with rt5660
authorHui Wang <hui.wang@canonical.com>
Thu, 13 Dec 2018 13:02:16 +0000 (21:02 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 13 Dec 2018 14:37:35 +0000 (14:37 +0000)
commit8625db9416923b2941ef68776f55062555f7ce65
tree427dba34f2881e070e38f2e46fcb135e8749fee6
parent8fe8915b6c0b5298fa547be21957b3860c39c46e
ASoC: Intel: kbl_rt5660: Add a new machine driver for kbl with rt5660

The new Dell IoT platform uses kabylake + alc3277 codec, and alc3277
shares the driver with the codec rt5660, here we generate a new
machine driver based on kbl_da7219_max98357a.

The audio design on this IoT platform is as below:
 - Intel kabylake platform
 - connect the codec ALC3277 via SSP0
 - line-out and line-in with Micbias jacks
 - line-out mute control and jack detection of line-out and line-in
 - two HDMI ports with audio capability

Signed-off-by: Hui Wang <hui.wang@canonical.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/Kconfig
sound/soc/intel/boards/Makefile
sound/soc/intel/boards/kbl_rt5660.c [new file with mode: 0644]
sound/soc/intel/common/soc-acpi-intel-kbl-match.c