From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mukunda,Vijendar" Subject: Re: [PATCH 0/9] Enablement of BT I2S controller instance for AMD APUs Date: Fri, 9 Mar 2018 15:29:19 +0530 Message-ID: <5e68283a-5e9c-5ddc-7c11-0f6251f1a77d@amd.com> References: <1518766434-7911-1-git-send-email-Vijendar.Mukunda@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0046.outbound.protection.outlook.com [104.47.41.46]) by alsa0.perex.cz (Postfix) with ESMTP id 5D16B26742D for ; Fri, 9 Mar 2018 10:57:08 +0100 (CET) In-Reply-To: <1518766434-7911-1-git-send-email-Vijendar.Mukunda@amd.com> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: broonie@kernel.org, alsa-devel@alsa-project.org, perex@perex.cz Cc: tiwai@suse.de, Alexander.Deucher@amd.com, lgirdwood@gmail.com List-Id: alsa-devel@alsa-project.org On Friday 16 February 2018 01:03 PM, Vijendar Mukunda wrote: > This patch set updates Audio CoProcessor (ACP) audio drivers to enable BT I2S controller instance. > Default enabled I2S controller instance is I2S SP instance. > There is a requirement to enable BT I2S controller Instance along with I2S SP controller instance. > This patch set bring up functionality to render & capture on BT I2S controller instance. > > The current code is based on asoc-next, but I'm happy to rebase on whatever tree this ends up going through if there are any problems applying. > > Vijendar Mukunda (9): > ASoC: amd: renaming pcm substream names and bytescount params > ASoC: amd: Coding style changes for acp dma driver > ASoC: amd: dma driver changes for BT I2S controller instance > ASoC: amd: dma descriptor changes for BT I2S Instance > ASoC: amd: Interrupt handler changes for BT I2S instance > ASoC: amd: pcm callbacks modifications for bt i2s instance > ASoC: amd: modifications in dma stop sequence > ASoC: amd: 16bit resolution support for bt i2s instance > ASoC: amd: enabling bt i2s config after acp reset > > sound/soc/amd/acp-pcm-dma.c | 623 ++++++++++++++++++++++++++++++++------------ > sound/soc/amd/acp.h | 61 ++++- > 2 files changed, 514 insertions(+), 170 deletions(-) > Below two patches are merged. ASoC: amd: renaming pcm substream names and bytescount params ASoC: amd: Coding style changes for acp dma driver Squashing the rest of the patch set as few patches need to be submitted as bug fixes and requires reordering .