From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lars-Peter Clausen Subject: Re: [PATCH v3] sound/soc/codecs: add LAPIS Semiconductor ML26124 Date: Tue, 29 Nov 2011 15:38:00 +0100 Message-ID: <4ED4EE48.8070100@metafoo.de> References: <1322474755-18785-1-git-send-email-tomoya.rohm@gmail.com> <4ED37CE3.6040008@metafoo.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp-out-226.synserver.de (smtp-out-226.synserver.de [212.40.185.226]) by alsa0.perex.cz (Postfix) with ESMTP id 6B023103B72 for ; Tue, 29 Nov 2011 15:36:59 +0100 (CET) In-Reply-To: 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: Tomoya MORINAGA Cc: Dimitris Papastamos , alsa-devel@alsa-project.org, Mike Frysinger , qi.wang@intel.com, Takashi Iwai , Mark Brown , linux-kernel@vger.kernel.org, yong.y.wang@intel.com, kok.howg.ewe@intel.com, Daniel Mack , Liam Girdwood , joel.clark@intel.com List-Id: alsa-devel@alsa-project.org On 11/29/2011 01:17 PM, Tomoya MORINAGA wrote: > 2011/11/28 Lars-Peter Clausen : > >> Also none of the inputs is> routed to the ADC, which seems a bit strange. > This same as my referencing "wm8731.c".Could you give me more information? > The DAPM routes are used to do power management based on active path and for this the routes should more or less represent the routing of internal audio signals in your CODEC. I would expect the analog signals to go to the ADC on the CODEC. And if you don't connect them in your DAPM routings ASoC will probably not power-up the ADC since there are no active source signals. Also this doesn't make much sense: + {"Input Mux", "Analog MIC in", "MICBIAS"}, + {"Input Mux", "Digital MIC in", "MICBIAS"}, You have mux, but both possible settings of the mux connect to the same source, which pretty much makes the mux useless.