From patchwork Tue Apr 29 11:18:33 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xia Kaixu X-Patchwork-Id: 29343 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-qc0-f200.google.com (mail-qc0-f200.google.com [209.85.216.200]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 0A623202FE for ; Tue, 29 Apr 2014 11:21:14 +0000 (UTC) Received: by mail-qc0-f200.google.com with SMTP id l6sf169889qcy.3 for ; Tue, 29 Apr 2014 04:21:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:sender:precedence:list-id :x-original-sender:x-original-authentication-results:mailing-list :list-post:list-help:list-archive:list-unsubscribe; bh=pECUova8u7a+6J0fUFT0oadjTeHOioRUrSTIIdua8Lk=; b=R2R8pqHXseTHGyltWmo46Shzff9XSR23nFqpfd1s2RFYkmlO/WXuQpA1YU17DCuQy3 yGyJzK1dGmpNmuy0lIFjk4n/ek7FhlQTkRXeze4jDwvoxaqU/zXID+peCRQc64aEwErJ 94ZwlbH/T1SeP1jtf91y/K0Jz9rc6D1LdxJrW/AnbOEW2nF6PxmK/XQRoIEqGqDis/7j KTL8/oXLgalEOcHJn70kd1QUX7iwhf3s5zNDVybAoiUbpzEL8bmjRw9g7clFj/PLdO2x th7Va3NapXSaoWp4by/RefU6Id1vqwCKxtrsbCx4nNZren8Unw2dShxrip/Qtr6v6yZV G+aA== X-Gm-Message-State: ALoCoQn+YMAdGgAbv0l+kjuyesSQZugmkHA8XkoYPHkAAduji12ul0mGDlSGpGYwERb0+Sl+o6Kh X-Received: by 10.236.125.6 with SMTP id y6mr14052932yhh.3.1398770474860; Tue, 29 Apr 2014 04:21:14 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.140.80.145 with SMTP id c17ls47596qgd.60.gmail; Tue, 29 Apr 2014 04:21:14 -0700 (PDT) X-Received: by 10.58.202.133 with SMTP id ki5mr28295348vec.19.1398770474708; Tue, 29 Apr 2014 04:21:14 -0700 (PDT) Received: from mail-ve0-f170.google.com (mail-ve0-f170.google.com [209.85.128.170]) by mx.google.com with ESMTPS id v14si4422186vco.111.2014.04.29.04.21.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Apr 2014 04:21:14 -0700 (PDT) Received-SPF: none (google.com: patch+caf_=patchwork-forward=linaro.org@linaro.org does not designate permitted sender hosts) client-ip=209.85.128.170; Received: by mail-ve0-f170.google.com with SMTP id sa20so56547veb.15 for ; Tue, 29 Apr 2014 04:21:14 -0700 (PDT) X-Received: by 10.58.154.10 with SMTP id vk10mr29485257veb.18.1398770474625; Tue, 29 Apr 2014 04:21:14 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patch@linaro.org Received: by 10.220.221.72 with SMTP id ib8csp188786vcb; Tue, 29 Apr 2014 04:21:14 -0700 (PDT) X-Received: by 10.67.4.169 with SMTP id cf9mr32298577pad.45.1398770473850; Tue, 29 Apr 2014 04:21:13 -0700 (PDT) Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id fd9si12588502pad.183.2014.04.29.04.21.12 for ; Tue, 29 Apr 2014 04:21:12 -0700 (PDT) Received-SPF: none (google.com: linux-kernel-owner@vger.kernel.org does not designate permitted sender hosts) client-ip=209.132.180.67; Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757599AbaD2LUV (ORCPT + 28 others); Tue, 29 Apr 2014 07:20:21 -0400 Received: from mail-pd0-f176.google.com ([209.85.192.176]:64902 "EHLO mail-pd0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757585AbaD2LUP (ORCPT ); Tue, 29 Apr 2014 07:20:15 -0400 Received: by mail-pd0-f176.google.com with SMTP id y10so51461pdj.7 for ; Tue, 29 Apr 2014 04:20:15 -0700 (PDT) X-Received: by 10.66.141.197 with SMTP id rq5mr32529623pab.64.1398770414925; Tue, 29 Apr 2014 04:20:14 -0700 (PDT) Received: from localhost.localdomain ([218.17.215.175]) by mx.google.com with ESMTPSA id xo9sm108641006pab.18.2014.04.29.04.20.09 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Apr 2014 04:20:14 -0700 (PDT) From: Xia Kaixu To: linux-kernel@vger.kernel.org Cc: linaro-kernel@lists.linaro.org, arnd@arndb.de, kaixu.xia@linaro.org, Mark Brown , Liam Girdwood , alsa-devel@alsa-project.org Subject: [PATCH 12/15] ASoC: Atmel WM8904 codec support needs I2C Date: Tue, 29 Apr 2014 19:18:33 +0800 Message-Id: <1398770316-19715-13-git-send-email-kaixu.xia@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1398770316-19715-1-git-send-email-kaixu.xia@linaro.org> References: <1398770316-19715-1-git-send-email-kaixu.xia@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: list List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: kaixu.xia@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: patch+caf_=patchwork-forward=linaro.org@linaro.org does not designate permitted sender hosts) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , From: Arnd Bergmann The WM8904 codec driver needs I2C to be enabled, so the SND_ATMEL_SOC_WM8904 option also requires this. Found using randconfig build testing. Signed-off-by: Arnd Bergmann Signed-off-by: Xia Kaixu Cc: Mark Brown Cc: Liam Girdwood Cc: alsa-devel@alsa-project.org --- sound/soc/atmel/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/atmel/Kconfig b/sound/soc/atmel/Kconfig index 4789619..27e3fc4 100644 --- a/sound/soc/atmel/Kconfig +++ b/sound/soc/atmel/Kconfig @@ -35,7 +35,7 @@ config SND_AT91_SOC_SAM9G20_WM8731 config SND_ATMEL_SOC_WM8904 tristate "Atmel ASoC driver for boards using WM8904 codec" - depends on ARCH_AT91 && ATMEL_SSC && SND_ATMEL_SOC + depends on ARCH_AT91 && ATMEL_SSC && SND_ATMEL_SOC && I2C select SND_ATMEL_SOC_SSC select SND_ATMEL_SOC_DMA select SND_SOC_WM8904