[PATCH 1/3] ARM: dt: tegra: Enable device tree audio on PAZ00 board.

Leon Romanovsky leon at leon.nu
Sat Jan 28 03:02:00 EST 2012


On Thu, Jan 26, 2012 at 00:21, Stephen Warren <swarren at nvidia.com> wrote:
> Leon Romanovsky wrote at Wednesday, January 25, 2012 11:49 AM:
>> This patch adds initial device tree support of ALC5632 sound codec and
>> machine driver for PAZ00 board. The implementation is based on the WM8903 codec.
>
>> +++ b/Documentation/devicetree/bindings/sound/tegra-audio-alc5632.txt
>> @@ -0,0 +1,55 @@
>> +NVIDIA Tegra audio complex
>> +
>> +Required properties:
>> +- compatible : "nvidia,tegra-audio-alc5632"
>> +- nvidia,model : The user-visible name of this sound complex.
>> +- nvidia,audio-routing : A list of the connections between audio components.
>> +  Each entry is a pair of strings, the first being the connection's sink,
>> +  the second being the connection's source. Valid names for sources and
>> +  sinks are the ALC5632's pins:
>> +
>> +  ALC5632 pins:
>> +
>> +  * SPKOUT
>> +  * SPKOUTN
>> +  * HPL
>> +  * HPR
>> +  * AUXOUT
>
> My copy of the ALC5632 datasheet indicates there are both AUX_OUT_P and
> AUX_OUTN pins. Are they always used together such that it makes sense to
> group them together in the device tree binding?

You are right, it must be the same as SPKOUT

>
>> +  * LINEINL
>> +  * LINEINR
>> +  * PHONEP
>> +  * PHONEP
>
> PHONEN
>
>> +  * MIC1
>> +  * MIC2
>
> Same as above; the datasheet lists MIC1_P, MIC1_N, MIC2_P, MIC2_N.
>
>> +  * MICBIAS1
>> +  * MICBIAS2
>
> I only see MICBIAS1 in the datasheet, not MICBIAS2.
You are right if you are looking on function block only (page 3), but
in register description you can find reference to MICBIAS2 (reg 22h,
microphone control).

>
>> +
>> +  Board connectors:
>> +
>> +  * Headset Stereophone
>> +  * Int Spk
>> +  * MIC1
>> +  * MICBIAS1
>
> Those last two are codec pins, not board connectors.
>
> Don't you need "Headset Mic" in the list too?
>
> ...
>> +     nvidia,audio-routing =
>> +                             "Int Spk", "SPKOUT",
>> +                             "Int Spk", "SPKOUTN",
>> +                             "MIC1", "MICBIAS1",
>> +                             "MICBIAS1", "Headset Mic",
>
> I think those last two lines should read:
>
>                                "Headset Mic", "MICBIAS1",
>                                "MIC1", " Headset Mic",
>
> The DAPM route table in the driver probably needs updating to say the
> same thing too.
>
> (all the comments on the example above apply to the copy in the .dts
> file too)
Microphone is not tested at all, so you probably right. I prefer to be
close as possible to previous board implementation and provide
followup patches to clean the microphone path.

> Overall, this looks like the same structure as the Tegra+WM8903 bindings,
> so it works for me.


> --
> nvpublic
>



-- 
Leon Romanovsky | Independent Linux Consultant
        www.leon.nu | leon at leon.nu


More information about the devicetree-discuss mailing list