From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v5 03/15] soundwire: Add Master registration Date: Wed, 13 Dec 2017 10:16:55 +0100 Message-ID: <20171213091655.GC6269@kroah.com> References: <1512575231-4154-1-git-send-email-vinod.koul@intel.com> <1512575231-4154-4-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 mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) by alsa0.perex.cz (Postfix) with ESMTP id 30750266AE4 for ; Wed, 13 Dec 2017 10:16:53 +0100 (CET) Content-Disposition: inline In-Reply-To: <1512575231-4154-4-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: ALSA , Charles Keepax , Sudheer Papothi , Takashi , plai@codeaurora.org, LKML , Pierre , patches.audio@intel.com, Mark , srinivas.kandagatla@linaro.org, Sagar Dharia , alan@linux.intel.com List-Id: alsa-devel@alsa-project.org On Wed, Dec 06, 2017 at 09:16:59PM +0530, Vinod Koul wrote: > A Master adds a SoundWire bus instance which scans the firmware > provided for device description. > > In this patch we scan ACPI namespaces and create SoundWire > Slave devices based on ACPI description > > Signed-off-by: Sanyog Kale > Signed-off-by: Vinod Koul Acked-by: Greg Kroah-Hartman