From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: soc-io: Add CONFIG_REGMAP_I2C/CONFIG_REGMAP_SPI guards for regmap_init_i2c/regmap_init_spi Date: Thu, 11 Aug 2011 00:37:06 +0900 Message-ID: <20110810153705.GH5724@opensource.wolfsonmicro.com> References: <1312964652.11589.1.camel@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 7CB17103813 for ; Wed, 10 Aug 2011 17:37:10 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1312964652.11589.1.camel@phoenix> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Axel Lin Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Wed, Aug 10, 2011 at 04:24:12PM +0800, Axel Lin wrote: > In the case of "make da8xx_omapl_defconfig;make", the SPI support is disabled. > Thus calling regmap_init_spi in soc-io.c has below build error. Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753563Ab1HJPhM (ORCPT ); Wed, 10 Aug 2011 11:37:12 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:43524 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750922Ab1HJPhL (ORCPT ); Wed, 10 Aug 2011 11:37:11 -0400 Date: Thu, 11 Aug 2011 00:37:06 +0900 From: Mark Brown To: Axel Lin Cc: linux-kernel@vger.kernel.org, Liam Girdwood , alsa-devel@alsa-project.org Subject: Re: [PATCH] ASoC: soc-io: Add CONFIG_REGMAP_I2C/CONFIG_REGMAP_SPI guards for regmap_init_i2c/regmap_init_spi Message-ID: <20110810153705.GH5724@opensource.wolfsonmicro.com> References: <1312964652.11589.1.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1312964652.11589.1.camel@phoenix> X-Cookie: You're at the end of the road again. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 10, 2011 at 04:24:12PM +0800, Axel Lin wrote: > In the case of "make da8xx_omapl_defconfig;make", the SPI support is disabled. > Thus calling regmap_init_spi in soc-io.c has below build error. Applied, thanks.