Re: [PATCH_V3 4/4] sound: jz4740: set i2s clk rate to 12MHz

2015-01-27 Thread Zubair Lutfullah Kakakhel
On 26/01/15 14:53, Zubair Lutfullah Kakakhel wrote: > i2s clock rate is not set to 12MHz currently. Set it before enabling > the clock. > > Signed-off-by: Zubair Lutfullah Kakakhel > > --- > V2 changes: Removed clk_prepare_enable call as clock was already being > enabled elsewhere. Just set

Re: [PATCH_V3 4/4] sound: jz4740: set i2s clk rate to 12MHz

2015-01-27 Thread Zubair Lutfullah Kakakhel
On 26/01/15 14:53, Zubair Lutfullah Kakakhel wrote: i2s clock rate is not set to 12MHz currently. Set it before enabling the clock. Signed-off-by: Zubair Lutfullah Kakakhel zubair.kakak...@imgtec.com --- V2 changes: Removed clk_prepare_enable call as clock was already being enabled

[PATCH_V3 4/4] sound: jz4740: set i2s clk rate to 12MHz

2015-01-26 Thread Zubair Lutfullah Kakakhel
i2s clock rate is not set to 12MHz currently. Set it before enabling the clock. Signed-off-by: Zubair Lutfullah Kakakhel --- V2 changes: Removed clk_prepare_enable call as clock was already being enabled elsewhere. Just set rate to 12MHz. --- sound/soc/jz4740/jz4740-i2s.c | 1 + 1 file

[PATCH_V3 4/4] sound: jz4740: set i2s clk rate to 12MHz

2015-01-26 Thread Zubair Lutfullah Kakakhel
i2s clock rate is not set to 12MHz currently. Set it before enabling the clock. Signed-off-by: Zubair Lutfullah Kakakhel zubair.kakak...@imgtec.com --- V2 changes: Removed clk_prepare_enable call as clock was already being enabled elsewhere. Just set rate to 12MHz. ---