[PATCH v3] ASoC: tda998x: add a codec to the HDMI transmitter

2014-08-16 Thread Mark Brown
On Tue, Jul 08, 2014 at 11:40:57AM +0200, Jean-Francois Moine wrote: > .../devicetree/bindings/drm/i2c/tda998x.txt| 13 ++ > drivers/gpu/drm/i2c/Makefile | 2 +- > drivers/gpu/drm/i2c/tda998x_codec.c| 247 > + > drivers/gpu/drm

[PATCH v3] ASoC: tda998x: add a codec to the HDMI transmitter

2014-07-23 Thread Andrew Jackson
On 07/08/14 10:40, Jean-Francois Moine wrote: > This patch adds a CODEC function to the NXP TDA998x HDMI transmitter. > > The CODEC handles both I2S and S/PDIF input and does dynamic input > switch in the TDA998x I2C driver on start/stop audio streaming. > > Signed-off-by: Jean-Francois Moine >

[PATCH v3] ASoC: tda998x: add a codec to the HDMI transmitter

2014-07-08 Thread Jean-Francois Moine
This patch adds a CODEC function to the NXP TDA998x HDMI transmitter. The CODEC handles both I2S and S/PDIF input and does dynamic input switch in the TDA998x I2C driver on start/stop audio streaming. Signed-off-by: Jean-Francois Moine --- v3: fix bad rate (Andrew Jackson) v2: check double strea