All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: imx_v6_v7_defconfig: Select CONFIG_SND_SOC_WM8962 explicitly
@ 2018-03-01 19:08 Fabio Estevam
  2018-03-02  8:55 ` Nicolin Chen
  2018-03-08  8:26 ` Shawn Guo
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2018-03-01 19:08 UTC (permalink / raw)
  To: linux-arm-kernel

From: Fabio Estevam <fabio.estevam@nxp.com>

Currently CONFIG_SND_SOC_WM8962 is selected via SND_SOC_IMX_WM8962
machine driver option.

SND_SOC_IMX_WM8962 will be removed in the next kernel cycle, so
select the codec driver directly so that it can still be used
by default via the generic fsl-asoc-card machine driver.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
The patch that removes SND_SOC_IMX_WM8962 is in linux-next:
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20180301&id=790d631dcfec6b073b04bb6809bce4c09baf198a

 arch/arm/configs/imx_v6_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index 9d9c729..3a30843 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -284,6 +284,7 @@ CONFIG_SND_SOC_AC97_CODEC=y
 CONFIG_SND_SOC_CS42XX8_I2C=y
 CONFIG_SND_SOC_TLV320AIC3X=y
 CONFIG_SND_SOC_WM8960=y
+CONFIG_SND_SOC_WM8962=y
 CONFIG_SND_SIMPLE_CARD=y
 CONFIG_HID_MULTITOUCH=y
 CONFIG_USB=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: imx_v6_v7_defconfig: Select CONFIG_SND_SOC_WM8962 explicitly
  2018-03-01 19:08 [PATCH] ARM: imx_v6_v7_defconfig: Select CONFIG_SND_SOC_WM8962 explicitly Fabio Estevam
@ 2018-03-02  8:55 ` Nicolin Chen
  2018-03-02 12:43   ` Fabio Estevam
  2018-03-08  8:26 ` Shawn Guo
  1 sibling, 1 reply; 4+ messages in thread
From: Nicolin Chen @ 2018-03-02  8:55 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 01, 2018 at 04:08:56PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
> 
> Currently CONFIG_SND_SOC_WM8962 is selected via SND_SOC_IMX_WM8962
> machine driver option.
> 
> SND_SOC_IMX_WM8962 will be removed in the next kernel cycle, so
> select the codec driver directly so that it can still be used
> by default via the generic fsl-asoc-card machine driver.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>

Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>

Btw, we may also do this to imx-sgtl5000? I don't have a board
to verify it though..

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: imx_v6_v7_defconfig: Select CONFIG_SND_SOC_WM8962 explicitly
  2018-03-02  8:55 ` Nicolin Chen
@ 2018-03-02 12:43   ` Fabio Estevam
  0 siblings, 0 replies; 4+ messages in thread
From: Fabio Estevam @ 2018-03-02 12:43 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Nicolin,

On Fri, Mar 2, 2018 at 5:55 AM, Nicolin Chen <nicoleotsuka@gmail.com> wrote:

> Btw, we may also do this to imx-sgtl5000? I don't have a board
> to verify it though..

I will run some tests on mx25/mx53/mx6 boards with sgtl5000.

If all of them work well with the fsl-asoc-card machine driver, then I
will send a patch removing imx-sgtl5000 as well.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: imx_v6_v7_defconfig: Select CONFIG_SND_SOC_WM8962 explicitly
  2018-03-01 19:08 [PATCH] ARM: imx_v6_v7_defconfig: Select CONFIG_SND_SOC_WM8962 explicitly Fabio Estevam
  2018-03-02  8:55 ` Nicolin Chen
@ 2018-03-08  8:26 ` Shawn Guo
  1 sibling, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2018-03-08  8:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 01, 2018 at 04:08:56PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
> 
> Currently CONFIG_SND_SOC_WM8962 is selected via SND_SOC_IMX_WM8962
> machine driver option.
> 
> SND_SOC_IMX_WM8962 will be removed in the next kernel cycle, so
> select the codec driver directly so that it can still be used
> by default via the generic fsl-asoc-card machine driver.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-03-08  8:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-01 19:08 [PATCH] ARM: imx_v6_v7_defconfig: Select CONFIG_SND_SOC_WM8962 explicitly Fabio Estevam
2018-03-02  8:55 ` Nicolin Chen
2018-03-02 12:43   ` Fabio Estevam
2018-03-08  8:26 ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.