From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: Fix build failure in soc-core.c Date: Wed, 1 Dec 2010 11:36:23 +0000 Message-ID: <20101201113623.GI24176@rakim.wolfsonmicro.main> References: <20101201113138.f6146790.sfr@canb.auug.org.au> <1291187447-1247-1-git-send-email-jhnikula@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from opensource.wolfsonmicro.com ([80.75.67.52]:39770 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751464Ab0LALgZ (ORCPT ); Wed, 1 Dec 2010 06:36:25 -0500 Content-Disposition: inline In-Reply-To: <1291187447-1247-1-git-send-email-jhnikula@gmail.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Jarkko Nikula Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, Stephen Rothwell , Liam Girdwood On Wed, Dec 01, 2010 at 09:10:47AM +0200, Jarkko Nikula wrote: > Commit 2eea392 "ASoC: Add support for optional auxiliary dailess codecs" > causes a build failure in soc-core.c: soc_probe_aux_dev since code tries to > access non-existing struct snd_soc_dapm_context and struct snd_soc_card > members. Applied, thanks.