From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: core: make comments fit the code Date: Tue, 19 Jul 2011 16:21:30 +0100 Message-ID: <20110719152130.GI9652@opensource.wolfsonmicro.com> References: <1310918426-24194-1-git-send-email-w.sang@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 255F224574 for ; Tue, 19 Jul 2011 17:21:32 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1310918426-24194-1-git-send-email-w.sang@pengutronix.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Wolfram Sang Cc: alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Sun, Jul 17, 2011 at 06:00:26PM +0200, Wolfram Sang wrote: > In one comment, cpu_dai was mentioned although codec_dai was used in the > code. Also, fix the name for the card dai list which has no seperation > into card_dai and codec_dai. Applied, thanks.