From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] ALSA: oxfw: enclose identifiers referred by single function for scs1x feature Date: Sat, 14 Jan 2017 09:32:25 +0100 Message-ID: References: <20170113113022.19841-1-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 (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id F1E542667C5 for ; Sat, 14 Jan 2017 09:32:27 +0100 (CET) In-Reply-To: <20170113113022.19841-1-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 On Fri, 13 Jan 2017 12:30:22 +0100, Takashi Sakamoto wrote: > > Some identifiers are referred just by one functions. In this case, they > can be put into the function definition. This brings two merits; readers > can easily follow codes related to the identifiers, developers are free > from name conflict. > > This commit moves such identifiers to each function definition. > > Signed-off-by: Takashi Sakamoto Applied, thanks. Takashi