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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6C662C433EF for ; Fri, 15 Jul 2022 14:41:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232435AbiGOOl3 (ORCPT ); Fri, 15 Jul 2022 10:41:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60334 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231160AbiGOOl2 (ORCPT ); Fri, 15 Jul 2022 10:41:28 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ABE5774DC0; Fri, 15 Jul 2022 07:41:27 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 6A8FA1FF3F; Fri, 15 Jul 2022 14:41:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1657896086; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6N5/oYAvAjRXvFZqHjgW7pY99dMJB1kEMJqM60tfef4=; b=IU3Y5QJdfEUTCjDtScKQeVDtrVnyZXz3WY0k6+Ss6+gIZJ7IxqDyXDxLueCZhOFeqsSUk4 +H+nZss9vEVMEC28CIRhVK4rJqy5k3YRBvR3+yaehwnjRlopMhqFMqcK4nfMKzoS4WA5La RdkoARWuLgX0/6xESJJ1T6aGYrOBbWA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1657896086; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6N5/oYAvAjRXvFZqHjgW7pY99dMJB1kEMJqM60tfef4=; b=nbXh/ErB/vqhbDhX9hyELkO8psPvzw5eAXEcbFvmAcEBKkfga6shSwb7DwtblrFttLCri0 bpqQPTMwAtZj+xCw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 3C0AD13754; Fri, 15 Jul 2022 14:41:26 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id wGQGDpZ80WIhSAAAMHmgww (envelope-from ); Fri, 15 Jul 2022 14:41:26 +0000 Date: Fri, 15 Jul 2022 16:41:25 +0200 Message-ID: <87fsj2v3oq.wl-tiwai@suse.de> From: Takashi Iwai To: Stephen Rothwell Cc: Takashi Iwai , Andy Shevchenko , Linux Kernel Mailing List , Linux Next Mailing List , Stefan Binding , Vitaly Rodionov Subject: Re: linux-next: build failure after merge of the sound tree In-Reply-To: <20220715224443.46ce75ca@canb.auug.org.au> References: <20220715224443.46ce75ca@canb.auug.org.au> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Fri, 15 Jul 2022 14:44:43 +0200, Stephen Rothwell wrote: > > Hi all, > > After merging the sound tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > sound/pci/hda/cs35l41_hda.c: In function 'cs35l41_get_acpi_sub_string': > sound/pci/hda/cs35l41_hda.c:693:43: error: invalid use of undefined type 'struct acpi_device' > 693 | status = acpi_evaluate_object(adev->handle, "_SUB", NULL, &buffer); > | ^~ > > Caused by commit > > d60b05b4c780 ("ALSA: hda: cs35l41: Allow compilation test on non-ACPI configurations") > > along with commit > > eef375960210 ("ALSA: hda: cs35l41: Support reading subsystem id from ACPI") > > I have reverted commit d60b05b4c780 for today. Thanks. Now I reverted the commit on for-next branch as a workaround, too. Takashi