Searched refs:wm8804 (Results 1 – 3 of 3) sorted by relevance
85 struct wm8804_priv *wm8804 = container_of(nb, struct wm8804_priv, \88 regcache_mark_dirty(wm8804->regmap); \137 struct wm8804_priv *wm8804 = snd_soc_component_get_drvdata(component); in wm8804_aif_event() local142 if (!wm8804->aif_pwr) in wm8804_aif_event()144 wm8804->aif_pwr++; in wm8804_aif_event()148 wm8804->aif_pwr--; in wm8804_aif_event()149 if (!wm8804->aif_pwr) in wm8804_aif_event()210 static int wm8804_soft_reset(struct wm8804_priv *wm8804) in wm8804_soft_reset() argument212 return regmap_write(wm8804->regmap, WM8804_RST_DEVID1, 0x0); in wm8804_soft_reset()405 struct wm8804_priv *wm8804 = snd_soc_component_get_drvdata(component); in wm8804_set_pll() local[all …]
361 snd-soc-wm8804-y := wm8804.o362 snd-soc-wm8804-i2c-y := wm8804-i2c.o363 snd-soc-wm8804-spi-y := wm8804-spi.o773 obj-$(CONFIG_SND_SOC_WM8804) += snd-soc-wm8804.o774 obj-$(CONFIG_SND_SOC_WM8804_I2C) += snd-soc-wm8804-i2c.o775 obj-$(CONFIG_SND_SOC_WM8804_SPI) += snd-soc-wm8804-spi.o
7 snd-soc-sst-sof-wm8804-y := sof_wm8804.o36 obj-$(CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH) += snd-soc-sst-sof-wm8804.o