Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/samsung/
Dbells.c156 struct snd_soc_dai *wm9081_dai; in bells_late_probe() local
216 wm9081_dai = rtd->codec_dai; in bells_late_probe()
224 ret = snd_soc_component_set_sysclk(wm9081_dai->component, WM9081_SYSCLK_MCLK, in bells_late_probe()
227 dev_err(wm9081_dai->dev, "Failed to set MCLK: %d\n", ret); in bells_late_probe()
/Linux-v4.19/sound/soc/codecs/
Dwm9081.c1246 static struct snd_soc_dai_driver wm9081_dai = { variable
1357 &soc_component_dev_wm9081, &wm9081_dai, 1); in wm9081_i2c_probe()