j
k
j a
j l
On Mon, May 28, 2018 at 09:35:01PM +0200, Daniel Mack wrote:
if (mclk_fs) { mclk = params_rate(params) * mclk_fs; if (dai_props->cpu_dai.clk) clk_set_rate(dai_props->cpu_dai.clk, mclk);
if (mclk_fs) { mclk = params_rate(params) * mclk_fs;
if (dai_props->cpu_dai.clk)
clk_set_rate(dai_props->cpu_dai.clk, mclk);
We're ignoring the return value here.
Attachments:
Back to the thread
Back to the list