From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liam Girdwood Subject: Re: [PATCH v3 0/1] Codec driver for TI WL1273 FM Radio. Date: Fri, 23 Jul 2010 19:24:49 +0100 Message-ID: <1279909489.3076.17.camel@odin> References: <1279888971-14296-1-git-send-email-matti.j.aaltonen@nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ww0-f51.google.com (mail-ww0-f51.google.com [74.125.82.51]) by alsa0.perex.cz (Postfix) with ESMTP id BC777103835 for ; Fri, 23 Jul 2010 20:24:55 +0200 (CEST) Received: by wwb22 with SMTP id 22so3218507wwb.20 for ; Fri, 23 Jul 2010 11:24:55 -0700 (PDT) In-Reply-To: <1279888971-14296-1-git-send-email-matti.j.aaltonen@nokia.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: "Matti J. Aaltonen" Cc: alsa-devel@alsa-project.org, broonie@opensource.wolfsonmicro.com, Peter Ujfalusi List-Id: alsa-devel@alsa-project.org On Fri, 2010-07-23 at 15:42 +0300, Matti J. Aaltonen wrote: > Hello all. > > Thank you for comments and thanks to Peter for advice on constraints > and ALSA in general. > > New in this version: > > 1. Now constraints are used in the start-up function. It wasn't as big > a deal as I thought... Also now the codec is always in full duplex > mode. But it still refuses to do the wrong thing with FM as real full > duplex is then impossible. > > 2. Fixed the exported mode support function. The name in now > wl1273_get_format and it returns the audio interface format. > > 3. Removed the remaining obsolete functions. > > 4. Not actually new but... > > >> I didn't do this yet. But could you give me the git URL and then > >> I'll resend? > > git://git.kernel.org/pub/scm/linux/kernel/git/lrg/sound-2.6.git > > I tried the corresponding http URL > > http://www.kernel.org/pub/scm/linux/kernel/git/lrg/sound-2.6.git but > got > > fatal: > http://www.kernel.org/pub/scm/linux/kernel/git/lrg/sound-2.6.git/info/refs > not found: did you run git update-server-info on the server? > Oh, that's the wrong URL. The correct one is :- git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git Can you re-do against multi-component. The changes all relate to probe() and remove(). Thanks Liam