diff options
author | Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com> | 2018-01-19 18:25:32 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-02-12 12:49:53 +0000 |
commit | e98131222ff931a670739cede00d1fb9d6f83763 (patch) | |
tree | ea12a8755280d6ddaf5919a3678d44a24381c0e9 /sound/soc/uniphier/Makefile | |
parent | 139a342002330e2e9730a564766ec04bd028d511 (diff) |
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/Makefile')
-rw-r--r-- | sound/soc/uniphier/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/uniphier/Makefile b/sound/soc/uniphier/Makefile index 3ef2784b2383..4448175c70ab 100644 --- a/sound/soc/uniphier/Makefile +++ b/sound/soc/uniphier/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 -snd-soc-uniphier-aio-cpu-objs := aio-core.o aio-dma.o aio-cpu.o +snd-soc-uniphier-aio-cpu-objs := aio-core.o aio-dma.o aio-cpu.o aio-compress.o obj-$(CONFIG_SND_SOC_UNIPHIER_AIO) += snd-soc-uniphier-aio-cpu.o |