Re: [PATCH v3] sound/soc/codecs: add LAPIS Semiconductor ML26124

From: Lars-Peter Clausen
Date: Tue Nov 29 2011 - 09:37:03 EST


On 11/29/2011 01:17 PM, Tomoya MORINAGA wrote:
> 2011/11/28 Lars-Peter Clausen <lars@xxxxxxxxxx>:
>
>> 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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/