ASoC: Add source argument to PLL configuration
[deliverable/linux.git] / sound / soc / codecs / wm8990.c
index 2d702db4131db36f17d854621c99767777c64c17..f657e9a5fe266f1e8166a12d6473f99a62a1d69f 100644 (file)
@@ -972,8 +972,8 @@ static void pll_factors(struct _pll_div *pll_div, unsigned int target,
        pll_div->k = K;
 }
 
-static int wm8990_set_dai_pll(struct snd_soc_dai *codec_dai,
-               int pll_id, unsigned int freq_in, unsigned int freq_out)
+static int wm8990_set_dai_pll(struct snd_soc_dai *codec_dai, int pll_id,
+               int source, unsigned int freq_in, unsigned int freq_out)
 {
        u16 reg;
        struct snd_soc_codec *codec = codec_dai->codec;
This page took 0.033962 seconds and 5 git commands to generate.