Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm0010.c159 struct wm0010_priv *wm0010 = snd_soc_component_get_drvdata(component); in wm0010_halt() local
164 spin_lock_irqsave(&wm0010->irq_lock, flags); in wm0010_halt()
165 state = wm0010->state; in wm0010_halt()
166 spin_unlock_irqrestore(&wm0010->irq_lock, flags); in wm0010_halt()
177 gpio_set_value_cansleep(wm0010->gpio_reset, in wm0010_halt()
178 wm0010->gpio_reset_value); in wm0010_halt()
180 regulator_disable(wm0010->dbvdd); in wm0010_halt()
181 regulator_bulk_disable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_halt()
182 wm0010->core_supplies); in wm0010_halt()
186 spin_lock_irqsave(&wm0010->irq_lock, flags); in wm0010_halt()
[all …]
DMakefile263 snd-soc-wm0010-objs := wm0010.o
593 obj-$(CONFIG_SND_SOC_WM0010) += snd-soc-wm0010.o
/sound/soc/samsung/
Dbells.c146 struct snd_soc_component *wm0010; in bells_late_probe() local
155 wm0010 = asoc_rtd_to_codec(rtd, 0)->component; in bells_late_probe()
170 ret = snd_soc_component_set_sysclk(wm0010, 0, 0, SYS_MCLK_RATE, 0); in bells_late_probe()
172 dev_err(wm0010->dev, "Failed to set WM0010 clock: %d\n", ret); in bells_late_probe()