Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp873554imm; Wed, 23 May 2018 06:56:03 -0700 (PDT) X-Google-Smtp-Source: AB8JxZo9fOEeoARUlldosC/97NG7+BFO1nnxAs9R97XsAmUy9Sa5m8t9FWWakfZ55k+RnYFM76G4 X-Received: by 2002:a17:902:bc84:: with SMTP id bb4-v6mr3037965plb.84.1527083763468; Wed, 23 May 2018 06:56:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527083763; cv=none; d=google.com; s=arc-20160816; b=Ms5vN0wzbCNIDzqVL4v7fJDEr26JBB9hB1lZ6v1FA9/hHfzBKbvKyOIQWHfik9pRpc EjcJFNDJIY+5HvRubZAhRCO/nSrg7du0K/waPe2KCPAxxlHFl5KlB8k0juR0B6zwVVJW IABJt9dw7xCbvYigjXK4jQS9fBufNulMJxps+hzl/9GyEWOrikXvMQ7yA/5umyWiwZCK wK1PUOFmX/4JzhQyl7p9hLf/8C8166wW6NjPJbYQ6mDucelaX+ZY6sRN1X23+VTccdys eCNHb+bx1bgErpDiid0DgoQqzVQZ69xZr3hI62qCJirNxaQIFWP4D0ljO3Hxhr/ZNK+D VhkA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:subject:cc:to:from:message-id:date :arc-authentication-results; bh=q8ZY3auoJGLeppPmwjYL2HOnosx0zMCJTfIpiZj7Qa8=; b=pO4dsblXFJRO1/3/2R5kCNBE7TQx1sayNGv6Ve2gLUtSrMX86ETkLN5th04vL6g3wI 3KyqbOMemkeO6od4JaZZHRY1S2q7m7XQxIISNwZ7eCtoomg4/dak17bipCD7dz7JlXYG 3fMi/5YVcRt2niAdauVuky5Tmxi5X2Fd6GBzWsB3thFl7q/88Ca9m+uP37ln+LpENxW5 j1V72XMj/aw8vr8hsk09pVAVgEYfvt97j5g+ych/2cfBkgilgn1JDu/ceOakEKgefpFs W1lK7lY1EfPLteeykU7cRg1TeoEh9/nupP7pdFnMjSumRhH4U2ymwDw1MguxScS8FXYL yvew== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z12-v6si14589518pgu.115.2018.05.23.06.55.47; Wed, 23 May 2018 06:56:03 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933166AbeEWNy7 (ORCPT + 99 others); Wed, 23 May 2018 09:54:59 -0400 Received: from mx2.suse.de ([195.135.220.15]:59401 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932900AbeEWNy4 (ORCPT ); Wed, 23 May 2018 09:54:56 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 75B11AE75; Wed, 23 May 2018 13:54:54 +0000 (UTC) Date: Wed, 23 May 2018 15:54:54 +0200 Message-ID: From: Takashi Iwai To: "Guenter Roeck" Cc: "Liam Girdwood" , , "Guenter Roeck" , "Chintan Patel" , "Mark Brown" , "Jaroslav Kysela" , Subject: Re: [RFC/RFT PATCH] ASoC: topology: Improve backwards compatibility with v4 topology files In-Reply-To: <20180522165842.233949-1-groeck@google.com> References: <20180522165842.233949-1-groeck@google.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 22 May 2018 18:58:42 +0200, Guenter Roeck wrote: > > +struct skl_dfw_v4_module_caps { > + u32 set_params:2; > + u32 rsvd:30; > + u32 param_id; > + u32 caps_size; > + u32 caps[HDA_SST_CFG_MAX]; > +}; Missing __packed attribute? And I'm wondering whether we should move these definitions to uapi headers. thanks, Takashi