From: Mark Brown Date: Wed, 24 Aug 2011 19:09:01 +0000 (+0100) Subject: ASoC: Allow source specification for CODEC level sysclk X-Git-Tag: v3.2-rc1~127^2~2^2~1^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da1c6ea6cf85544292c30295c70a89e8555358bc;p=pandora-kernel.git ASoC: Allow source specification for CODEC level sysclk Similarly to PLLs/FLLs some modern CODECs provide selectable system clock sources. When the clock is the clock for a DAI we do not usually need to identify which clock is being configured so can use clk_id for the source clock but with CODEC wide system clocks we will need to specify both the clock being configured and the source. Add a source argument to the CODEC driver set_sysclk() operation to reflect this. As this operation is not as widely used as the DAI set_sysclk() operation the change is not very invasive. We probably ought to go and make the same alternation for DAIs at some point. Signed-off-by: Mark Brown --- Reading git-diff-tree failed