[PATCH 3/4] ASoC: tda998x: add DT documentation

2014-01-27 Thread Mark Brown
On Mon, Jan 27, 2014 at 08:45:34PM +, Russell King - ARM Linux wrote: > On Mon, Jan 27, 2014 at 08:43:02PM +, Mark Brown wrote: > > On Mon, Jan 27, 2014 at 09:34:49AM +0100, Jean-Francois Moine wrote: > > > + - audio-ports: one or two values. > > > + The first value defines the I2S

[PATCH 3/4] ASoC: tda998x: add DT documentation

2014-01-27 Thread Russell King - ARM Linux
On Mon, Jan 27, 2014 at 08:43:02PM +, Mark Brown wrote: > On Mon, Jan 27, 2014 at 09:34:49AM +0100, Jean-Francois Moine wrote: > > > + - compatible: must be "nxp,tda998x-codec". > > + - audio-ports: one or two values. > > + The first value defines the I2S input port. > > +

[PATCH 3/4] ASoC: tda998x: add DT documentation

2014-01-27 Thread Mark Brown
On Mon, Jan 27, 2014 at 09:34:49AM +0100, Jean-Francois Moine wrote: > + - compatible: must be "nxp,tda998x-codec". > + - audio-ports: one or two values. > + The first value defines the I2S input port. > + The second one, if present, defines the S/PDIF input port.

[PATCH 3/4] ASoC: tda998x: add DT documentation

2014-01-27 Thread Jean-Francois Moine
Add devicetree documentation about the NXP TDA998x CODEC. Signed-off-by: Jean-Francois Moine --- Documentation/devicetree/bindings/sound/tda998x.txt | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/tda998x.txt diff --git a/Documen