[PATCH] ASoC: mediatek: add MCLK source selection

2016-06-01 Thread PC Liao
The new machine's MCLK source is from mt8173 which is dynamic from sampling rate*256. This patch provides the selection for device tree. Signed-off-by: PC Liao <pc.l...@mediatek.com> --- .../devicetree/bindings/sound/mt8173-rt5650.txt|5 +++ sound/soc/mediatek/mt8173-rt

[PATCH] ASoC: mediatek: add MCLK source selection

2016-06-01 Thread PC Liao
The new machine's MCLK source is from mt8173 which is dynamic from sampling rate*256. This patch provides the selection for device tree. Signed-off-by: PC Liao --- .../devicetree/bindings/sound/mt8173-rt5650.txt|5 +++ sound/soc/mediatek/mt8173-rt5650.c | 45

[PATCH v2] ASoC: mediatek: Change the order of MCLK clock configuration

2016-05-27 Thread PC Liao
Because MCLK turns on later and turns off earlier than codec, this patch changes the order of MCLK clock configuration. Signed-off-by: PC Liao <pc.l...@mediatek.com> --- Changes since v1: update commit message --- sound/soc/mediatek/mtk-afe-pcm.c | 16 1 file chang

[PATCH v2] ASoC: mediatek: Change the order of MCLK clock configuration

2016-05-27 Thread PC Liao
Because MCLK turns on later and turns off earlier than codec, this patch changes the order of MCLK clock configuration. Signed-off-by: PC Liao --- Changes since v1: update commit message --- sound/soc/mediatek/mtk-afe-pcm.c | 16 1 file changed, 12 insertions(+), 4 deletions

[PATCH] ASoC: mediatek: Change the order of MCLK clock configuration

2016-05-26 Thread PC Liao
Because MCLK opens later and closes earlier than codec, this patch changes the order of MCLK clock configuration. Signed-off-by: PC Liao <pc.l...@mediatek.com> --- sound/soc/mediatek/mtk-afe-pcm.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/sou

[PATCH] ASoC: mediatek: Change the order of MCLK clock configuration

2016-05-26 Thread PC Liao
Because MCLK opens later and closes earlier than codec, this patch changes the order of MCLK clock configuration. Signed-off-by: PC Liao --- sound/soc/mediatek/mtk-afe-pcm.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/sound/soc/mediatek/mtk-afe-pcm.c

[PATCH] ASoC: mediatek: HDMI audio LR channel swapped

2016-04-26 Thread PC Liao
Because LRCK of TDM use High to Low as default setting, this patch changes the TDM setting to inverse LRCK. Signed-off-by: PC Liao <pc.l...@mediatek.com> --- sound/soc/mediatek/mtk-afe-pcm.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/soc/mediatek/mtk-afe-pcm.c b/sou

[PATCH] ASoC: mediatek: HDMI audio LR channel swapped

2016-04-26 Thread PC Liao
Because LRCK of TDM use High to Low as default setting, this patch changes the TDM setting to inverse LRCK. Signed-off-by: PC Liao --- sound/soc/mediatek/mtk-afe-pcm.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/soc/mediatek/mtk-afe-pcm.c b/sound/soc/mediatek/mtk-afe-pcm.c

[PATCH v8] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-21 Thread PC Liao
This patch adds second I2S connection to rt5650 codec for capture path on mt8173-rt5650 machine driver. Signed-off-by: PC Liao <pc.l...@mediatek.com> --- Changes since v7: Change the code for compatibility Changes since v6: Use subnode to determine the capture path --- .../devicetree/bi

[PATCH v8] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-21 Thread PC Liao
This patch adds second I2S connection to rt5650 codec for capture path on mt8173-rt5650 machine driver. Signed-off-by: PC Liao --- Changes since v7: Change the code for compatibility Changes since v6: Use subnode to determine the capture path --- .../devicetree/bindings/sound/mt8173-rt5650.txt

Re: [PATCH 2/2 v6] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-21 Thread PC Liao
Hi Matthias, On Thu, 2016-04-21 at 17:22 +0800, Matthias Brugger wrote: > > On 20/04/16 18:27, PC Liao wrote: > > Hi Matthias, > > > > On Wed, 2016-04-20 at 21:30 +0800, Matthias Brugger wrote: > >> > >> For compatibility you should change this to so

Re: [PATCH 2/2 v6] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-21 Thread PC Liao
Hi Matthias, On Thu, 2016-04-21 at 17:22 +0800, Matthias Brugger wrote: > > On 20/04/16 18:27, PC Liao wrote: > > Hi Matthias, > > > > On Wed, 2016-04-20 at 21:30 +0800, Matthias Brugger wrote: > >> > >> For compatibility you should change this to so

[PATCH v7] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-20 Thread PC Liao
This patch adds second I2S connection to rt5650 codec for capture path on mt8173-rt5650 machine driver. Signed-off-by: PC Liao <pc.l...@mediatek.com> --- Changes since v6: Use subnode to determine the capture path --- .../devicetree/bindings/sound/mt8173-rt5650.txt| 10 sou

[PATCH v7] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-20 Thread PC Liao
This patch adds second I2S connection to rt5650 codec for capture path on mt8173-rt5650 machine driver. Signed-off-by: PC Liao --- Changes since v6: Use subnode to determine the capture path --- .../devicetree/bindings/sound/mt8173-rt5650.txt| 10 sound/soc/mediatek/mt8173-rt5650.c

Re: [PATCH 2/2 v6] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-20 Thread PC Liao
Hi Matthias, On Wed, 2016-04-20 at 21:30 +0800, Matthias Brugger wrote: > > For compatibility you should change this to something like: > > dev_warn(card->dev, "Only one dai codec found in DTS, enabled rt5645 > AD filter\n"); > rt5645_sel_asrc_clk_src(codec,

Re: [PATCH 2/2 v6] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-20 Thread PC Liao
Hi Matthias, On Wed, 2016-04-20 at 21:30 +0800, Matthias Brugger wrote: > > For compatibility you should change this to something like: > > dev_warn(card->dev, "Only one dai codec found in DTS, enabled rt5645 > AD filter\n"); > rt5645_sel_asrc_clk_src(codec,

Re: [PATCH 2/2 v6] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-20 Thread PC Liao
Hi Mark, On Wed, 2016-04-20 at 16:29 +0800, Mark Brown wrote: > On Wed, Apr 20, 2016 at 02:40:47PM +0800, PC Liao wrote: > > > +Optional properties: > > +- capture-dai: audio codec dai on capture path > > + < 0> : Default setting. Connect rt5650 I2S1 for capture

Re: [PATCH 2/2 v6] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-20 Thread PC Liao
Hi Mark, On Wed, 2016-04-20 at 16:29 +0800, Mark Brown wrote: > On Wed, Apr 20, 2016 at 02:40:47PM +0800, PC Liao wrote: > > > +Optional properties: > > +- capture-dai: audio codec dai on capture path > > + < 0> : Default setting. Connect rt5650 I2S1 for capture

[PATCH 2/2 v6] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-20 Thread PC Liao
This patch adds second I2S connection to rt5650 codec for capture path on mt8173-rt5650 machine driver. Signed-off-by: PC Liao <pc.l...@mediatek.com> --- .../devicetree/bindings/sound/mt8173-rt5650.txt|6 +++ sound/soc/mediatek/mt8173-rt5650.c

[PATCH 1/2 v6] ASoC: core: export snd_soc_get_dai_name

2016-04-20 Thread PC Liao
From: Jean-Francois Moine <moin...@free.fr> snd_soc_get_dai_name() may be used to define a sound card with a different syntax from the one of the simple-card. Signed-off-by: Jean-Francois Moine <moin...@free.fr> Signed-off-by: PC Liao <pc.l...@mediatek.com> --- include/s

[PATCH 2/2 v6] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-20 Thread PC Liao
This patch adds second I2S connection to rt5650 codec for capture path on mt8173-rt5650 machine driver. Signed-off-by: PC Liao --- .../devicetree/bindings/sound/mt8173-rt5650.txt|6 +++ sound/soc/mediatek/mt8173-rt5650.c | 44 ++-- 2 files changed, 47

[PATCH 1/2 v6] ASoC: core: export snd_soc_get_dai_name

2016-04-20 Thread PC Liao
From: Jean-Francois Moine snd_soc_get_dai_name() may be used to define a sound card with a different syntax from the one of the simple-card. Signed-off-by: Jean-Francois Moine Signed-off-by: PC Liao --- include/sound/soc.h |2 ++ sound/soc/soc-core.c |5 +++-- 2 files changed, 5

[PATCH 0/2 v6] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-20 Thread PC Liao
the capture path Changes since v2,v3: Fix unclear code and use sound-dai to determine the capture path Changes since v1: Use codec dai name to determine the capture path. Jean-Francois Moine (1): ASoC: core: export snd_soc_get_dai_name PC Liao (1): ASoC: mediatek: Add second I2S on mt81

[PATCH 0/2 v6] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-20 Thread PC Liao
the capture path Changes since v2,v3: Fix unclear code and use sound-dai to determine the capture path Changes since v1: Use codec dai name to determine the capture path. Jean-Francois Moine (1): ASoC: core: export snd_soc_get_dai_name PC Liao (1): ASoC: mediatek: Add second I2S on mt81

[PATCH] ASoC: core: export snd_soc_get_dai_name

2016-04-19 Thread PC Liao
From: Jean-Francois Moine <moin...@free.fr> snd_soc_get_dai_name() may be used to define a sound card with a different syntax from the one of the simple-card. Signed-off-by: Jean-Francois Moine <moin...@free.fr> Signed-off-by: PC Liao <pc.l...@mediatek.com> --- [1] is

[PATCH] ASoC: core: export snd_soc_get_dai_name

2016-04-19 Thread PC Liao
From: Jean-Francois Moine snd_soc_get_dai_name() may be used to define a sound card with a different syntax from the one of the simple-card. Signed-off-by: Jean-Francois Moine Signed-off-by: PC Liao --- [1] is applied and needs this patch. Otherwise, [1] will build fail. [1] https

Re: Applied "ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver" to the asoc tree

2016-04-19 Thread PC Liao
s they > should be sent as incremental updates against current git, existing > patches will not be replaced. > > Please add any relevant lists and maintainers to the CCs when replying > to this mail. > > Thanks, > Mark > > From 0beeb8d0b434b8b007ac8058fb2cac5997ff

Re: Applied "ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver" to the asoc tree

2016-04-19 Thread PC Liao
s they > should be sent as incremental updates against current git, existing > patches will not be replaced. > > Please add any relevant lists and maintainers to the CCs when replying > to this mail. > > Thanks, > Mark > > From 0beeb8d0b434b8b007ac8058fb2cac5997fff6

[PATCH v5] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-19 Thread PC Liao
s included in snd_soc_of_get_dai_name(). [1] https://patchwork.kernel.org/patch/5671961/ ("ASoC: core: export snd_soc_get_dai_name") Signed-off-by: PC Liao <pc.l...@mediatek.com> --- Changes since v4: Change name from "sound-dai" to "capture-dai" to determine the c

[PATCH v5] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-19 Thread PC Liao
s included in snd_soc_of_get_dai_name(). [1] https://patchwork.kernel.org/patch/5671961/ ("ASoC: core: export snd_soc_get_dai_name") Signed-off-by: PC Liao --- Changes since v4: Change name from "sound-dai" to "capture-dai" to determine the capture path --- .../dev

Re: [PATCH v3] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-18 Thread PC Liao
Hi Mark, On Mon, 2016-04-18 at 20:03 +0800, Mark Brown wrote: > On Mon, Apr 18, 2016 at 07:36:20PM +0800, PC Liao wrote: > > > Could you please give some comments or suggestions? > > I don't have these patches. If you're getting review comments from > other people plea

Re: [PATCH v3] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-18 Thread PC Liao
Hi Mark, On Mon, 2016-04-18 at 20:03 +0800, Mark Brown wrote: > On Mon, Apr 18, 2016 at 07:36:20PM +0800, PC Liao wrote: > > > Could you please give some comments or suggestions? > > I don't have these patches. If you're getting review comments from > other people plea

[PATCH v4] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-18 Thread PC Liao
This patch adds second I2S connection to rt5650 codec for capture path on mt8173-rt5650 machine driver. Signed-off-by: PC Liao <pc.l...@mediatek.com> --- Changes since v2,v3: Fix unclear code and use sound-dai to determine the capture path --- .../devicetree/bindings/sound/mt8173-rt56

[PATCH v4] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-18 Thread PC Liao
This patch adds second I2S connection to rt5650 codec for capture path on mt8173-rt5650 machine driver. Signed-off-by: PC Liao --- Changes since v2,v3: Fix unclear code and use sound-dai to determine the capture path --- .../devicetree/bindings/sound/mt8173-rt5650.txt|6 +++ sound/soc

Re: [PATCH v3] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-18 Thread PC Liao
Hi Mark, On Thu, 2016-04-07 at 15:35 +0800, PC Liao wrote: > This patch adds second I2S connection to rt5650 codec for capture path on > mt8173-rt5650 machine driver. > > Signed-off-by: PC Liao <pc.l...@mediatek.com> > --- > Changes since v2: > Use sound-dai to

Re: [PATCH v3] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-18 Thread PC Liao
Hi Mark, On Thu, 2016-04-07 at 15:35 +0800, PC Liao wrote: > This patch adds second I2S connection to rt5650 codec for capture path on > mt8173-rt5650 machine driver. > > Signed-off-by: PC Liao > --- > Changes since v2: > Use sound-dai to determine the capture path. &g

Re: [PATCH v3] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-07 Thread PC Liao
Hi Matthias, On Thu, 2016-04-07 at 17:50 +0800, Matthias Brugger wrote: > > On 07/04/16 09:35, PC Liao wrote: > > diff --git a/sound/soc/mediatek/mt8173-rt5650.c > > b/sound/soc/mediatek/mt8173-rt5650.c > > index bb09bb1..9f56df9 100644 > > --- a/sound/soc/medi

Re: [PATCH v3] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-07 Thread PC Liao
Hi Matthias, On Thu, 2016-04-07 at 17:50 +0800, Matthias Brugger wrote: > > On 07/04/16 09:35, PC Liao wrote: > > diff --git a/sound/soc/mediatek/mt8173-rt5650.c > > b/sound/soc/mediatek/mt8173-rt5650.c > > index bb09bb1..9f56df9 100644 > > --- a/sound/soc/medi

[PATCH v3] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-07 Thread PC Liao
This patch adds second I2S connection to rt5650 codec for capture path on mt8173-rt5650 machine driver. Signed-off-by: PC Liao <pc.l...@mediatek.com> --- Changes since v2: Use sound-dai to determine the capture path. --- .../devicetree/bindings/sound/mt8173-rt5650.txt|6 +++ sou

[PATCH v3] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-07 Thread PC Liao
This patch adds second I2S connection to rt5650 codec for capture path on mt8173-rt5650 machine driver. Signed-off-by: PC Liao --- Changes since v2: Use sound-dai to determine the capture path. --- .../devicetree/bindings/sound/mt8173-rt5650.txt|6 +++ sound/soc/mediatek/mt8173-rt5650.c

Re: [PATCH] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-06 Thread PC Liao
Hi Mark, On Sun, 2016-04-03 at 01:04 +0800, Mark Brown wrote: > On Fri, Apr 01, 2016 at 10:50:52AM +0800, PC Liao wrote: > > On Wed, 2016-03-30 at 00:07 +0800, Mark Brown wrote: > > > > This sort of arrangement is very common - it's often needed to get > > > diffe

Re: [PATCH] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-06 Thread PC Liao
Hi Mark, On Sun, 2016-04-03 at 01:04 +0800, Mark Brown wrote: > On Fri, Apr 01, 2016 at 10:50:52AM +0800, PC Liao wrote: > > On Wed, 2016-03-30 at 00:07 +0800, Mark Brown wrote: > > > > This sort of arrangement is very common - it's often needed to get > > > diffe

[PATCH v2] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-01 Thread PC Liao
This patch adds second I2S connection to rt5650 codec for capture path on mt8173-rt5650 machine driver. Signed-off-by: PC Liao <pc.l...@mediatek.com> --- Changes since v1: Use codec dai name to determine the capture path. --- .../devicetree/bindings/sound/mt8173-rt5650.txt|6 +++

[PATCH v2] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-04-01 Thread PC Liao
This patch adds second I2S connection to rt5650 codec for capture path on mt8173-rt5650 machine driver. Signed-off-by: PC Liao --- Changes since v1: Use codec dai name to determine the capture path. --- .../devicetree/bindings/sound/mt8173-rt5650.txt|6 +++ sound/soc/mediatek/mt8173

Re: [PATCH] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-03-31 Thread PC Liao
Hi Mark, On Wed, 2016-03-30 at 00:07 +0800, Mark Brown wrote: > On Tue, Mar 29, 2016 at 09:28:23PM +0800, PC Liao wrote: > > > - mediatek,rt5650_i2s: I2S mode of rt5650 > > 0: Default setting. Playback and record path use same set of I2S. > > Playback/Record path usin

Re: [PATCH] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-03-31 Thread PC Liao
Hi Mark, On Wed, 2016-03-30 at 00:07 +0800, Mark Brown wrote: > On Tue, Mar 29, 2016 at 09:28:23PM +0800, PC Liao wrote: > > > - mediatek,rt5650_i2s: I2S mode of rt5650 > > 0: Default setting. Playback and record path use same set of I2S. > > Playback/Record path usin

Re: [PATCH] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-03-29 Thread PC Liao
Hi Mark, On Tue, 2016-03-29 at 03:11 +0800, Mark Brown wrote: > On Fri, Mar 25, 2016 at 11:42:05AM +0800, PC Liao wrote: > > > +Optional properties: > > +- mediatek,rt5650_i2s: I2S mode of rt5650 > > + 0: using I2S1 on rt5650 for record > > + 1: using I2S2 on

Re: [PATCH] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-03-29 Thread PC Liao
Hi Mark, On Tue, 2016-03-29 at 03:11 +0800, Mark Brown wrote: > On Fri, Mar 25, 2016 at 11:42:05AM +0800, PC Liao wrote: > > > +Optional properties: > > +- mediatek,rt5650_i2s: I2S mode of rt5650 > > + 0: using I2S1 on rt5650 for record > > + 1: using I2S2 on

[PATCH] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-03-24 Thread PC Liao
This patch adds second I2S for rt5650 codec on mt8173-rt5650 machine driver. Signed-off-by: PC Liao <pc.l...@mediatek.com> --- .../devicetree/bindings/sound/mt8173-rt5650.txt|6 +++ sound/soc/mediatek/mt8173-rt5650.c | 55 ++-- 2 files chang

[PATCH] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver

2016-03-24 Thread PC Liao
This patch adds second I2S for rt5650 codec on mt8173-rt5650 machine driver. Signed-off-by: PC Liao --- .../devicetree/bindings/sound/mt8173-rt5650.txt|6 +++ sound/soc/mediatek/mt8173-rt5650.c | 55 ++-- 2 files changed, 56 insertions(+), 5 deletions

Re: [PATCH] ASoC: mediatek: Add I03/I04 widgets and corresponding routes

2016-02-25 Thread PC Liao
Hi Mark, On Fri, 2016-02-26 at 10:30 +0800, Mark Brown wrote: > On Thu, Feb 25, 2016 at 03:12:33PM +0800, PC Liao wrote: > > > Change-Id: Ib6804bbbde388830d8359245fe13bbb0f2bb36ba > > Don't include noise like this in upstream submissions, we don't use your > gerritt.

Re: [PATCH] ASoC: mediatek: Add I03/I04 widgets and corresponding routes

2016-02-25 Thread PC Liao
Hi Mark, On Fri, 2016-02-26 at 10:30 +0800, Mark Brown wrote: > On Thu, Feb 25, 2016 at 03:12:33PM +0800, PC Liao wrote: > > > Change-Id: Ib6804bbbde388830d8359245fe13bbb0f2bb36ba > > Don't include noise like this in upstream submissions, we don't use your > gerritt.

[PATCH] ASoC: mediatek: Add machine driver for rt5650 rt5514 codec

2016-02-24 Thread PC Liao
From: Koro Chen <koro.c...@mediatek.com> This is the DPCM based machine driver with rt5650 and rt5514. Signed-off-by: Koro Chen <koro.c...@mediatek.com> Signed-off-by: PC Liao <pc.l...@mediatek.com> --- .../bindings/sound/mt8173-rt5650-rt5514.txt| 15 ++ sound/so

[PATCH] ASoC: mediatek: Add machine driver for rt5650 rt5514 codec

2016-02-24 Thread PC Liao
From: Koro Chen This is the DPCM based machine driver with rt5650 and rt5514. Signed-off-by: Koro Chen Signed-off-by: PC Liao --- .../bindings/sound/mt8173-rt5650-rt5514.txt| 15 ++ sound/soc/mediatek/Kconfig | 28 ++- sound/soc/mediatek/Makefile

[PATCH] ASoC: mediatek: Add I03/I04 widgets and corresponding routes

2016-02-24 Thread PC Liao
From: Koro Chen <koro.c...@mediatek.com> Add these widgets to allow another path from I2S input. Change-Id: Ib6804bbbde388830d8359245fe13bbb0f2bb36ba Signed-off-by: Koro Chen <koro.c...@mediatek.com> Signed-off-by: PC Liao <pc.l...@mediatek.com> --- sound/soc/mediatek/mt

[PATCH] ASoC: mediatek: Add I03/I04 widgets and corresponding routes

2016-02-24 Thread PC Liao
From: Koro Chen Add these widgets to allow another path from I2S input. Change-Id: Ib6804bbbde388830d8359245fe13bbb0f2bb36ba Signed-off-by: Koro Chen Signed-off-by: PC Liao --- sound/soc/mediatek/mtk-afe-pcm.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/sound/soc

[PATCH] ASoC: mediatek: remove soft reset and add second I2S clock

2016-02-23 Thread PC Liao
To improve I2S flow, this patch removes soft reset and adds second I2S clock to use. Signed-off-by: PC Liao <pc.l...@mediatek.com> --- sound/soc/mediatek/mtk-afe-pcm.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/sound/soc/mediatek/mtk-afe-pcm.c b

[PATCH] ASoC: mediatek: remove soft reset and add second I2S clock

2016-02-23 Thread PC Liao
To improve I2S flow, this patch removes soft reset and adds second I2S clock to use. Signed-off-by: PC Liao --- sound/soc/mediatek/mtk-afe-pcm.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/sound/soc/mediatek/mtk-afe-pcm.c b/sound/soc/mediatek/mtk-afe

Re: [PATCH] ASoC: mediatek: Add machine driver for ALC5650 codec

2016-02-21 Thread PC Liao
Hi Mark, On Fri, 2016-02-19 at 23:37 +0800, Mark Brown wrote: > On Fri, Feb 19, 2016 at 10:35:59AM +0800, PC Liao wrote: > > > @@ -3,3 +3,4 @@ obj-$(CONFIG_SND_SOC_MEDIATEK) += mtk-afe-pcm.o > > # Machine support > > obj-$(CONFIG_SND_SOC_MT8173_MAX98090) += mt

Re: [PATCH] ASoC: mediatek: Add machine driver for ALC5650 codec

2016-02-21 Thread PC Liao
Hi Mark, On Fri, 2016-02-19 at 23:37 +0800, Mark Brown wrote: > On Fri, Feb 19, 2016 at 10:35:59AM +0800, PC Liao wrote: > > > @@ -3,3 +3,4 @@ obj-$(CONFIG_SND_SOC_MEDIATEK) += mtk-afe-pcm.o > > # Machine support > > obj-$(CONFIG_SND_SOC_MT8173_MAX98090) += mt

[PATCH] ASoC: mediatek: Add machine driver for ALC5650 codec

2016-02-18 Thread PC Liao
From: Koro Chen <koro.c...@mediatek.com> This is the DPCM based machine driver with rt5650 Signed-off-by: Nicolas Boichat <drink...@chromium.org> Signed-off-by: Koro Chen <koro.c...@mediatek.com> Signed-off-by: PC Liao <pc.l...@mediatek.com> --- .../devicetree/bindings

[PATCH] ASoC: mediatek: Add machine driver for ALC5650 codec

2016-02-18 Thread PC Liao
From: Koro Chen This is the DPCM based machine driver with rt5650 Signed-off-by: Nicolas Boichat Signed-off-by: Koro Chen Signed-off-by: PC Liao --- .../devicetree/bindings/sound/mt8173-rt5650.txt| 15 ++ sound/soc/mediatek/Kconfig | 10 + sound/soc/mediatek