2 Feb
2015
2 Feb
'15
9:05 p.m.
On Sat, Jan 31, 2015 at 03:22:39PM -0800, yang.a.fang@intel.com wrote:
- /* Select clk_i2s1_asrc as ASRC clock source */
- snd_soc_write(codec, RT5645_ASRC_2, 0x1111);
We should have an interface for doing this from the CODEC driver rather than just randomly writing directly to registers - that way we don't have something else working behind the back of the CODEC driver and potentially interfering with it.