[alsa-devel] [PATCH v3 09/11] ASoC: fsl: remove the fatal error checking on codec-handle
Shawn Guo
shawn.guo at linaro.org
Fri Mar 16 02:27:13 CET 2012
On Thu, Mar 15, 2012 at 11:47:05AM -0500, Timur Tabi wrote:
> Shawn Guo wrote:
> > sound {
> > compatible = "fsl,imx51-babbage-sgtl5000",
> > "fsl,imx-audio-sgtl5000";
> > model = "imx51-babbage-sgtl5000";
> > ssi-controller = <&ssi1, &ssi2>;
> > audio-codec = <&sgtl5000_1, &sgtl5000_2>;
> > mux-int-port = <1>;
> > mux-ext-port = <3>;
> > };
>
> Based on Mark's other email, I would rather see this:
>
> sound1 {
> compatible = "fsl,imx51-babbage-sgtl5000",
> "fsl,imx-audio-sgtl5000";
> model = "imx51-babbage-sgtl5000";
> ssi-controller = <&ssi1>;
> audio-codec = <&sgtl5000_1>;
> mux-int-port = <1>;
> mux-ext-port = <3>;
> };
>
> sound2 {
> compatible = "fsl,imx51-babbage-sgtl5000",
> "fsl,imx-audio-sgtl5000";
> model = "imx51-babbage-sgtl5000";
> ssi-controller = <&ssi2>;
> audio-codec = <&sgtl5000_2>;
> mux-int-port = <1>;
> mux-ext-port = <3>;
> };
>
> (ignoring for the moment that I have no idea what the mux-xxx-port values
> in sound2 should be)
>
> This makes it clear that ssi1 connects only to sgtl5000_1.
>
> If you're okay with this, then please update the documentation accordingly.
>
Hmm, Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt
is the binding document specifically for imx-sgtl5000 driver rather
than for all fsl_ssi based machine drivers. Since I have never seen
and doubt will ever see the setup that two SSIs connect to two
sgtl5000 codecs on any imx board, I do not see much point to update
the documentation for that.
If this is indeed a practical setup for PowerPC, it can be documented
in the binding for PowerPC machine driver when there is future PowerPC
machine drivers adopting the new binding.
--
Regards,
Shawn
More information about the Alsa-devel
mailing list