Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm0010.c162 struct wm0010_priv *wm0010 = snd_soc_codec_get_drvdata(codec); in wm0010_halt() local
167 spin_lock_irqsave(&wm0010->irq_lock, flags); in wm0010_halt()
168 state = wm0010->state; in wm0010_halt()
169 spin_unlock_irqrestore(&wm0010->irq_lock, flags); in wm0010_halt()
180 gpio_set_value_cansleep(wm0010->gpio_reset, in wm0010_halt()
181 wm0010->gpio_reset_value); in wm0010_halt()
183 regulator_disable(wm0010->dbvdd); in wm0010_halt()
184 regulator_bulk_disable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_halt()
185 wm0010->core_supplies); in wm0010_halt()
189 spin_lock_irqsave(&wm0010->irq_lock, flags); in wm0010_halt()
[all …]
DMakefile177 snd-soc-wm0010-objs := wm0010.o
414 obj-$(CONFIG_SND_SOC_WM0010) += snd-soc-wm0010.o
/sound/soc/samsung/
Dbells.c151 struct snd_soc_codec *wm0010; in bells_late_probe() local
160 wm0010 = rtd->codec; in bells_late_probe()
175 ret = snd_soc_codec_set_sysclk(wm0010, 0, 0, SYS_MCLK_RATE, 0); in bells_late_probe()
177 dev_err(wm0010->dev, "Failed to set WM0010 clock: %d\n", ret); in bells_late_probe()