From mboxrd@z Thu Jan 1 00:00:00 1970 From: rajeev Subject: Re: [PATCH V2 3/5] sound: asoc: Adding support for SPEAr13XX ASoC machine driver Date: Fri, 8 Apr 2011 10:46:32 +0530 Message-ID: <4D9E9A30.2080303@st.com> References: <1301397423-4693-1-git-send-email-rajeev-dlh.kumar@st.com> <1301397423-4693-2-git-send-email-rajeev-dlh.kumar@st.com> <1301397423-4693-3-git-send-email-rajeev-dlh.kumar@st.com> <1301397423-4693-4-git-send-email-rajeev-dlh.kumar@st.com> <20110329233219.GL30482@opensource.wolfsonmicro.com> <4D92B7AB.4010907@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from eu1sys200aog120.obsmtp.com (eu1sys200aog120.obsmtp.com [207.126.144.149]) by alsa0.perex.cz (Postfix) with ESMTP id 3A272103851 for ; Fri, 8 Apr 2011 07:20:46 +0200 (CEST) In-Reply-To: <4D92B7AB.4010907@st.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: Mark Brown Cc: "tiwai@suse.de" , "alsa-devel@alsa-project.org" , "lrg@slimlogic.co.uk" List-Id: alsa-devel@alsa-project.org Hi Mark, This patch set has been compiled and tested for Linux-kernel-version 2.6.38-rc4, since SPEAr patches for this linux version are already under review in Russel King's ARM branch. We plan to start porting the SPEAr patches on latest kernel after the earlier SPEAr patches are ACKED. After the same, I will circulate the next SPEAr ASoC patch set containing changes specific to this new kernel version. Best Regards, Rajeev On 3/30/2011 10:25 AM, rajeev wrote: > Hi Mark > > On 3/30/2011 5:02 AM, Mark Brown wrote: >> On Tue, Mar 29, 2011 at 04:47:01PM +0530, Rajeev Kumar wrote: >> >>> + /* Create and register platform device */ >>> + evb_snd_device = platform_device_alloc("soc-audio", 0); >>> + if (!evb_snd_device) { >>> + printk(KERN_ERR "platform_device_alloc fails\n"); >>> + return -ENOMEM; >>> + } >> >> It's better to use snd_soc_register_card() rather than using the >> soc-audio device with current kernels >> > This patch set has been compiled and tested for Linux-kernel-version 2.6.38,since SPEAr > patch is already under review in russel king branch. > Once it is ported I will circulate the next patch set containing these specific changes. > > Best Rgds > Rajeev > > >