Commit 953b1388 authored by Stephen Kitt's avatar Stephen Kitt Committed by Mark Brown

ASoC: rt1016: enable building

The rt1016 driver wasn't listed in Kconfig and Makefile, which AFAICT
means it isn't ever built. This patch adds the appropriate entries to
Kconfig and Makefile.
Signed-off-by: default avatarStephen Kitt <steve@sk2.org>
Link: https://lore.kernel.org/r/20220405171158.2168762-1-steve@sk2.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 5a07a41f
...@@ -170,6 +170,7 @@ config SND_SOC_ALL_CODECS ...@@ -170,6 +170,7 @@ config SND_SOC_ALL_CODECS
imply SND_SOC_RT1011 imply SND_SOC_RT1011
imply SND_SOC_RT1015 imply SND_SOC_RT1015
imply SND_SOC_RT1015P imply SND_SOC_RT1015P
imply SND_SOC_RT1016
imply SND_SOC_RT1019 imply SND_SOC_RT1019
imply SND_SOC_RT1305 imply SND_SOC_RT1305
imply SND_SOC_RT1308 imply SND_SOC_RT1308
...@@ -1246,6 +1247,10 @@ config SND_SOC_RT1015P ...@@ -1246,6 +1247,10 @@ config SND_SOC_RT1015P
tristate tristate
depends on GPIOLIB depends on GPIOLIB
config SND_SOC_RT1016
tristate
depends on I2C
config SND_SOC_RT1019 config SND_SOC_RT1019
tristate tristate
depends on I2C depends on I2C
......
...@@ -185,6 +185,7 @@ snd-soc-rl6347a-objs := rl6347a.o ...@@ -185,6 +185,7 @@ snd-soc-rl6347a-objs := rl6347a.o
snd-soc-rt1011-objs := rt1011.o snd-soc-rt1011-objs := rt1011.o
snd-soc-rt1015-objs := rt1015.o snd-soc-rt1015-objs := rt1015.o
snd-soc-rt1015p-objs := rt1015p.o snd-soc-rt1015p-objs := rt1015p.o
snd-soc-rt1016-objs := rt1016.o
snd-soc-rt1019-objs := rt1019.o snd-soc-rt1019-objs := rt1019.o
snd-soc-rt1305-objs := rt1305.o snd-soc-rt1305-objs := rt1305.o
snd-soc-rt1308-objs := rt1308.o snd-soc-rt1308-objs := rt1308.o
...@@ -530,6 +531,7 @@ obj-$(CONFIG_SND_SOC_RL6347A) += snd-soc-rl6347a.o ...@@ -530,6 +531,7 @@ obj-$(CONFIG_SND_SOC_RL6347A) += snd-soc-rl6347a.o
obj-$(CONFIG_SND_SOC_RT1011) += snd-soc-rt1011.o obj-$(CONFIG_SND_SOC_RT1011) += snd-soc-rt1011.o
obj-$(CONFIG_SND_SOC_RT1015) += snd-soc-rt1015.o obj-$(CONFIG_SND_SOC_RT1015) += snd-soc-rt1015.o
obj-$(CONFIG_SND_SOC_RT1015P) += snd-soc-rt1015p.o obj-$(CONFIG_SND_SOC_RT1015P) += snd-soc-rt1015p.o
obj-$(CONFIG_SND_SOC_RT1016) += snd-soc-rt1016.o
obj-$(CONFIG_SND_SOC_RT1019) += snd-soc-rt1019.o obj-$(CONFIG_SND_SOC_RT1019) += snd-soc-rt1019.o
obj-$(CONFIG_SND_SOC_RT1305) += snd-soc-rt1305.o obj-$(CONFIG_SND_SOC_RT1305) += snd-soc-rt1305.o
obj-$(CONFIG_SND_SOC_RT1308) += snd-soc-rt1308.o obj-$(CONFIG_SND_SOC_RT1308) += snd-soc-rt1308.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment