On Wed, 19 Mar 2014 12:08:55 +0200
Jyri Sarha <jsa...@ti.com> wrote:

> sound {
>       compatible = "simple-audio-card";
>       simple-audio-card,name = "Simple Audio";
>       simple-audio-card,widgets = ...
>       simple-audio-card,routing = ...
> 
>       simple-audio-card,dai-link@0 {          /* I2S - codec */
>               format = "i2s";
>               bitclock-master = "codec";
>               frame-master = "codec";
>               bitclock-inversion = <1>;
>               simple-audio-card,cpu {
>                       sound-dai = <&audio1 0>;
>                       bitclock-inversion = <0>;
>               };
>               simple-audio-card,codec {
>                       sound-dai = <&codec 0>;
>                       system-clock-frequency = <12000000>;
>               };
>       };
> ...
> 
> I can participate in the implementation too.

Thanks. I will prepare the multi DAI links and send you the first
patches.

-- 
Ken ar c'hentaƱ |             ** Breizh ha Linux atav! **
Jef             |               http://moinejf.free.fr/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to