Re: [PATCH] Asoc: rockchip: Init dapm routes dynamically

2017-09-17 Thread jeffy
Hi Matthias, Thanks for your test and review. On 09/16/2017 08:54 AM, Matthias Kaehlcke wrote: -static const struct snd_soc_dapm_route rockchip_dapm_routes[] = { >- /* Input Lines */ >- {"MIC", NULL, "Headset Mic"}, >- {"DMIC1L", NULL, "Int Mic"}, >- {"DMIC1R", NULL, "Int Mic"}, >- >-

Re: [PATCH] Asoc: rockchip: Init dapm routes dynamically

2017-09-17 Thread jeffy
Hi Matthias, Thanks for your test and review. On 09/16/2017 08:54 AM, Matthias Kaehlcke wrote: -static const struct snd_soc_dapm_route rockchip_dapm_routes[] = { >- /* Input Lines */ >- {"MIC", NULL, "Headset Mic"}, >- {"DMIC1L", NULL, "Int Mic"}, >- {"DMIC1R", NULL, "Int Mic"}, >- >-

Re: [PATCH] Asoc: rockchip: Init dapm routes dynamically

2017-09-15 Thread Matthias Kaehlcke
El Tue, Sep 05, 2017 at 12:14:01PM +0800 Jeffy Chen ha dit: > Currently we are using a fixed list of dapm routes. > > Init dapm routes dynamically when parsing dailinks, since we are > supporting optional codecs. > > Signed-off-by: Jeffy Chen > --- > >

Re: [PATCH] Asoc: rockchip: Init dapm routes dynamically

2017-09-15 Thread Matthias Kaehlcke
El Tue, Sep 05, 2017 at 12:14:01PM +0800 Jeffy Chen ha dit: > Currently we are using a fixed list of dapm routes. > > Init dapm routes dynamically when parsing dailinks, since we are > supporting optional codecs. > > Signed-off-by: Jeffy Chen > --- > > sound/soc/rockchip/rk3399_gru_sound.c |

[PATCH] Asoc: rockchip: Init dapm routes dynamically

2017-09-04 Thread Jeffy Chen
Currently we are using a fixed list of dapm routes. Init dapm routes dynamically when parsing dailinks, since we are supporting optional codecs. Signed-off-by: Jeffy Chen --- sound/soc/rockchip/rk3399_gru_sound.c | 88 +-- 1 file

[PATCH] Asoc: rockchip: Init dapm routes dynamically

2017-09-04 Thread Jeffy Chen
Currently we are using a fixed list of dapm routes. Init dapm routes dynamically when parsing dailinks, since we are supporting optional codecs. Signed-off-by: Jeffy Chen --- sound/soc/rockchip/rk3399_gru_sound.c | 88 +-- 1 file changed, 74 insertions(+), 14