From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH 1/5] ASoC: lowland: Use card DAPM context to access widgets Date: Mon, 4 May 2015 09:07:32 +0100 Message-ID: <20150504080732.GW3480@opensource.wolfsonmicro.com> References: <1430674030-1388-1-git-send-email-lars@metafoo.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 7AF81260464 for ; Mon, 4 May 2015 10:07:33 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1430674030-1388-1-git-send-email-lars@metafoo.de> 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: Lars-Peter Clausen Cc: Sangbeom Kim , alsa-devel@alsa-project.org, Mark Brown , Liam Girdwood , patches@opensource.wolfsonmicro.com List-Id: alsa-devel@alsa-project.org On Sun, May 03, 2015 at 07:27:06PM +0200, Lars-Peter Clausen wrote: > The dapm field of the snd_soc_codec struct will eventually be removed > (replaced with the DAPM context from the component embedded inside the > CODEC). Replace its usage with the card's DAPM context. The idea is that > DAPM is hierarchical and with the card at the root it is possible to access > widgets from other contexts through the card context. > > Signed-off-by: Lars-Peter Clausen > --- Acked-by: Charles Keepax Thanks, Charles