Searched refs:wm0010 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/sound/soc/codecs/ |
H A D | wm0010.c | 159 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 …]
|
H A D | Makefile | 314 snd-soc-wm0010-objs := wm0010.o 699 obj-$(CONFIG_SND_SOC_WM0010) += snd-soc-wm0010.o
|
/openbmc/linux/sound/soc/samsung/ |
H A D | bells.c | 146 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()
|
/openbmc/linux/Documentation/sound/soc/ |
H A D | codec-to-codec.rst | 78 .cpu_dai_name = "wm0010-sdi2",
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |