Searched refs:wm0010 (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/sound/soc/codecs/ |
D | wm0010.c | 163 struct wm0010_priv *wm0010 = snd_soc_codec_get_drvdata(codec); in wm0010_halt() local 168 spin_lock_irqsave(&wm0010->irq_lock, flags); in wm0010_halt() 169 state = wm0010->state; in wm0010_halt() 170 spin_unlock_irqrestore(&wm0010->irq_lock, flags); in wm0010_halt() 181 gpio_set_value_cansleep(wm0010->gpio_reset, in wm0010_halt() 182 wm0010->gpio_reset_value); in wm0010_halt() 184 regulator_disable(wm0010->dbvdd); in wm0010_halt() 185 regulator_bulk_disable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_halt() 186 wm0010->core_supplies); in wm0010_halt() 190 spin_lock_irqsave(&wm0010->irq_lock, flags); in wm0010_halt() [all …]
|
D | Makefile | 134 snd-soc-wm0010-objs := wm0010.o 325 obj-$(CONFIG_SND_SOC_WM0010) += snd-soc-wm0010.o
|
/linux-4.4.14/sound/soc/samsung/ |
D | bells.c | 140 struct snd_soc_codec *wm0010 = card->rtd[DAI_AP_DSP].codec; in bells_late_probe() local 157 ret = snd_soc_codec_set_sysclk(wm0010, 0, 0, SYS_MCLK_RATE, 0); in bells_late_probe() 159 dev_err(wm0010->dev, "Failed to set WM0010 clock: %d\n", ret); in bells_late_probe()
|