From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753204AbcKHC7o (ORCPT ); Mon, 7 Nov 2016 21:59:44 -0500 Received: from ozlabs.org ([103.22.144.67]:43361 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753125AbcKHC7m (ORCPT ); Mon, 7 Nov 2016 21:59:42 -0500 Date: Tue, 8 Nov 2016 13:47:23 +1100 From: Stephen Rothwell To: Mark Brown , Liam Girdwood Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Chen-Yu Tsai Subject: linux-next: build failure after merge of the sound-asoc tree Message-ID: <20161108134723.3b4fc5d5@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, After merging the sound-asoc tree, today's linux-next build (arm multi_v7_defconfig) failed like this: sound/soc/sunxi/sun4i-codec.c:1188:2: error: unknown field 'has_reset' specified in initializer .has_reset = true, ^ sound/soc/sunxi/sun4i-codec.c:1188:15: warning: excess elements in struct initializer .has_reset = true, ^ sound/soc/sunxi/sun4i-codec.c:1188:15: note: (near initialization for 'sun6i_a31_codec_quirks') Caused by commit 8d9e4c9e993f ("ASoC: sun4i-codec: Add support for A31 playback through headphone output") I have used the sound-asoc tree from next-20161028 for today. -- Cheers, Stephen Rothwell