Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754174Ab1CKMOR (ORCPT ); Fri, 11 Mar 2011 07:14:17 -0500 Received: from mail-wy0-f174.google.com ([74.125.82.174]:56737 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751284Ab1CKMOQ (ORCPT ); Fri, 11 Mar 2011 07:14:16 -0500 Subject: Re: [PATCH RFC] arm: mini2440: Fix uda134x codec problem. From: Liam Girdwood To: Marek Belisko Cc: ben-linux@fluff.org, perex@perex.cz, tiwai@suse.de, alsa-devel@alsa-project.org, broonie@opensource.wolfsonmicro.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org In-Reply-To: <1299703580-3957-1-git-send-email-marek.belisko@open-nandra.com> References: <1299703580-3957-1-git-send-email-marek.belisko@open-nandra.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 11 Mar 2011 12:14:11 +0000 Message-ID: <1299845651.3394.47.camel@odin> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 949 Lines: 21 On Wed, 2011-03-09 at 21:46 +0100, Marek Belisko wrote: > ASoC audio for mini2440 platform in current kenrel doesn't work. > First problem is samsung_asoc_dma device is missing in initialization. > Next problem is with codec. Codec is initialized but never probed > because no platform_device exist for codec driver. It leads to errors > during codec binding to asoc dai. Next problem was platform data which > was passed from board to asoc main driver but not passed to codec when > called codec_soc_probe(). > > Following patch should fix issues. But not sure if in correct way. > Please review. > > Signed-off-by: Marek Belisko Acked-by: Liam Girdwood -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/