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=-2.2 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 C7B31ECE58D for ; Thu, 17 Oct 2019 17:33:15 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 5814F20820 for ; Thu, 17 Oct 2019 17:33:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="LVviClaf" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5814F20820 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 8AC0416A6; Thu, 17 Oct 2019 19:32:23 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 8AC0416A6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1571333593; bh=kwB1GcYmnR0tIqlUFSkm2rjJ3Z37yRKijjJvxesiBqY=; h=To:References:From:Date:In-Reply-To:Cc:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=LVviClafwQBDgHPz2SaQq0uExWq9rW0jM/wUzzDzTpN8mm/lJe3HC2bGahqEnT1IV 0loA2H8tBw5DKy8aTdtT+zTjwDbSHbP3yjdPdpMA19bb/UraVXMST9gZ3J4FiXZG8q D3fGk9pGMlK8CvUbvCOy+aw/fr8ZGA2iRI2RmnzU= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id E39CAF804A9; Thu, 17 Oct 2019 19:32:22 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 35645F804AA; Thu, 17 Oct 2019 19:32:21 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 78F57F80322 for ; Thu, 17 Oct 2019 19:32:16 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 78F57F80322 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Oct 2019 10:32:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,308,1566889200"; d="scan'208";a="279956391" Received: from linux.intel.com ([10.54.29.200]) by orsmga001.jf.intel.com with ESMTP; 17 Oct 2019 10:32:12 -0700 Received: from mchancoc-mobl.amr.corp.intel.com (unknown [10.251.8.4]) by linux.intel.com (Postfix) with ESMTP id 194685802F0; Thu, 17 Oct 2019 10:32:12 -0700 (PDT) To: Randy Dunlap , Stephen Rothwell , Linux Next Mailing List References: <20191017152645.65892c78@canb.auug.org.au> From: Pierre-Louis Bossart Message-ID: <0f8fa7fb-dd1d-c26d-7756-a525aa46cf71@linux.intel.com> Date: Thu, 17 Oct 2019 12:31:47 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US Cc: Sanyog Kale , Vinod Koul , moderated for non-subscribers , Linux Kernel Mailing List Subject: Re: [alsa-devel] linux-next: Tree for Oct 17 (soundwire) X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 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: , Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="windows-1252"; Format="flowed" Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On 10/17/19 10:22 AM, Randy Dunlap wrote: > On 10/16/19 9:26 PM, Stephen Rothwell wrote: >> Hi all, >> >> Changes since 20191016: >> > = > on x86_64: > = > # CONFIG_BLOCK is not set > = > CC [M] drivers/soundwire/intel_init.o > In file included from ../drivers/soundwire/intel_init.c:12:0: > ../include/linux/iomap.h: In function =91iomap_sector=92: > ../include/linux/iomap.h:76:48: error: =91SECTOR_SHIFT=92 undeclared (fir= st use in this function); did you mean =91SECTIONS_SHIFT=92? > return (iomap->addr + pos - iomap->offset) >> SECTOR_SHIFT; > ^~~~~~~~~~~~ > SECTIONS_SHIFT Yes, looks like by fixing cross-compilation issues I added new ones. We can either add an explicit dependency on CONFIG_BLOCK or remove the = use of ioread32() and use readl() instead. I didn't write the initial = code and I have no idea what the intent behind using ioread32 was. _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel