Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm0010.c150 struct wm0010_priv *wm0010 = snd_soc_component_get_drvdata(component); in wm0010_halt() local
155 spin_lock_irqsave(&wm0010->irq_lock, flags); in wm0010_halt()
156 state = wm0010->state; in wm0010_halt()
157 spin_unlock_irqrestore(&wm0010->irq_lock, flags); in wm0010_halt()
168 gpiod_set_value_cansleep(wm0010->reset, 1); in wm0010_halt()
170 regulator_disable(wm0010->dbvdd); in wm0010_halt()
171 regulator_bulk_disable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_halt()
172 wm0010->core_supplies); in wm0010_halt()
176 spin_lock_irqsave(&wm0010->irq_lock, flags); in wm0010_halt()
177 wm0010->state = WM0010_POWER_OFF; in wm0010_halt()
[all …]
/linux/sound/soc/samsung/
H A Dbells.c143 struct snd_soc_component *wm0010; in bells_late_probe() local
152 wm0010 = snd_soc_rtd_to_codec(rtd, 0)->component; in bells_late_probe()
167 ret = snd_soc_component_set_sysclk(wm0010, 0, 0, SYS_MCLK_RATE, 0); in bells_late_probe()
169 dev_err(wm0010->dev, "Failed to set WM0010 clock: %d\n", ret); in bells_late_probe()
244 DAILINK_COMP_ARRAY(COMP_CODEC("spi0.0", "wm0010-sdi1")),
248 DAILINK_COMP_ARRAY(COMP_CPU("wm0010-sdi2")),
273 DAILINK_COMP_ARRAY(COMP_CODEC("spi0.0", "wm0010-sdi1")),
277 DAILINK_COMP_ARRAY(COMP_CPU("wm0010-sdi2")),
330 DAILINK_COMP_ARRAY(COMP_CODEC("spi0.0", "wm0010-sdi1")),
334 DAILINK_COMP_ARRAY(COMP_CPU("wm0010
[all...]