On Sun, Sep 10, 2017 at 11:03:20AM +0530, Naveen M wrote:
rt5663 needs mclk/sclk early to synchronize its internal clocks. Clocks are enabled in hw_params and disabled in platform_clk_control as the codec requires mclk/bclk need to turned ON before set_sysclk call for a successful clock synchronization.
ah there was a v2, sorry missed that.
Depends-on: patch series ("ASoC: Intel: Skylake: Add a clk driver to enable ssp clks early") ASoC: Intel: kbl: Enable mclk and ssp sclk early ASoC: Intel: Skylake: Modify skl_dsp_set_dma_control API arguments ASoC: Intel: Skylake: Parse nhlt to populate clock information ASoC: Intel: Skylake: Prepare DMA control IPC to enable/disable clock ASoC: Intel: Skylake: Register clock device and ops ASoC: Intel: Skylake: Add ssp clock driver
this is good info but is useless for applying
Signed-off-by: Naveen M naveen.m@intel.com Signed-off-by: Harsha Priya harshapriya.n@intel.com
V2: Add Depends-on
you have removed the dashes after s-o-b, so when I apply this patch the depends on, V2 also get applied.
It is go d practice to apply the .patch file yourself after hand editing and seeing if the output is something you really want.
Can you fix this along with comments on V1.