Searched refs:wm0010 (Results 1 – 3 of 3) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | wm0010.c | 150 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 D | bells.c | 146 struct snd_soc_component *wm0010; in bells_late_probe() local 155 wm0010 = snd_soc_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()
|
/linux/Documentation/sound/soc/ |
H A D | codec-to-codec.rst | 79 .cpu_dai_name = "wm0010-sdi2",
|