summaryrefslogtreecommitdiff
path: root/sound/soc/sa11x0/Makefile
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2016-09-26 15:13:40 +0100
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2024-03-26 12:09:29 +0000
commitcc0ce5412df15f354128c12f04a666aaaf8ba51c (patch)
tree52e8894716f84e31faf0eb997766ecc725196d03 /sound/soc/sa11x0/Makefile
parent072501a5fd9bcf441d8018dc2fc38d7f7723b8e6 (diff)
asoc: sa11x0/h3xxx: add audio support
Add support for the UDA1341 on the iPAQ H3600 and H3100 devices. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'sound/soc/sa11x0/Makefile')
-rw-r--r--sound/soc/sa11x0/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/sa11x0/Makefile b/sound/soc/sa11x0/Makefile
index 9a2ab2c346d9..dab7e2deff6e 100644
--- a/sound/soc/sa11x0/Makefile
+++ b/sound/soc/sa11x0/Makefile
@@ -3,3 +3,6 @@ obj-$(CONFIG_SND_SOC_SA11X0_SSP) += snd-soc-sa11x0-ssp.o
snd-soc-sa11x0-assabet-objs := assabet.o
obj-$(CONFIG_SND_SA11X0_ASSABET) += snd-soc-sa11x0-assabet.o
+
+snd-soc-sa11x0-h3xxx-objs := h3xxx.o
+obj-$(CONFIG_SND_SA11X0_H3XXX) += snd-soc-sa11x0-h3xxx.o