commit | a571cb17acb6156e6ea8d5fe2ff824e713416bae | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Thu Jun 04 16:04:30 2015 +0300 |
committer | Mark Brown <broonie@kernel.org> | Fri Jun 05 18:53:36 2015 +0100 |
tree | e9d897170ae7df34cba502f70c9ca4f4e0c53b4f | |
parent | d20b098dd98ec9e0a205ad59e32d93a636a783b3 [diff] |
ASoC: tas2552: Configure the WCLK frequency based on the stream Instead of hard wiring the WCLK frequency at probe time do it runtime. The hard wired 88_96KHz was not even setting the correct bits since it was defined as (1 << 6) which will change the I2S_OUT_SEL bit and will leave the amplifier configured for 8KHz. At the same time clean up and fix the CFG3 register bits. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>