From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 0/8] ALSA: control: refactoring core codes Date: Wed, 11 Feb 2015 14:19:28 +0100 Message-ID: References: <1423651052-19593-1-git-send-email-o-takashi@sakamocchi.jp> 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 (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id CB4012605B4 for ; Wed, 11 Feb 2015 14:19:28 +0100 (CET) In-Reply-To: <1423651052-19593-1-git-send-email-o-takashi@sakamocchi.jp> 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: Takashi Sakamoto Cc: alsa-devel@alsa-project.org, clemens@ladisch.de List-Id: alsa-devel@alsa-project.org At Wed, 11 Feb 2015 19:37:24 +0900, Takashi Sakamoto wrote: > > This patchset is for refactoring core control codes. This is also a > preparation for my further work for ALSA control functionality. As now is already after the 3.20 merge window open, basically I'd take only fix patches now and postpone the rest for 3.21. So, please pick up (and revise) the fix patches that are really worth for 3.20 and resubmit them. Submit the rest as another patchset to be distinguished from the former. thanks, Takashi > > Takashi Sakamoto (8): > ALSA: control: change type from long due to the definition of sizeof > operator > ALSA: control: obsolete switch statement with const value table > ALSA: control: gathering evaluations to access > ALSA: control: add a comment about locking values after creating > ALSA: control: rename loop index to i > ALSA: control: fix over 80 characters lines > ALSA: control: rename to appropriate macro name > ALSA: control: arrange snd_ctl_new() as a local function > > sound/core/control.c | 223 ++++++++++++++++++++++++++------------------------- > 1 file changed, 113 insertions(+), 110 deletions(-) > > -- > 2.1.0 >