From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 3/7] ASoC: fsl: mpc5200 add missing information to snd_soc_dai_driver Date: Tue, 18 Sep 2012 23:04:18 -0400 Message-ID: <20120919030418.GQ8832@opensource.wolfsonmicro.com> References: <1347572596-37540-1-git-send-email-emillbrandt@dekaresearch.com> <1347572596-37540-4-git-send-email-emillbrandt@dekaresearch.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 812F926516E for ; Wed, 19 Sep 2012 05:04:21 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1347572596-37540-4-git-send-email-emillbrandt@dekaresearch.com> 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: Eric Millbrandt Cc: Grant Likely , alsa-devel@alsa-project.org, Anatolij Gustschin , linuxppc-dev@lists.ozlabs.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Thu, Sep 13, 2012 at 05:43:12PM -0400, Eric Millbrandt wrote: > Add missing dai_driver information to avoid these runtime errors applied, thanks.