drivers: most: add ALSA sound driver
authorChristian Gromm <christian.gromm@microchip.com>
Tue, 9 Feb 2021 10:13:47 +0000 (11:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Mar 2021 09:03:13 +0000 (10:03 +0100)
commit13b41b5783068d01c259940975a2ab393b5acec5
treea85526411c36956f45d6d140f43843614f61c955
parentf7bff017741d98567265ed6a6449311a51810fb6
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>
drivers/most/Kconfig
drivers/most/Makefile
drivers/most/most_snd.c [new file with mode: 0644]
drivers/staging/most/Kconfig
drivers/staging/most/Makefile
drivers/staging/most/sound/Kconfig [deleted file]
drivers/staging/most/sound/Makefile [deleted file]
drivers/staging/most/sound/sound.c [deleted file]