Re: [PATCH] drivers: most: add ALSA sound driver

2020-11-02 Thread Greg KH
On Mon, Nov 02, 2020 at 11:17:40PM +, christian.gr...@microchip.com wrote: > On Mon, 2020-11-02 at 16:31 +0100, Greg KH wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you > > know the content is safe > > > > On Mon, Nov 02, 2020 at 04:14:03PM +0100, Christian Gromm wr

Re: [PATCH] drivers: most: add ALSA sound driver

2020-11-02 Thread Christian.Gromm
On Mon, 2020-11-02 at 16:31 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Mon, Nov 02, 2020 at 04:14:03PM +0100, Christian Gromm wrote: > > This patch moves the ALSA sound driver out of the staging area and > > adds it >

[PATCH] drivers: most: add ALSA sound driver

2020-11-02 Thread Christian Gromm
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 --- drivers/most/Kconfig| 10 + drivers/most/

Re: [PATCH] drivers: most: add ALSA sound driver

2020-11-02 Thread Greg KH
On Mon, Nov 02, 2020 at 04:14:03PM +0100, Christian Gromm wrote: > 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: Chris