diff options
author | Sia Jee Heng <jee.heng.sia@intel.com> | 2020-06-09 14:06:21 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-06-15 19:45:35 +0100 |
commit | c5477e966728f8e9d1434543d4ee677d515e1078 (patch) | |
tree | c61430ce2bc98d7060ebd2c5e8ae647555fd2c55 /sound/soc/intel/keembay/Makefile | |
parent | 17212e7188783de75d2a1226c32d3fd7af96ad5d (diff) |
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>
Diffstat (limited to 'sound/soc/intel/keembay/Makefile')
-rw-r--r-- | sound/soc/intel/keembay/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/intel/keembay/Makefile b/sound/soc/intel/keembay/Makefile new file mode 100644 index 000000000000..9084e8c63854 --- /dev/null +++ b/sound/soc/intel/keembay/Makefile @@ -0,0 +1,4 @@ +snd-soc-kmb_platform-objs := \ + kmb_platform.o + +obj-$(CONFIG_SND_SOC_INTEL_KEEMBAY) += snd-soc-kmb_platform.o |