From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lars-Peter Clausen Subject: Re: [GIT PULL] ASoC fixes for v4.0 Date: Wed, 18 Mar 2015 10:17:12 +0100 Message-ID: <55094298.8020306@metafoo.de> References: <20150317113635.GB28806@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp-out-134.synserver.de (smtp-out-145.synserver.de [212.40.185.145]) by alsa0.perex.cz (Postfix) with ESMTP id 1DF06260496 for ; Wed, 18 Mar 2015 10:17:00 +0100 (CET) In-Reply-To: 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: Takashi Iwai , Mark Brown Cc: alsa-devel@alsa-project.org, Gabriel Dobato , Liam Girdwood List-Id: alsa-devel@alsa-project.org On 03/18/2015 10:09 AM, Takashi Iwai wrote: > At Tue, 17 Mar 2015 11:36:35 +0000, > Mark Brown wrote: >> >> Lars-Peter Clausen (4): >> ASoC: ak4671: Fix control-less DAPM routes >> ASoC: da732x: Fix control-less DAPM routes >> ASoC: sn95031: Fix control-less DAPM routes > > BTW, there are still "NULL" routes. > > % git grep '"NULL"' sound/soc/ > sound/soc/codecs/tlv320aic23.c: {"Line Input", "NULL", "LLINEIN"}, > sound/soc/codecs/tlv320aic23.c: {"Line Input", "NULL", "RLINEIN"}, > sound/soc/codecs/tlv320aic23.c: {"Mic Input", "NULL", "MICIN"}, Gabriel send a patch for this a while ago, which was actually the reason why I started to look for more of them. Looks like the patch had some formality issues and wasn't applied yet. - Lars