Skip to content

Commit

Permalink
ASoC: kirkwood: Fix compile error due to patch 'add S/PDIF support'
Browse files Browse the repository at this point in the history
This patch fixes the compilation error of kirkwood-i2s.c introduced
by the commit 75b9b65 'ASoC: kirkwood: add S/PDIF support'.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Jean-Francois Moine authored and Mark Brown committed Oct 25, 2013
1 parent 75b9b65 commit 99d8d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/kirkwood/kirkwood-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ static int kirkwood_i2s_dev_probe(struct platform_device *pdev)
} else {
dev_info(&pdev->dev, "found external clock\n");
clk_prepare_enable(priv->extclk);
soc_dai = &kirkwood_i2s_dai_extclk;
soc_dai = kirkwood_i2s_dai_extclk;
}
}

Expand Down

0 comments on commit 99d8d3b

Please sign in to comment.