RE: [PATCHv2 4/4] ASoC: simple-card: binding: update binding to support the new style.

2014-09-02 Thread li.xi...@freescale.com
> Subject: Re: [PATCHv2 4/4] ASoC: simple-card: binding: update binding to
> support the new style.
> 
> On Tue, 2 Sep 2014 17:26:09 +0800
> Xiubo Li  wrote:
> 
> > +Example 4 - many DAI links:
> >  sound {
> > compatible = "simple-audio-card";
> > simple-audio-card,name = "Cubox Audio";
> > @@ -128,6 +195,7 @@ sound {
> > };
> > codec {
> > sound-dai = < 0>;
> > +   frame-inversion;
> > };
> > };
> 
> This is not useful: there is no clock/frame handling in the kirkwood
> audio controller.
> 


Okay, just for one example, if it really matter here I will remove this.

Thanks,

BRs
Xiubo




Re: [PATCHv2 4/4] ASoC: simple-card: binding: update binding to support the new style.

2014-09-02 Thread Jean-Francois Moine
On Tue, 2 Sep 2014 17:26:09 +0800
Xiubo Li  wrote:

> +Example 4 - many DAI links:
>  sound {
>   compatible = "simple-audio-card";
>   simple-audio-card,name = "Cubox Audio";
> @@ -128,6 +195,7 @@ sound {
>   };
>   codec {
>   sound-dai = < 0>;
> + frame-inversion;
>   };
>   };

This is not useful: there is no clock/frame handling in the kirkwood
audio controller.

-- 
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/


Re: [PATCHv2 4/4] ASoC: simple-card: binding: update binding to support the new style.

2014-09-02 Thread Jean-Francois Moine
On Tue, 2 Sep 2014 17:26:09 +0800
Xiubo Li li.xi...@freescale.com wrote:

 +Example 4 - many DAI links:
  sound {
   compatible = simple-audio-card;
   simple-audio-card,name = Cubox Audio;
 @@ -128,6 +195,7 @@ sound {
   };
   codec {
   sound-dai = tda998x 0;
 + frame-inversion;
   };
   };

This is not useful: there is no clock/frame handling in the kirkwood
audio controller.

-- 
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/


RE: [PATCHv2 4/4] ASoC: simple-card: binding: update binding to support the new style.

2014-09-02 Thread li.xi...@freescale.com
 Subject: Re: [PATCHv2 4/4] ASoC: simple-card: binding: update binding to
 support the new style.
 
 On Tue, 2 Sep 2014 17:26:09 +0800
 Xiubo Li li.xi...@freescale.com wrote:
 
  +Example 4 - many DAI links:
   sound {
  compatible = simple-audio-card;
  simple-audio-card,name = Cubox Audio;
  @@ -128,6 +195,7 @@ sound {
  };
  codec {
  sound-dai = tda998x 0;
  +   frame-inversion;
  };
  };
 
 This is not useful: there is no clock/frame handling in the kirkwood
 audio controller.
 


Okay, just for one example, if it really matter here I will remove this.

Thanks,

BRs
Xiubo