From mboxrd@z Thu Jan 1 00:00:00 1970 From: Axel Lin Subject: ASoC: Build error if CONFIG_I2C=m && CONFIG_SND_SOC=y Date: Tue, 06 Dec 2011 20:43:24 +0800 Message-ID: <1323175404.30623.1.camel@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-gx0-f179.google.com (mail-gx0-f179.google.com [209.85.161.179]) by alsa0.perex.cz (Postfix) with ESMTP id DE4F21039FD for ; Tue, 6 Dec 2011 13:43:37 +0100 (CET) Received: by ggnv5 with SMTP id v5so6272481ggn.38 for ; Tue, 06 Dec 2011 04:43:35 -0800 (PST) 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: alsa-devel@alsa-project.org Cc: Mark Brown , Liam Girdwood List-Id: alsa-devel@alsa-project.org Hi, I got below build error if CONFIG_I2C=m && CONFIG_SND_SOC=y. LD vmlinux sound/built-in.o: In function `snd_soc_codec_set_cache_io': last.c:(.text+0x2a0a8): undefined reference to `regmap_init_i2c' make: *** [vmlinux] Error 1 ( I test the build on linux-next 20111206 ) Regards, Axel