From patchwork Tue Oct 6 09:26:36 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 7334061 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 9ABF4BEEA4 for ; Tue, 6 Oct 2015 09:27:05 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D7DCB203ED for ; Tue, 6 Oct 2015 09:27:04 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id A87B220173 for ; Tue, 6 Oct 2015 09:27:03 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 9291526546D; Tue, 6 Oct 2015 11:26:57 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 567C02650D4; Tue, 6 Oct 2015 11:26:49 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 8EEC22650DA; Tue, 6 Oct 2015 11:26:48 +0200 (CEST) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by alsa0.perex.cz (Postfix) with ESMTP id 64F6A260663 for ; Tue, 6 Oct 2015 11:26:41 +0200 (CEST) Received: by padhy16 with SMTP id hy16so65092039pad.1 for ; Tue, 06 Oct 2015 02:26:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=EfQgaHJbi3MRtvTB1jxaVwg9BTPJ9jzBlASa5jpsZbc=; b=mw9zHGpnM05umjw75pGrx3Jh+GOR3F6N4NBMsRAorWBfu9XddZtsTRl+hR4t83/wCs ise2cN+bahk55Jf1ptt70tS3fFeloNAphOENbEjdWP6KuP4pT5xFbGRbrDBZUVcs+dfA ch3Gqn1fp790pZmBv3v1rZI3Zedn2Dxa23v+Ra3alluxKEHaULOIufj9abgMDAcBM/4m PIOrS1oCX3rAfm3tm+Nq4/JEzwWe84qo/TChhmP5iYr/UWxAukeCPmzjOvWwXybfFCQe g4VznWXfFbi2LR4gffjGjf5PK5A5m7X+Int7GnyW9AqCG0LrUYgTkHSDcNz460vOvHBz DfUA== X-Gm-Message-State: ALoCoQmLXYXtJz5SX/KtFs9FFBg6/OetPh/dUIAZJLrlNJ+xX4qD0OvzEftOLYNCu6fiOezOnrLs X-Received: by 10.66.229.67 with SMTP id so3mr46930360pac.66.1444123600286; Tue, 06 Oct 2015 02:26:40 -0700 (PDT) Received: from phoenix (1-161-43-54.dynamic.hinet.net. [1.161.43.54]) by smtp.gmail.com with ESMTPSA id ux7sm32436703pac.10.2015.10.06.02.26.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Oct 2015 02:26:39 -0700 (PDT) Message-ID: <1444123596.7405.2.camel@ingics.com> From: Axel Lin To: Mark Brown Date: Tue, 06 Oct 2015 17:26:36 +0800 X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Cc: Cyrille Pitchen , Lars-Peter Clausen , Liam Girdwood , alsa-devel@alsa-project.org Subject: [alsa-devel] [PATCH] ASoC: ad193x-spi: Fixup ad193x_spi_id table X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" 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 X-Virus-Scanned: ClamAV using ClamSMTP AD1939 is missed from the table, so add it. AD1936 and AD1937 are controlled by I2C interface, so remove them. Fixes: e5224f58e3ef ("ASoC: ad193x: add support to ad1934") Signed-off-by: Axel Lin Acked-by: Lars-Peter Clausen --- sound/soc/codecs/ad193x-spi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sound/soc/codecs/ad193x-spi.c b/sound/soc/codecs/ad193x-spi.c index 364e8211..b55055a 100644 --- a/sound/soc/codecs/ad193x-spi.c +++ b/sound/soc/codecs/ad193x-spi.c @@ -39,9 +39,8 @@ static const struct spi_device_id ad193x_spi_id[] = { { "ad193x", AD193X }, { "ad1933", AD1933 }, { "ad1934", AD1934 }, - { "ad1936", AD193X }, - { "ad1937", AD193X }, { "ad1938", AD193X }, + { "ad1939", AD193X }, { } }; MODULE_DEVICE_TABLE(spi, ad193x_spi_id);