Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp3238931pxb; Sun, 7 Feb 2021 02:38:08 -0800 (PST) X-Google-Smtp-Source: ABdhPJzUATny64uexokfLmenBIZE6f3Ayb6DsDPSjmkfyqtvTqFIudVV5TMgsXBIKvnzgNmNo51r X-Received: by 2002:aa7:c755:: with SMTP id c21mr12189954eds.47.1612694287971; Sun, 07 Feb 2021 02:38:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612694287; cv=none; d=google.com; s=arc-20160816; b=UFnecf3lDYR2mnvvvtfA0Wu5lOaTVPBzyhjwKbxPTgJ7uYolEtZYmk1Rko1piQNYUm 8K6wzsDRHhqskyau/1mg/LxQjD8yTFW86i8g3OdKxkjhhK83WN2MNMprk7TDLD31+MKL o+N3tqbDj4YCacBkCPm6hJwcLIq7BuPGuDXBhzB8h0PRW8JyzJFLDM8DCzlzYZGu6beY yZ+0CePcExbIez3ZkwjDgOVz95vJn5SREr3F1iOXHNQIM5l6Gz//Rk80vPUQ6i+KjXAs +0PV5bsIwW06VojAsyL5ruu7+b+7UUvc4OYSPDnzo0YoNLMSMwx9vn6FDa1MVIIR91c2 k4Hw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :to:from; bh=hD5/pn6NJWKc8o6zt70cNm6oo0EuXxu9Xt5jxvIjmT0=; b=KthZc0v3l1jTm8fAjHDvF19dplewPwqN9J1Hmqrtdv+keL9nmYEqRvdmLIu5jjB4Wj o/5RhopQ1TEQ0vK67meSO6VqQc9jlqQt3wC3avpfEUiufZ3BF4sKvHACejp7sXkgflFd Pht7luPBKj6O7C+nXsZoWbBidgc7bV7YcqEsUISkZ73rrHapmZarzPE6RA5oj9HxhMiE imxHsZUwUL/Mv9oPPzhw/1h4fxRoq18TwcXXUxDVPeVOTV+PTH74lmRimXXfwk/iK9Zz nwJyCNQzuSKg13zktnoCqGlx8VgzwySY6D+GcDh2oo5HSETaXEbL6gdXYbtBU4p4na8D 7fdA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s19si8647990ejd.463.2021.02.07.02.37.45; Sun, 07 Feb 2021 02:38:07 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229669AbhBGKgU (ORCPT + 99 others); Sun, 7 Feb 2021 05:36:20 -0500 Received: from inva021.nxp.com ([92.121.34.21]:38448 "EHLO inva021.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229537AbhBGKgQ (ORCPT ); Sun, 7 Feb 2021 05:36:16 -0500 Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 7CFA82019B7; Sun, 7 Feb 2021 11:35:29 +0100 (CET) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 5E058200E46; Sun, 7 Feb 2021 11:35:24 +0100 (CET) Received: from localhost.localdomain (shlinux2.ap.freescale.net [10.192.224.44]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id D67C4402AD; Sun, 7 Feb 2021 11:35:17 +0100 (CET) From: Shengjiu Wang To: lgirdwood@gmail.com, broonie@kernel.org, perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, timur@kernel.org, nicoleotsuka@gmail.com, Xiubo.Lee@gmail.com, festevam@gmail.com, linuxppc-dev@lists.ozlabs.org, robh+dt@kernel.org, devicetree@vger.kernel.org Subject: [PATCH v2 1/7] ASoC: soc-component: Add snd_soc_pcm_component_ack Date: Sun, 7 Feb 2021 18:23:49 +0800 Message-Id: <1612693435-31418-2-git-send-email-shengjiu.wang@nxp.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1612693435-31418-1-git-send-email-shengjiu.wang@nxp.com> References: <1612693435-31418-1-git-send-email-shengjiu.wang@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add snd_soc_pcm_component_ack back, which can be used to get updated buffer pointer in platform driver. On Asymmetric multiprocessor, this pointer can be sent to Cortex-M core for audio processing. Signed-off-by: Shengjiu Wang --- include/sound/soc-component.h | 3 +++ sound/soc/soc-component.c | 14 ++++++++++++++ sound/soc/soc-pcm.c | 2 ++ 3 files changed, 19 insertions(+) diff --git a/include/sound/soc-component.h b/include/sound/soc-component.h index 5b47768222b7..2dc8c7e3d1a6 100644 --- a/include/sound/soc-component.h +++ b/include/sound/soc-component.h @@ -146,6 +146,8 @@ struct snd_soc_component_driver { int (*mmap)(struct snd_soc_component *component, struct snd_pcm_substream *substream, struct vm_area_struct *vma); + int (*ack)(struct snd_soc_component *component, + struct snd_pcm_substream *substream); const struct snd_compress_ops *compress_ops; @@ -498,5 +500,6 @@ int snd_soc_pcm_component_pm_runtime_get(struct snd_soc_pcm_runtime *rtd, void *stream); void snd_soc_pcm_component_pm_runtime_put(struct snd_soc_pcm_runtime *rtd, void *stream, int rollback); +int snd_soc_pcm_component_ack(struct snd_pcm_substream *substream); #endif /* __SOC_COMPONENT_H */ diff --git a/sound/soc/soc-component.c b/sound/soc/soc-component.c index 159bf88b9f8c..a9fbb2d26412 100644 --- a/sound/soc/soc-component.c +++ b/sound/soc/soc-component.c @@ -1212,3 +1212,17 @@ void snd_soc_pcm_component_pm_runtime_put(struct snd_soc_pcm_runtime *rtd, soc_component_mark_pop(component, stream, pm); } } + +int snd_soc_pcm_component_ack(struct snd_pcm_substream *substream) +{ + struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); + struct snd_soc_component *component; + int i; + + /* FIXME: use 1st pointer */ + for_each_rtd_components(rtd, i, component) + if (component->driver->ack) + return component->driver->ack(component, substream); + + return 0; +} diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c index b79f064887d4..605acec48971 100644 --- a/sound/soc/soc-pcm.c +++ b/sound/soc/soc-pcm.c @@ -2830,6 +2830,8 @@ int soc_new_pcm(struct snd_soc_pcm_runtime *rtd, int num) rtd->ops.page = snd_soc_pcm_component_page; if (drv->mmap) rtd->ops.mmap = snd_soc_pcm_component_mmap; + if (drv->ack) + rtd->ops.ack = snd_soc_pcm_component_ack; } if (playback) -- 2.27.0