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 959B7C71136 for ; Fri, 18 Aug 2023 11:48:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376722AbjHRLr2 (ORCPT ); Fri, 18 Aug 2023 07:47:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55756 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1376784AbjHRLrY (ORCPT ); Fri, 18 Aug 2023 07:47:24 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 441632723; Fri, 18 Aug 2023 04:47:06 -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-out1.suse.de (Postfix) with ESMTPS id 0445621875; Fri, 18 Aug 2023 11:47:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1692359225; 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=de/rEn5bTgZYHmRLZQO8lV45BvGntaii6nNasbKbj14=; b=MUs0sNGHl7O15PelnkW6Gf1WJJBiykrtnQtblbHDT/aJIyJj0Z6J0kxvkX/x5sbKgCdTtd nCz0i8KxYiivaeqk73bVVKGwjMqmBYfMqszdZXkjPYXK9kYNkc/XNoIVvzbLouwi+vgK3C GWMINlfT+uv6wFBlhu0GFmoQCkaMgFo= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1692359225; 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=de/rEn5bTgZYHmRLZQO8lV45BvGntaii6nNasbKbj14=; b=qn63TXRARKMW6YRbXS9+dV1TObw8TWgaWenPjzoXFHEaL7RSa7bKXFQiwrg4hQXlHvpQw3 l+NQ/cDegBL9aTDA== 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 CF2A113441; Fri, 18 Aug 2023 11:47:04 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id lqitMTha32QVbwAAMHmgww (envelope-from ); Fri, 18 Aug 2023 11:47:04 +0000 Date: Fri, 18 Aug 2023 13:47:04 +0200 Message-ID: <878ra8k1xj.wl-tiwai@suse.de> From: Takashi Iwai To: Stephen Rothwell Cc: Takashi Iwai , Curtis Malainey , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the sound tree In-Reply-To: <20230818131255.799cfc22@canb.auug.org.au> References: <20230818131255.799cfc22@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-kernel@vger.kernel.org On Fri, 18 Aug 2023 05:12:55 +0200, Stephen Rothwell wrote: > > Hi all, > > After merging the sound tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > sound/aoa/soundbus/i2sbus/pcm.c: In function 'i2sbus_attach_codec': > sound/aoa/soundbus/i2sbus/pcm.c:975:61: error: invalid type argument of '->' (have 'struct snd_pcm_str') > 975 | dev->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK]->dev.parent = > | ^~ > sound/aoa/soundbus/i2sbus/pcm.c:992:60: error: invalid type argument of '->' (have 'struct snd_pcm_str') > 992 | dev->pcm->streams[SNDRV_PCM_STREAM_CAPTURE]->dev.parent = > | ^~ > > Caused by commit > > bc41a7228ced ("ALSA: pcm: Don't embed device") > > I have used the sound tree from next-20230817 for today. There were obvious typos in the patch, and fixed in for-next branch now. Sorry for the mess. Takashi