From mboxrd@z Thu Jan 1 00:00:00 1970 From: jeffy Subject: Re: [RESEND PATCH v2 3/3] ASoC: rockchip: Init dapm routes dynamically Date: Tue, 19 Sep 2017 20:44:35 +0800 Message-ID: <59C11133.5090400@rock-chips.com> References: <20170918111801.12881-1-jeffy.chen@rock-chips.com> <20170918111801.12881-3-jeffy.chen@rock-chips.com> <20170919122803.kybaln43yho3deih@sirena.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from regular1.263xmail.com (regular1.263xmail.com [211.150.99.135]) by alsa0.perex.cz (Postfix) with ESMTP id 18609266F0D for ; Tue, 19 Sep 2017 14:44:57 +0200 (CEST) In-Reply-To: <20170919122803.kybaln43yho3deih@sirena.co.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Mark Brown Cc: alsa-devel@alsa-project.org, dianders@chromium.org, Heiko Stuebner , Liam Girdwood , briannorris@chromium.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, mka@chromium.org, Takashi Iwai , linux-arm-kernel@lists.infradead.org List-Id: alsa-devel@alsa-project.org Hi Mark, On 09/19/2017 08:28 PM, Mark Brown wrote: > On Mon, Sep 18, 2017 at 07:18:01PM +0800, Jeffy Chen wrote: >> Currently we are using a fixed list of dapm routes. >> >> Init dapm routes dynamically when parsing dailinks, since we are >> supporting optional codecs. > > This doesn't apply against current code, please check and resend. > i rebased these patches to for-next 20170919, but nothing changed... but i found my other pending patch (https://patchwork.kernel.org/patch/9958055) might conflict to this, i'll send a new series to put all my patches together and solve the conflict... sorry for the trouble.. From mboxrd@z Thu Jan 1 00:00:00 1970 From: jeffy.chen@rock-chips.com (jeffy) Date: Tue, 19 Sep 2017 20:44:35 +0800 Subject: [RESEND PATCH v2 3/3] ASoC: rockchip: Init dapm routes dynamically In-Reply-To: <20170919122803.kybaln43yho3deih@sirena.co.uk> References: <20170918111801.12881-1-jeffy.chen@rock-chips.com> <20170918111801.12881-3-jeffy.chen@rock-chips.com> <20170919122803.kybaln43yho3deih@sirena.co.uk> Message-ID: <59C11133.5090400@rock-chips.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Mark, On 09/19/2017 08:28 PM, Mark Brown wrote: > On Mon, Sep 18, 2017 at 07:18:01PM +0800, Jeffy Chen wrote: >> Currently we are using a fixed list of dapm routes. >> >> Init dapm routes dynamically when parsing dailinks, since we are >> supporting optional codecs. > > This doesn't apply against current code, please check and resend. > i rebased these patches to for-next 20170919, but nothing changed... but i found my other pending patch (https://patchwork.kernel.org/patch/9958055) might conflict to this, i'll send a new series to put all my patches together and solve the conflict... sorry for the trouble.. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751926AbdISMpC (ORCPT ); Tue, 19 Sep 2017 08:45:02 -0400 Received: from regular1.263xmail.com ([211.150.99.135]:43234 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751734AbdISMo6 (ORCPT ); Tue, 19 Sep 2017 08:44:58 -0400 X-263anti-spam: KSV:0;BIG:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ADDR-CHECKED4: 1 X-ABS-CHECKED: 1 X-SKE-CHECKED: 1 X-ANTISPAM-LEVEL: 2 X-RL-SENDER: jeffy.chen@rock-chips.com X-FST-TO: broonie@kernel.org X-SENDER-IP: 103.29.142.67 X-LOGIN-NAME: jeffy.chen@rock-chips.com X-UNIQUE-TAG: <01c9eb4cd8c4d2e18d65d8409917c83d> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Message-ID: <59C11133.5090400@rock-chips.com> Date: Tue, 19 Sep 2017 20:44:35 +0800 From: jeffy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20130126 Thunderbird/19.0 MIME-Version: 1.0 To: Mark Brown CC: linux-kernel@vger.kernel.org, briannorris@chromium.org, mka@chromium.org, dianders@chromium.org, Jaroslav Kysela , alsa-devel@alsa-project.org, Heiko Stuebner , linux-rockchip@lists.infradead.org, Takashi Iwai , Liam Girdwood , linux-arm-kernel@lists.infradead.org Subject: Re: [RESEND PATCH v2 3/3] ASoC: rockchip: Init dapm routes dynamically References: <20170918111801.12881-1-jeffy.chen@rock-chips.com> <20170918111801.12881-3-jeffy.chen@rock-chips.com> <20170919122803.kybaln43yho3deih@sirena.co.uk> In-Reply-To: <20170919122803.kybaln43yho3deih@sirena.co.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mark, On 09/19/2017 08:28 PM, Mark Brown wrote: > On Mon, Sep 18, 2017 at 07:18:01PM +0800, Jeffy Chen wrote: >> Currently we are using a fixed list of dapm routes. >> >> Init dapm routes dynamically when parsing dailinks, since we are >> supporting optional codecs. > > This doesn't apply against current code, please check and resend. > i rebased these patches to for-next 20170919, but nothing changed... but i found my other pending patch (https://patchwork.kernel.org/patch/9958055) might conflict to this, i'll send a new series to put all my patches together and solve the conflict... sorry for the trouble..