diff options
author | Sean Cross <xobs@kosagi.com> | 2014-07-30 22:43:36 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-16 18:17:13 -0400 |
commit | 567e4f98922ce5542f8c2aa469a0c6ddf182b6ea (patch) | |
tree | bd2eb1ea42d43c17654422256aa1092e3262e336 /sound/soc/codecs/Kconfig | |
parent | d4f7facde1796c8b3eb2f79e1fd903d7b776972f (diff) |
ASoC: add es8328 codec driver
Add a codec driver for the Everest ES8328. It supports two separate audio
outputs and two separate audio inputs.
Signed-off-by: Sean Cross <xobs@kosagi.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 8838838e25ed..8bca6343d8a3 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -57,6 +57,8 @@ config SND_SOC_ALL_CODECS | |||
57 | select SND_SOC_DA732X if I2C | 57 | select SND_SOC_DA732X if I2C |
58 | select SND_SOC_DA9055 if I2C | 58 | select SND_SOC_DA9055 if I2C |
59 | select SND_SOC_BT_SCO | 59 | select SND_SOC_BT_SCO |
60 | select SND_SOC_ES8328_SPI if SPI_MASTER | ||
61 | select SND_SOC_ES8328_I2C if I2C | ||
60 | select SND_SOC_ISABELLE if I2C | 62 | select SND_SOC_ISABELLE if I2C |
61 | select SND_SOC_JZ4740_CODEC | 63 | select SND_SOC_JZ4740_CODEC |
62 | select SND_SOC_LM4857 if I2C | 64 | select SND_SOC_LM4857 if I2C |
@@ -405,6 +407,17 @@ config SND_SOC_DMIC | |||
405 | config SND_SOC_HDMI_CODEC | 407 | config SND_SOC_HDMI_CODEC |
406 | tristate "HDMI stub CODEC" | 408 | tristate "HDMI stub CODEC" |
407 | 409 | ||
410 | config SND_SOC_ES8328 | ||
411 | tristate "Everest Semi ES8328 CODEC" | ||
412 | |||
413 | config SND_SOC_ES8328_I2C | ||
414 | tristate | ||
415 | select SND_SOC_ES8328 | ||
416 | |||
417 | config SND_SOC_ES8328_SPI | ||
418 | tristate | ||
419 | select SND_SOC_ES8328 | ||
420 | |||
408 | config SND_SOC_ISABELLE | 421 | config SND_SOC_ISABELLE |
409 | tristate | 422 | tristate |
410 | 423 | ||