From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45913C43387 for ; Mon, 17 Dec 2018 23:01:36 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 166892145D for ; Mon, 17 Dec 2018 23:01:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="uihzopZ7" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 166892145D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=renesas.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Subject:To:From:Message-ID:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=jknfqUTLAvZGTXoDbro2COOf1Ga3kQIPHn8iw4qdGzc=; b=uihzopZ78KCfmx JVlPCnEhdr+7QGmU6SBVNsBNxAJdsjFyXj11Ct5B+dkRme1N/eSJ2QF2UQh7DgC9tmTZ79OysKm9b JJzc9opLMqCe/4GEXcldSo3w2nI81mImSpcC6xn7OTmC6grsyUfwtdHOcyL1FcQFGQK2HyaZ3GfsS ITbJtEziSjp2WJcEh9iYZeqJQLAfh1v4DInkVwCfZssLOoGdlApIAmXrlR6UP1CvjsffsY4WH77WR w1m2DMlP4PrKgbyUfGH/+JNeL4D5AzAvXAInIkzT+gU22BbB2WM4mKJh/pv20XSLty36QdptZH7rm oeMe7j6QLoOgl/+FmRSA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gZ1tD-0001uC-8w; Mon, 17 Dec 2018 23:01:31 +0000 Received: from relmlor1.renesas.com ([210.160.252.171] helo=relmlie5.idc.renesas.com) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gZ1t8-0001tP-Op for linux-arm-kernel@lists.infradead.org; Mon, 17 Dec 2018 23:01:29 +0000 Date: 18 Dec 2018 08:01:13 +0900 X-IronPort-AV: E=Sophos;i="5.56,366,1539615600"; d="scan'208";a="3073865" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 18 Dec 2018 08:01:13 +0900 Received: from morimoto-PC.renesas.com (unknown [10.166.18.140]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 87F1840E054E; Tue, 18 Dec 2018 08:01:13 +0900 (JST) Message-ID: <87efaf3gyi.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Simon Horman Subject: Re: [PATCH 2/3] arm64: defconfig: Enable scu-simple-card driver In-Reply-To: <20181217092138.g5kwssfxabiw7g7f@verge.net.au> References: <20181214115650.12443-2-horms+renesas@verge.net.au> <874lbdj97x.wl-kuninori.morimoto.gx@renesas.com> <20181217083642.6s34yp6dh6k56iie@verge.net.au> <871s6gk0mr.wl-kuninori.morimoto.gx@renesas.com> <20181217092138.g5kwssfxabiw7g7f@verge.net.au> User-Agent: Wanderlust/2.15.9 Emacs/24.5 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181217_150126_921266_30F85505 X-CRM114-Status: GOOD ( 11.22 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-renesas-soc@vger.kernel.org, Magnus Damm , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Simon > > Thanks. > > 56629fcba94c698d8c5be3413981506479566869 > > ("arm64: dts: renesas: ebisu: Enable Audio") > > is using "simple-scu-audio-card", but it should be "simple-audio-card". > > Can you add and test this patch ? > > CONFIG_SND_SIMPLE_SCU_CARD is no longer needed, I think. > > > Thanks Morimoto-san, > > I confirm that Sound on Ebisu-4D appears to work with a) > CONFIG_SND_SIMPLE_SCU_CARD disabled and b) the following patch applied. Thank you for your test. OK, I will post patch for Ebisu. Best regards --- Kuninori Morimoto _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel