/linux-4.1.27/sound/soc/fsl/ |
D | fsl-asoc-card.c | 44 u32 fll_id; member 241 ret = snd_soc_dai_set_sysclk(codec_dai, codec_priv->fll_id, in fsl_asoc_card_set_bias_level() 475 priv->codec_priv.fll_id = WM8962_SYSCLK_FLL; in fsl_asoc_card_probe()
|
/linux-4.1.27/sound/soc/codecs/ |
D | wm8993.c | 469 static int _wm8993_set_fll(struct snd_soc_codec *codec, int fll_id, int source, in _wm8993_set_fll() argument 503 switch (fll_id) { in _wm8993_set_fll() 516 dev_err(codec->dev, "Unknown FLL ID %d\n", fll_id); in _wm8993_set_fll() 573 static int wm8993_set_fll(struct snd_soc_dai *dai, int fll_id, int source, in wm8993_set_fll() argument 576 return _wm8993_set_fll(dai->codec, fll_id, source, Fref, Fout); in wm8993_set_fll()
|
D | wm9081.c | 550 static int wm9081_set_fll(struct snd_soc_codec *codec, int fll_id, in wm9081_set_fll() argument 579 switch (fll_id) { in wm9081_set_fll() 585 dev_err(codec->dev, "Unknown FLL ID %d\n", fll_id); in wm9081_set_fll()
|
D | wm5100.c | 1757 static int wm5100_set_fll(struct snd_soc_codec *codec, int fll_id, int source, in wm5100_set_fll() argument 1767 switch (fll_id) { in wm5100_set_fll() 1779 dev_err(codec->dev, "Unknown FLL %d\n",fll_id); in wm5100_set_fll() 1784 dev_dbg(codec->dev, "FLL%d disabled", fll_id); in wm5100_set_fll() 1866 dev_err(codec->dev, "FLL%d lock timed out\n", fll_id); in wm5100_set_fll() 1875 dev_dbg(codec->dev, "FLL%d running %dHz->%dHz\n", fll_id, in wm5100_set_fll()
|
D | wm8904.c | 1678 static int wm8904_set_fll(struct snd_soc_dai *dai, int fll_id, int source, in wm8904_set_fll() argument 1731 dev_err(codec->dev, "Unknown FLL ID %d\n", fll_id); in wm8904_set_fll() 1747 if (fll_id == WM8904_FLL_FREE_RUNNING) { in wm8904_set_fll() 1758 switch (fll_id) { in wm8904_set_fll()
|
D | wm8997.c | 926 static int wm8997_set_fll(struct snd_soc_codec *codec, int fll_id, int source, in wm8997_set_fll() argument 931 switch (fll_id) { in wm8997_set_fll()
|
D | wm5102.c | 1676 static int wm5102_set_fll(struct snd_soc_codec *codec, int fll_id, int source, in wm5102_set_fll() argument 1681 switch (fll_id) { in wm5102_set_fll()
|
D | wm5110.c | 1447 static int wm5110_set_fll(struct snd_soc_codec *codec, int fll_id, int source, in wm5110_set_fll() argument 1452 switch (fll_id) { in wm5110_set_fll()
|
D | wm8962.c | 2819 static int wm8962_set_fll(struct snd_soc_codec *codec, int fll_id, int source, in wm8962_set_fll() argument 2854 switch (fll_id) { in wm8962_set_fll() 2858 fll1 |= (fll_id - 1) << WM8962_FLL_REFCLK_SRC_SHIFT; in wm8962_set_fll()
|
D | wm8900.c | 755 int fll_id, unsigned int freq_in, unsigned int freq_out) in wm8900_set_fll() argument
|
D | wm2200.c | 1937 static int wm2200_set_fll(struct snd_soc_codec *codec, int fll_id, int source, in wm2200_set_fll() argument
|
D | wm8996.c | 2006 static int wm8996_set_fll(struct snd_soc_codec *codec, int fll_id, int source, in wm8996_set_fll() argument
|