diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2021-02-09 11:13:47 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-23 10:03:13 +0100 |
commit | 13b41b5783068d01c259940975a2ab393b5acec5 (patch) | |
tree | a85526411c36956f45d6d140f43843614f61c955 /drivers/most/Makefile | |
parent | f7bff017741d98567265ed6a6449311a51810fb6 (diff) | |
download | linux-13b41b5783068d01c259940975a2ab393b5acec5.tar.gz |
drivers: most: add ALSA sound driver
This patch moves the ALSA sound driver out of the staging area and adds it
to the stable part of the MOST driver. Modifications to the Makefiles and
Kconfigs are done accordingly to not break the build.
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Link: https://lore.kernel.org/r/1612865627-29950-1-git-send-email-christian.gromm@microchip.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/most/Makefile')
-rw-r--r-- | drivers/most/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/most/Makefile b/drivers/most/Makefile index 8b53ca46633f..60db6cd3787a 100644 --- a/drivers/most/Makefile +++ b/drivers/most/Makefile @@ -5,3 +5,4 @@ most_core-y := core.o \ obj-$(CONFIG_MOST_USB_HDM) += most_usb.o obj-$(CONFIG_MOST_CDEV) += most_cdev.o +obj-$(CONFIG_MOST_SND) += most_snd.o |