Home
last modified time | relevance | path

Searched refs:wm8804 (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/codecs/
H A Dwm8804.c85 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() local
142 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() argument
212 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 …]
/linux/sound/soc/intel/boards/
H A DMakefile7 snd-soc-sst-sof-wm8804-y := sof_wm8804.o
36 obj-$(CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH) += snd-soc-sst-sof-wm8804.o