Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754358AbcKAVlS (ORCPT ); Tue, 1 Nov 2016 17:41:18 -0400 Received: from mail-oi0-f46.google.com ([209.85.218.46]:35098 "EHLO mail-oi0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753378AbcKAVlR (ORCPT ); Tue, 1 Nov 2016 17:41:17 -0400 MIME-Version: 1.0 In-Reply-To: <874m4942gc.wl%kuninori.morimoto.gx@renesas.com> References: <1472514096-10915-1-git-send-email-john.stultz@linaro.org> <3891360.bEMoZb6Wzz@avalon> <1728900.jTuP8Bd5Ss@avalon> <874m4942gc.wl%kuninori.morimoto.gx@renesas.com> From: John Stultz Date: Tue, 1 Nov 2016 14:41:15 -0700 Message-ID: Subject: Re: [PATCH 0/4 v2] Audio support for adv7511 hdmi bridge To: Kuninori Morimoto Cc: Laurent Pinchart , lkml , David Airlie , Archit Taneja , Wolfram Sang , Srinivas Kandagatla , =?UTF-8?B?VmlsbGUgU3lyasOkbMOk?= , Boris Brezillon , Andy Green , Dave Long , Guodong Xu , Zhangfei Gao , Mark Brown , Lars-Peter Clausen , Jose Abreu , "dri-devel@lists.freedesktop.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1841 Lines: 43 On Tue, Oct 18, 2016 at 5:26 PM, Kuninori Morimoto wrote: > >> > Here's what I'm using to get it working: >> > https://git.linaro.org/people/john.stultz/android-dev.git/commitdiff/1024cb4 >> > 85b6f00a7e355ce60425f04a584481148 >> >> Thank you. >> >> We need to standardize DT bindings for HDMI sound output. Morimoto-san, could >> you have a look at the DT bindings proposal for HDMI sound output with the >> ADV7511, and comment on whether it matches the approach you've taken for HDMI >> sound output on R-Car Gen3 ? > > Above patch is using normal simple-card style for HDMI sound, but as Laurent > said we want to use same DT style for HDMI video and sound (= OF graph style). > Fortunately, I posted patch-set for OF graph support on sound card yesterday. > Can you check this ? > http://www.spinics.net/lists/devicetree/msg146131.html > The points are > - sound can use OF graph style DT > - sound-card DT is no longer needed > - it needs type = "sound" property > > patch-set [0/23] is this > http://www.spinics.net/lists/devicetree/msg146113.html Thanks for the pointers! If I understand this correctly, the OF graph simple-card method would replace my current simple-card dts usage for hikey? Other then just having another out-of-tree patchset to track, I don't have any objection to trying to use the OF graph simple-card method in the hikey dts (though I suspect I'll have to pester you for help when I give it a shot). Laurent: So this seems to be mostly just a "which implementation do we use" question for the hikey dts, and it seems like the adv7511 audio driver I'm submitting here has any ties to either the graph or normal simple card method. Is that correct? Are there any changes to the adv7511 audio support patch you'd like to see or should I just resubmit it? thanks -john