From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 01/11] ASoC: SOF: Add Sound Open Firmware driver core Date: Thu, 19 Jul 2018 20:58:35 +0200 Message-ID: References: <20180719185335.30912-1-liam.r.girdwood@linux.intel.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 62AEA26733D for ; Thu, 19 Jul 2018 20:58:36 +0200 (CEST) In-Reply-To: <20180719185335.30912-1-liam.r.girdwood@linux.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: Liam Girdwood Cc: alsa-devel@alsa-project.org, Mark Brown List-Id: alsa-devel@alsa-project.org On Thu, 19 Jul 2018 20:53:25 +0200, Liam Girdwood wrote: > > The Sound Open Firmware driver core is a generic architecture > independent layer that allows SOF to be used on many different different > architectures and platforms. It abstracts DSP operations and IO methods > so that the target DSP can be an internal memory mapped or external SPI > or I2C based device. This abstraction also allows SOF to be run on > many different VMs on the same physical HW. > > SOF also requires some data in ASoC PCM runtime data for looking up > SOF data during ASoC PCM operations. > > Signed-off-by: Liam Girdwood Could you give a cover letter? It'd be helpful for digestion of such series. thanks, Takashi