From patchwork Tue Feb 13 16:58:20 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Srinivas Kandagatla X-Patchwork-Id: 10216857 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 3C05360329 for ; Tue, 13 Feb 2018 17:03:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2B11328DE5 for ; Tue, 13 Feb 2018 17:03:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1F8CE28EB5; Tue, 13 Feb 2018 17:03:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,T_DKIM_INVALID autolearn=no version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7359828EB2 for ; Tue, 13 Feb 2018 17:03:35 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id D1A0826797F; Tue, 13 Feb 2018 18:01:31 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 867AE267973; Tue, 13 Feb 2018 18:01:28 +0100 (CET) Received: from mail-wm0-f65.google.com (mail-wm0-f65.google.com [74.125.82.65]) by alsa0.perex.cz (Postfix) with ESMTP id AE1C726795E for ; Tue, 13 Feb 2018 18:01:25 +0100 (CET) Received: by mail-wm0-f65.google.com with SMTP id j21so14097575wmh.1 for ; Tue, 13 Feb 2018 09:01:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=/QgrLtTUZZuxnkuSzL60H80LEuHsLt6Z29SEmWGIcyE=; b=XJV4MqU+uScpNpHY2ATlSkylUHxMl/82AMwqgBq4OK+zQzJRy7XHODgC9Xp7Gk2mB5 9qiW7JoH0hBDnO52UPs2UjLg7YUf1zs7hQDsapcNehSD0uTs/1/IHyfRFJDYmZpuopoQ 8IS6lX0QcKCnzaBrcZqDbsRypIjG9xYLhEZ8I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=/QgrLtTUZZuxnkuSzL60H80LEuHsLt6Z29SEmWGIcyE=; b=KMRmvwDKAdPxE2elJRNEiCuuzfQoLWXPsH82Q9IURURI7dVcgh+V4kY/ZF/3DgKco7 /WL1KM37s/uXkCUT9Kp7XmYUBaOJQhNC9Iv7twwKcuU5s6sKzwwabix93+ReSTyPJAm7 UGv9f6mzvPtNFnxTA3tzBVQEM0rFnw58Xux1aYa1Y+Qxzt3yVXm+IXpnZzwFMfGkC5BG gZ4rbyDifC6xCKqi4WiKV31aYZZmacUBfdXkQpHNpoA0kpQg3MnSHgfrsXHH++rNjUs1 RJkfRwMJ6Rv0LojQ3UEZqLUEDVsQ0ajUnPhvOZZvGTHRkMNX74cp87OvRuhE86OYoZfs SCCA== X-Gm-Message-State: APf1xPDOXaKpANKqoNh5lsOcEgTTrkkHU3GOW7AEaJZbbqwE8p8Ht3Qk JYtdH+BHkXMPJ7ZKO/b1rn7MjQ== X-Google-Smtp-Source: AH8x227PKzsBeMsHYwPM+roMFRaxqrQNZi+Mgc70uWaH6reLCl4MgkayvmoYsCVdcaNabdx9GmgMSw== X-Received: by 10.28.199.132 with SMTP id x126mr1787691wmf.71.1518541285191; Tue, 13 Feb 2018 09:01:25 -0800 (PST) Received: from localhost.localdomain (cpc90716-aztw32-2-0-cust92.18-1.cable.virginm.net. [86.26.100.93]) by smtp.gmail.com with ESMTPSA id y145sm7432723wmd.43.2018.02.13.09.01.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 13 Feb 2018 09:01:24 -0800 (PST) From: srinivas.kandagatla@linaro.org To: andy.gross@linaro.org, broonie@kernel.org, linux-arm-msm@vger.kernel.org, alsa-devel@alsa-project.org Date: Tue, 13 Feb 2018 16:58:20 +0000 Message-Id: <20180213165837.1620-9-srinivas.kandagatla@linaro.org> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180213165837.1620-1-srinivas.kandagatla@linaro.org> References: <20180213165837.1620-1-srinivas.kandagatla@linaro.org> Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, bgoswami@codeaurora.org, rohkumar@qti.qualcomm.com, linux-kernel@vger.kernel.org, plai@codeaurora.org, tiwai@suse.com, lgirdwood@gmail.com, david.brown@linaro.org, robh+dt@kernel.org, Srinivas Kandagatla , spatakok@qti.qualcomm.com, linux-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [alsa-devel] [PATCH v3 08/25] dt-bindings: sound: qcom: Add bindings for q6asm X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP From: Srinivas Kandagatla Signed-off-by: Srinivas Kandagatla --- .../devicetree/bindings/sound/qcom,q6asm.txt | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/qcom,q6asm.txt diff --git a/Documentation/devicetree/bindings/sound/qcom,q6asm.txt b/Documentation/devicetree/bindings/sound/qcom,q6asm.txt new file mode 100644 index 000000000000..5d6a90681796 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/qcom,q6asm.txt @@ -0,0 +1,38 @@ +Qualcomm Audio Stream Manager (Q6ASM) binding + +Q6ASM is one of the APR audio service on Q6DSP. +Please refer to qcom,apr.txt for details of the coommon apr service bindings +used by the apr service device. + +- but must contain the following property: + +- compatible: + Usage: required + Value type: + Definition: must be "qcom,asm-v.". + example "qcom,asm-v2.0" + +- qcom,apr-svc-id + Usage: required + Value type: + Definition: Must be 7 for Audio Stream Manager Service. + +- qcom,apr-svc-name + Usage: required + Value type: + Definition: Must be "ASM" + +- #sound-dai-cells + Usage: required + Value type: + Definition: Must be 1 + + += EXAMPLE + +q6asm: q6asm { + compatible = "qcom,q6asm"; + qcom,apr-svc-name = "ASM"; + qcom,apr-svc-id = ; + #sound-dai-cells = <1>; +};