From mboxrd@z Thu Jan 1 00:00:00 1970 From: jeffy Subject: Re: [PATCH v12 2/2] ASoC: rockchip: Use bus_type to distinguish rt5514 dsp from rt5514 codec Date: Tue, 19 Sep 2017 21:04:26 +0800 Message-ID: <59C115DA.4000907@rock-chips.com> References: <20170919025439.7107-1-jeffy.chen@rock-chips.com> <20170919025439.7107-2-jeffy.chen@rock-chips.com> <20170919124613.egvojfhq74vhyvuh@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.130]) by alsa0.perex.cz (Postfix) with ESMTP id BED3F266F0D for ; Tue, 19 Sep 2017 15:04:34 +0200 (CEST) In-Reply-To: <20170919124613.egvojfhq74vhyvuh@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, heiko@sntech.de, Liam Girdwood , briannorris@chromium.org, dianders@chromium.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, mka@chromium.org, Takashi Iwai , dgreid@chromium.org, linux-arm-kernel@lists.infradead.org List-Id: alsa-devel@alsa-project.org Hi Mark, On 09/19/2017 08:46 PM, Mark Brown wrote: > On Tue, Sep 19, 2017 at 10:54:39AM +0800, Jeffy Chen wrote: >> Currently rt5514 dsp and rt5514 codec are sharing the same compatible. >> Use bus_type to distinguish rt5514 dsp from rt5514 codec. > > This doens't apply against current code, please check and resend. > i sent a new series which contains all my patches and base on 840cc455c5f5 Add linux-next specific files for 20170919 please help to check, thanks :) https://py3.patchwork.dja.id.au/patch/66384/ ... https://py3.patchwork.dja.id.au/patch/66389/ From mboxrd@z Thu Jan 1 00:00:00 1970 From: jeffy.chen@rock-chips.com (jeffy) Date: Tue, 19 Sep 2017 21:04:26 +0800 Subject: [PATCH v12 2/2] ASoC: rockchip: Use bus_type to distinguish rt5514 dsp from rt5514 codec In-Reply-To: <20170919124613.egvojfhq74vhyvuh@sirena.co.uk> References: <20170919025439.7107-1-jeffy.chen@rock-chips.com> <20170919025439.7107-2-jeffy.chen@rock-chips.com> <20170919124613.egvojfhq74vhyvuh@sirena.co.uk> Message-ID: <59C115DA.4000907@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:46 PM, Mark Brown wrote: > On Tue, Sep 19, 2017 at 10:54:39AM +0800, Jeffy Chen wrote: >> Currently rt5514 dsp and rt5514 codec are sharing the same compatible. >> Use bus_type to distinguish rt5514 dsp from rt5514 codec. > > This doens't apply against current code, please check and resend. > i sent a new series which contains all my patches and base on 840cc455c5f5 Add linux-next specific files for 20170919 please help to check, thanks :) https://py3.patchwork.dja.id.au/patch/66384/ ... https://py3.patchwork.dja.id.au/patch/66389/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751416AbdISNEh (ORCPT ); Tue, 19 Sep 2017 09:04:37 -0400 Received: from regular1.263xmail.com ([211.150.99.130]:46080 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750823AbdISNEg (ORCPT ); Tue, 19 Sep 2017 09:04:36 -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: <65be8777b9e40ff574e2ff3013d4a099> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Message-ID: <59C115DA.4000907@rock-chips.com> Date: Tue, 19 Sep 2017 21:04:26 +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, dgreid@chromium.org, heiko@sntech.de, briannorris@chromium.org, mka@chromium.org, dianders@chromium.org, Jaroslav Kysela , alsa-devel@alsa-project.org, linux-rockchip@lists.infradead.org, Takashi Iwai , Liam Girdwood , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v12 2/2] ASoC: rockchip: Use bus_type to distinguish rt5514 dsp from rt5514 codec References: <20170919025439.7107-1-jeffy.chen@rock-chips.com> <20170919025439.7107-2-jeffy.chen@rock-chips.com> <20170919124613.egvojfhq74vhyvuh@sirena.co.uk> In-Reply-To: <20170919124613.egvojfhq74vhyvuh@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:46 PM, Mark Brown wrote: > On Tue, Sep 19, 2017 at 10:54:39AM +0800, Jeffy Chen wrote: >> Currently rt5514 dsp and rt5514 codec are sharing the same compatible. >> Use bus_type to distinguish rt5514 dsp from rt5514 codec. > > This doens't apply against current code, please check and resend. > i sent a new series which contains all my patches and base on 840cc455c5f5 Add linux-next specific files for 20170919 please help to check, thanks :) https://py3.patchwork.dja.id.au/patch/66384/ ... https://py3.patchwork.dja.id.au/patch/66389/