From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH v2 0/3] Remove support for SNDRV_CTL_ELEM_ACCESS_USER & minor fix Date: Wed, 20 Jul 2016 07:49:08 +0200 Message-ID: References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id C48972658EB for ; Wed, 20 Jul 2016 07:49:10 +0200 (CEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: mengdong.lin@linux.intel.com Cc: mengdong.lin@intel.com, alsa-devel@alsa-project.org, broonie@kernel.org, liam.r.girdwood@intel.com, o-takashi@sakamocchi.jp List-Id: alsa-devel@alsa-project.org On Wed, 20 Jul 2016 03:52:23 +0200, mengdong.lin@linux.intel.com wrote: > > From: Mengdong Lin > > There is no ABI change in this series. > > Remove support for control flag SNDRV_CTL_ELEM_ACCESS_USER as Takashi > Sakamoto suggested. Also fix 2 compiler warnings and add check before > string cpy. > > History: > v2: Revise commit messages. > > Mengdong Lin (3): > topology: Remove support for control flag SNDRV_CTL_ELEM_ACCESS_USER > topology: Add ATTRIBUTE_UNUSED for unused parameters to fix compiler > warning > topology: Check address and length before string copy Applied all three patches now. Thanks. Takashi