Home
last modified time | relevance | path

Searched refs:wm9081_dai (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/soc/samsung/
Dbells.c145 struct snd_soc_dai *wm9081_dai; in bells_late_probe() local
196 wm9081_dai = card->rtd[DAI_CODEC_SUB].codec_dai; in bells_late_probe()
204 ret = snd_soc_codec_set_sysclk(wm9081_dai->codec, WM9081_SYSCLK_MCLK, in bells_late_probe()
207 dev_err(wm9081_dai->dev, "Failed to set MCLK: %d\n", ret); in bells_late_probe()
/linux-4.1.27/sound/soc/codecs/
Dwm9081.c1248 static struct snd_soc_dai_driver wm9081_dai = { variable
1361 &soc_codec_dev_wm9081, &wm9081_dai, 1); in wm9081_i2c_probe()