[alsa-devel] [PATCH v2] ASoC: tda998x: add a codec to the HDMI transmitter

2014-07-08 Thread Jean-Francois Moine
On Tue, 08 Jul 2014 10:17:58 +0100 Andrew Jackson wrote: > > + static const u32 hdmi_rates[] = { > > + 32000, 44100, 48000, 88200, 9600, 176400, 192000 > > + }; > > + > > Shouldn't this be 96000, not 9600? Assuming that the table is ordered in > terms of increasing

[alsa-devel] [PATCH v2] ASoC: tda998x: add a codec to the HDMI transmitter

2014-07-08 Thread Andrew Jackson
On 07/04/14 08:17, 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 >