From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liam Girdwood Subject: Re: [PATCH v2 0/8] ASoC: Intel: refactor common SST IPC handling Date: Thu, 21 May 2015 22:14:51 +0100 Message-ID: <1432242891.6818.26.camel@loki> References: <1432027840-18711-1-git-send-email-vinod.koul@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by alsa0.perex.cz (Postfix) with ESMTP id 0F0392658EE for ; Thu, 21 May 2015 23:14:56 +0200 (CEST) In-Reply-To: <1432027840-18711-1-git-send-email-vinod.koul@intel.com> 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: Vinod Koul Cc: tiwai@suse.de, patches.audio@intel.com, alsa-devel@alsa-project.org, broonie@kernel.org List-Id: alsa-devel@alsa-project.org On Tue, 2015-05-19 at 15:00 +0530, Vinod Koul wrote: > This series refactors the common SST IPC code to remove some hardcoded > assumption which are no longer valid for future platforms like Skylake, > These are made configurable and right configuration applied for respective > drivers. The changes are mailbox sizes and dsp busy checks. > > changes in v2: > - fix the mem allocation for IPC mailbox > > Subhransu S. Prusty (8): > ASoC: Intel: Create an ops to check for DSP busy > ASoC: Intel: Move the busy check to ops for Baytrail > ASoC: Intel: Move the busy check to ops for HSW > ASoC: Intel: Remove the direct register reference from common ipc > ASoC: Intel: Allow to configure max size for mailbox data > ASoC: Intel: Initialize max mailbox size for baytrail > ASoC: Intel: Initialize max mailbox size for haswell > ASoC: Intel: Allocate for the mailbox with max size > > sound/soc/intel/baytrail/sst-baytrail-ipc.c | 11 ++++++++++ > sound/soc/intel/common/sst-ipc.c | 34 +++++++++++++++++++++++++---- > sound/soc/intel/common/sst-ipc.h | 7 ++++-- > sound/soc/intel/haswell/sst-haswell-ipc.c | 12 ++++++++++ > 4 files changed, 58 insertions(+), 6 deletions(-) > Acked-by: Liam Girdwood