Re: [PATCH] ASoC: uniphier: evea: add switch for changing source of line-in

2018-03-19 Thread Katsuhiro Suzuki
ernel@vger.kernel.org > Subject: Re: [PATCH] ASoC: uniphier: evea: add switch for changing source of line-in > > On Mon, Mar 19, 2018 at 01:19:10PM +0900, Katsuhiro Suzuki wrote: > > > > I'll apply for now but this should really be a DAPM control so that we > > >

Re: [PATCH] ASoC: uniphier: evea: add switch for changing source of line-in

2018-03-19 Thread Mark Brown
On Mon, Mar 19, 2018 at 01:19:10PM +0900, Katsuhiro Suzuki wrote: > > I'll apply for now but this should really be a DAPM control so that we > > can power down things connected to the disconnected line inputs when > > recording. > Thanks a lot for your suggestion. I tried to change the implementa

Re: [PATCH] ASoC: uniphier: evea: add switch for changing source of line-in

2018-03-18 Thread Katsuhiro Suzuki
ernel@vger.kernel.org > Subject: Re: [PATCH] ASoC: uniphier: evea: add switch for changing source of line-in > > On Wed, Mar 14, 2018 at 09:39:00PM +0900, Katsuhiro Suzuki wrote: > > This patch adds mixer switch for changing audio source of line-in. > > We can choose one of LIN1,

Re: [PATCH] ASoC: uniphier: evea: add switch for changing source of line-in

2018-03-14 Thread Mark Brown
On Wed, Mar 14, 2018 at 09:39:00PM +0900, Katsuhiro Suzuki wrote: > This patch adds mixer switch for changing audio source of line-in. > We can choose one of LIN1, 2, 3, default is LIN1. I'll apply for now but this should really be a DAPM control so that we can power down things connected to the d

[PATCH] ASoC: uniphier: evea: add switch for changing source of line-in

2018-03-14 Thread Katsuhiro Suzuki
This patch adds mixer switch for changing audio source of line-in. We can choose one of LIN1, 2, 3, default is LIN1. Signed-off-by: Katsuhiro Suzuki --- sound/soc/uniphier/evea.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/sound/soc/uniphier/evea.c b/sound/soc/uniphier/evea.