On 11/29/2011 01:17 PM, Tomoya MORINAGA wrote:
2011/11/28 Lars-Peter Clausen lars@metafoo.de:
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.