From patchwork Thu Dec 2 14:55:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephan Gerhold X-Patchwork-Id: 1562800 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gerhold.net header.i=@gerhold.net header.a=rsa-sha256 header.s=strato-dkim-0002 header.b=AiL/0KmL; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4J4fF94Lfcz9sRK for ; Fri, 3 Dec 2021 01:57:17 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234845AbhLBPAh (ORCPT ); Thu, 2 Dec 2021 10:00:37 -0500 Received: from mo4-p01-ob.smtp.rzone.de ([85.215.255.52]:24066 "EHLO mo4-p01-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235854AbhLBPAf (ORCPT ); Thu, 2 Dec 2021 10:00:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1638457025; s=strato-dkim-0002; d=gerhold.net; h=Message-Id:Date:Subject:Cc:To:From:Cc:Date:From:Subject:Sender; bh=+On65RK/P0y1X+9L5FVYKDm1EJ1ZjlP8KZD5YNFlWzM=; b=AiL/0KmL7ZK4SQLe3rdZ9bYTPplrQgRl3H6Cod7RHEqmL4Bo9X8IdwbisltTUT6Tvs lUOfCXkYZ9F9S0IZ1E6zWtMcAnOD/Po1DJ8H+HurkHzht7iVoTy3loZxn1jeZ/JAjyUk zUrgY+/CFlUl7jrU82kMKRLtitze7pX9RS4PRv/TWVqwKRr1LPzoF4iZa5LMfpGjykRT 35mk1QYwuDIYp7+90KGo4xAnfY3zhkROPVb3y7TmG8ZFyogOfStTQ9zMa0PW0Y0N+ax7 x7UJwPd1WJYUZ/wZukwfC2NwdkNnXcz7ecj9mVGS4mf5DoBQnhe3TMezp8NhR9hqgXKV MZdQ== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":P3gBZUipdd93FF5ZZvYFPugejmSTVR2nRPhVORvLd4SsytBXQ7UOGqRde+a0fyLyu9s=" X-RZG-CLASS-ID: mo00 Received: from droid.. by smtp.strato.de (RZmta 47.34.10 AUTH) with ESMTPSA id j03bcbxB2Ev5pxu (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Thu, 2 Dec 2021 15:57:05 +0100 (CET) From: Stephan Gerhold To: Mark Brown Cc: Srinivas Kandagatla , Bjorn Andersson , Liam Girdwood , Banajit Goswami , linux-arm-msm@vger.kernel.org, alsa-devel@alsa-project.org, devicetree@vger.kernel.org, Rob Herring , ~postmarketos/upstreaming@lists.sr.ht, Stephan Gerhold Subject: [PATCH 0/5] ASoC: qcom: apq8016_sbc: Allow routing audio through QDSP6 Date: Thu, 2 Dec 2021 15:55:00 +0100 Message-Id: <20211202145505.58852-1-stephan@gerhold.net> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This series makes it possible to route audio through the combined audio/modem DSP on MSM8916/APQ8016 devices instead of bypassing it using the LPASS drivers. This is necessary to support certain functionality such as voice call audio. See PATCH 4/5 for details. Also, qcom,apq8016-sbc.txt is converted to DT schema by adding it to the existing qcom,sm8250.yaml. The bindings are similar enough that it is easier to share a single schema instead of duplicating everything into multiple ones. Stephan Gerhold (5): ASoC: dt-bindings: qcom: sm8250: Drop redundant MultiMedia routes ASoC: dt-bindings: qcom: sm8250: Document "aux-devs" ASoC: dt-bindings: qcom: apq8016-sbc: Move to qcom,sm8250 DT schema ASoC: dt-bindings: qcom: Document qcom,msm8916-qdsp6-sndcard compatible ASoC: qcom: apq8016_sbc: Allow routing audio through QDSP6 .../bindings/sound/qcom,apq8016-sbc.txt | 96 ------------- .../bindings/sound/qcom,sm8250.yaml | 136 +++++++++++++++++- sound/soc/qcom/apq8016_sbc.c | 134 ++++++++++++++++- 3 files changed, 259 insertions(+), 107 deletions(-) delete mode 100644 Documentation/devicetree/bindings/sound/qcom,apq8016-sbc.txt Reviewed-by: Srinivas Kandagatla