diff options
author | Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com> | 2018-01-19 12:25:32 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-02-12 15:49:53 +0300 |
commit | e98131222ff931a670739cede00d1fb9d6f83763 (patch) | |
tree | ea12a8755280d6ddaf5919a3678d44a24381c0e9 /sound/soc/uniphier/Kconfig | |
parent | 139a342002330e2e9730a564766ec04bd028d511 (diff) | |
download | linux-e98131222ff931a670739cede00d1fb9d6f83763.tar.xz |
ASoC: uniphier: add support for UniPhier AIO compress audio
This patch adds support of UniPhier AIO compress audio.
For passing through compress audio to S/PDIF.
Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/uniphier/Kconfig')
-rw-r--r-- | sound/soc/uniphier/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/uniphier/Kconfig b/sound/soc/uniphier/Kconfig index 78ce101d2cc2..1a55ccebd8f5 100644 --- a/sound/soc/uniphier/Kconfig +++ b/sound/soc/uniphier/Kconfig @@ -11,6 +11,7 @@ config SND_SOC_UNIPHIER config SND_SOC_UNIPHIER_AIO tristate "UniPhier AIO DAI Driver" select REGMAP_MMIO + select SND_SOC_COMPRESS depends on SND_SOC_UNIPHIER help This adds ASoC driver support for Socionext UniPhier |