From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH 0/3] ASoC: Intel: Skylake: Add support for loading FE dais from topology Date: Fri, 13 Oct 2017 14:52:40 +0530 Message-ID: <20171013092240.GA30097@localhost> References: <20171009055032.12158-1-guneshwor.o.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by alsa0.perex.cz (Postfix) with ESMTP id 05889266EE0 for ; Fri, 13 Oct 2017 11:18:30 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20171009055032.12158-1-guneshwor.o.singh@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: Guneshwor Singh Cc: Takashi Iwai , Liam Girdwood , alsa-devel@alsa-project.org, Mark Brown , Patches Audio List-Id: alsa-devel@alsa-project.org On Mon, Oct 09, 2017 at 11:20:29AM +0530, Guneshwor Singh wrote: > This series adds support for loading FE dais using topology. A flag is > introduced to decide whether to register FE dais defined in the platform > driver or use from topology. By default, it is set to register the FE > dais defined in the platform driver. While at it, fix a missing sentinel > too. Acked-By: Vinod Koul > Guneshwor Singh (3): > ASoC: Intel: Skylake: Add flag to check to register FE dais from > topology > ASoC: Intel: Skylake: Add dai load ops for dais from topology > ASoC: Intel: Skylake: Fix missing sentinel in sst_acpi_mach > > sound/soc/intel/skylake/skl-pcm.c | 46 +++++++++++++++++++++++++++++++--- > sound/soc/intel/skylake/skl-topology.c | 1 + > sound/soc/intel/skylake/skl-topology.h | 3 +++ > sound/soc/intel/skylake/skl.c | 10 +++++++- > sound/soc/intel/skylake/skl.h | 4 ++- > 5 files changed, 58 insertions(+), 6 deletions(-) > > -- > 2.14.2 > -- ~Vinod