From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] PalmTX aSoC sound support Date: Mon, 7 Jul 2008 12:01:38 +0100 Message-ID: <20080707110138.GB19240@rakim.wolfsonmicro.main> References: <200807042126.29154.marek.vasut@gmail.com> <200807042149.57697.marek.vasut@gmail.com> <20080704202615.GB20719@sirena.org.uk> <200807050019.08444.marek.vasut@gmail.com> 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 102A924519 for ; Mon, 7 Jul 2008 13:01:40 +0200 (CEST) Content-Disposition: inline In-Reply-To: <200807050019.08444.marek.vasut@gmail.com> 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: Marek Vasut Cc: alsa-devel@alsa-project.org, Russell King - ARM Linux , linux-arm-kernel@lists.arm.linux.org.uk List-Id: alsa-devel@alsa-project.org On Sat, Jul 05, 2008 at 12:19:08AM +0200, Marek Vasut wrote: > +/* PalmTX audio map */ > +static const char *audio_map[][3] = { > + This should be an array of struct snd_soc_dapm_route. Other than that one minor nit everything looks good.