Searched refs:snd_soc_codec_set_pll (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/sound/soc/samsung/ |
D | bells.c | 74 ret = snd_soc_codec_set_pll(codec, WM5102_FLL1, in bells_set_bias_level() 82 ret = snd_soc_codec_set_pll(codec, WM5102_FLL2, in bells_set_bias_level() 112 ret = snd_soc_codec_set_pll(codec, WM5102_FLL1, 0, 0, 0); in bells_set_bias_level_post() 119 ret = snd_soc_codec_set_pll(codec, WM5102_FLL2, in bells_set_bias_level_post()
|
/linux-4.1.27/include/sound/ |
D | soc.h | 384 int snd_soc_codec_set_pll(struct snd_soc_codec *codec, int pll_id, int source,
|
/linux-4.1.27/sound/soc/ |
D | soc-core.c | 2132 int snd_soc_codec_set_pll(struct snd_soc_codec *codec, int pll_id, int source, in snd_soc_codec_set_pll() function 2141 EXPORT_SYMBOL_GPL(snd_soc_codec_set_pll);
|