Skip to content

Commit

Permalink
ASoC: Intel: Add KeemBay platform driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sia Jee Heng authored and Mark Brown committed Jun 15, 2020
1 parent 17212e7 commit c5477e9
Show file tree
Hide file tree
Showing 3 changed files with 803 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sound/soc/intel/keembay/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
snd-soc-kmb_platform-objs := \
kmb_platform.o

obj-$(CONFIG_SND_SOC_INTEL_KEEMBAY) += snd-soc-kmb_platform.o
Loading

0 comments on commit c5477e9

Please sign in to comment.