ASoC: Intel: Add KeemBay platform driver
authorSia Jee Heng <jee.heng.sia@intel.com>
Tue, 9 Jun 2020 06:06:21 +0000 (14:06 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 15 Jun 2020 18:45:35 +0000 (19:45 +0100)
commitc5477e966728f8e9d1434543d4ee677d515e1078
treec61430ce2bc98d7060ebd2c5e8ae647555fd2c55
parent17212e7188783de75d2a1226c32d3fd7af96ad5d
ASoC: Intel: Add KeemBay platform driver

Add KeemBay ASoC platform driver which initialize the i2s controller
and uses i2s to capture and transmit pcm data to external codec.
The i2s is running in polling mode.

Signed-off-by: Michael Sit Wei Hong <michael.wei.hong.sit@intel.com>
Signed-off-by: Sia Jee Heng <jee.heng.sia@intel.com>
Link: https://lore.kernel.org/r/1591682783-1923-2-git-send-email-jee.heng.sia@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/keembay/Makefile [new file with mode: 0644]
sound/soc/intel/keembay/kmb_platform.c [new file with mode: 0644]
sound/soc/intel/keembay/kmb_platform.h [new file with mode: 0644]