Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751660AbeACQ1b (ORCPT + 1 other); Wed, 3 Jan 2018 11:27:31 -0500 Received: from mail-wr0-f173.google.com ([209.85.128.173]:43177 "EHLO mail-wr0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751262AbeACQ1Z (ORCPT ); Wed, 3 Jan 2018 11:27:25 -0500 X-Google-Smtp-Source: ACJfBotd9n9AMGNLJGGzPl7SOoQD8PPI4uRi2Meuqvgge1aXWTuhLQpmiXCFWNgTe+RPcoAOuMC98g== Subject: Re: [RESEND PATCH v2 13/15] dt-bindings: sound: qcom: Add devicetree bindings for apq8096 To: Bjorn Andersson Cc: Andy Gross , Mark Brown , linux-arm-msm@vger.kernel.org, alsa-devel@alsa-project.org, David Brown , Rob Herring , Mark Rutland , Liam Girdwood , Patrick Lai , Banajit Goswami , Jaroslav Kysela , Takashi Iwai , linux-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, sboyd@codeaurora.org References: <20171214173402.19074-1-srinivas.kandagatla@linaro.org> <20171214173402.19074-14-srinivas.kandagatla@linaro.org> <20180103002835.GW478@tuxbook> From: Srinivas Kandagatla Message-ID: <787ecdc5-66d8-23ee-7136-2a8759c86536@linaro.org> Date: Wed, 3 Jan 2018 16:27:22 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20180103002835.GW478@tuxbook> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 03/01/18 00:28, Bjorn Andersson wrote: > On Thu 14 Dec 09:34 PST 2017, srinivas.kandagatla@linaro.org wrote: > >> +++ b/Documentation/devicetree/bindings/sound/qcom,apq8096.txt > > Wouldn't it be possible to describe all(?) qdsp based machines in this > one document? I.e. should we name it a little bit more generic? You mean like downstream ? I see no harm in trying it out and see how it looks like. > >> @@ -0,0 +1,22 @@ >> +* Qualcomm Technologies APQ8096 ASoC sound card driver >> + >> +This binding describes the APQ8096 sound card, which uses qdsp for audio. >> + >> +- compatible: >> + Usage: required >> + Value type: >> + Definition: must be "qcom,apq8096-sndcard" >> + >> +- qcom,audio-routing: >> + Usage: Optional >> + Value type: >> + Definition: A list of the connections between audio components. > > Double space before A yep. > >> + Each entry is a pair of strings, the first being the >> + connection's sink, the second being the connection's >> + source. Valid names could be power supplies, MicBias >> + of codec and the jacks on the board: >> +Example: >> + sound { >> + compatible = "qcom,snd-apq8096"; > > Indentation yep. > >> + qcom,model = "DB820c"; >> + }; > > Regards, > Bjorn >