Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/samsung/
H A Dbells.c151 struct snd_soc_dai *wm9081_dai; in bells_late_probe() local
211 wm9081_dai = asoc_rtd_to_codec(rtd, 0); in bells_late_probe()
219 ret = snd_soc_component_set_sysclk(wm9081_dai->component, WM9081_SYSCLK_MCLK, in bells_late_probe()
222 dev_err(wm9081_dai->dev, "Failed to set MCLK: %d\n", ret); in bells_late_probe()
/openbmc/linux/sound/soc/codecs/
H A Dwm9081.c1243 static struct snd_soc_dai_driver wm9081_dai = { variable
1352 &soc_component_dev_wm9081, &wm9081_dai, 1); in wm9081_i2c_probe()