mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
3df5d0d972
Add ASoC platform driver for the MCA peripheral found on Apple M1 and other chips. Signed-off-by: Martin Povišer <povik+lin@cutebit.org> Link: https://lore.kernel.org/r/20220824160715.95779-4-povik+lin@cutebit.org Signed-off-by: Mark Brown <broonie@kernel.org>
4 lines
88 B
Makefile
4 lines
88 B
Makefile
snd-soc-apple-mca-objs := mca.o
|
|
|
|
obj-$(CONFIG_SND_SOC_APPLE_MCA) += snd-soc-apple-mca.o
|