From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754189AbcE3HeS (ORCPT ); Mon, 30 May 2016 03:34:18 -0400 Received: from regular1.263xmail.com ([211.150.99.139]:39898 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754070AbcE3HeL (ORCPT ); Mon, 30 May 2016 03:34:11 -0400 X-Greylist: delayed 458 seconds by postgrey-1.27 at vger.kernel.org; Mon, 30 May 2016 03:34:09 EDT X-263anti-spam: KSV:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-ADDR-CHECKED: 0 X-RL-SENDER: zyw@rock-chips.com X-FST-TO: alsa-devel@alsa-project.org X-SENDER-IP: 103.29.142.67 X-LOGIN-NAME: zyw@rock-chips.com X-UNIQUE-TAG: X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Subject: Re: [RESEND PATCH 5/6] ASoC: cdn-dp: Add cdn DP codec driver To: Vinod Koul , Mark Brown References: <1464345942-4795-1-git-send-email-zyw@rock-chips.com> <1464345942-4795-6-git-send-email-zyw@rock-chips.com> <20160527202312.GB29837@sirena.org.uk> <20160530033321.GD16910@localhost> Cc: dianders@chromium.org, tfiga@chromium.org, heiko@sntech.de, yzq@rock-chips.com, linux-rockchip@lists.infradead.org, Liam Girdwood , Jaroslav Kysela , Takashi Iwai , Charles Keepax , Michael Trimarchi , Bard Liao , Adam Thomson , anish kumar , Jacob Siverskog , Richard Fitzgerald , "Damien.Horsley" , Oder Chiou , Jyri Sarha , Caesar Wang , linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org From: Chris Zhong Message-ID: <574BEB15.20704@rock-chips.com> Date: Mon, 30 May 2016 15:26:13 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20160530033321.GD16910@localhost> Content-Type: text/plain; charset=windows-1252; 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 & Vinod Thanks for your suggestion, I am going to use this HDMI codec driver. But it seems no one use it, currently. On 05/30/2016 11:33 AM, Vinod Koul wrote: > On Fri, May 27, 2016 at 09:23:12PM +0100, Mark Brown wrote: >> On Fri, May 27, 2016 at 06:45:41PM +0800, Chris Zhong wrote: >>> codec driver get some interfaces from cdn-dp driver, than using those >>> to set DP audio formats, corresponding to alsa formats. >> I'm not seeing anything Rockchip specific in here... DisplayPort is >> backwards compatible with HDMI, shouldn't this be using the existing >> hdmi-codec code? > > Yup, typically only difference between the two would be programming the > info frame for DP or HDMI, otherwise it is pretty much same stuff... > > They should patch hdmi-codec for that, if that is not supported. > > Thanks