Skip to content

Commit

Permalink
ASoC: zx: Add ZTE zx296702 I2S DAI driver
Browse files Browse the repository at this point in the history
Add ZTE zx296702 I2S interface DAI driver

Signed-off-by: Jun Nie <jun.nie@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Jun Nie authored and Mark Brown committed Jun 4, 2015
1 parent 6fc3d24 commit e5d4cd8
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sound/soc/zte/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ config ZX296702_SPDIF
help
Say Y or M if you want to add support for codecs attached to the
zx296702 spdif interface

config ZX296702_I2S
tristate "ZX296702 i2s"
depends on SOC_ZX296702 || COMPILE_TEST
depends on COMMON_CLK
select SND_SOC_GENERIC_DMAENGINE_PCM
help
Say Y or M if you want to add support for codecs attached to the
zx296702 i2s interface
1 change: 1 addition & 0 deletions sound/soc/zte/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
obj-$(CONFIG_ZX296702_SPDIF) += zx296702-spdif.o
obj-$(CONFIG_ZX296702_I2S) += zx296702-i2s.o
Loading

0 comments on commit e5d4cd8

Please sign in to comment.