Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
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 …]
DMakefile361 snd-soc-wm8804-y := wm8804.o
362 snd-soc-wm8804-i2c-y := wm8804-i2c.o
363 snd-soc-wm8804-spi-y := wm8804-spi.o
773 obj-$(CONFIG_SND_SOC_WM8804) += snd-soc-wm8804.o
774 obj-$(CONFIG_SND_SOC_WM8804_I2C) += snd-soc-wm8804-i2c.o
775 obj-$(CONFIG_SND_SOC_WM8804_SPI) += snd-soc-wm8804-spi.o
/linux-6.12.1/sound/soc/intel/boards/
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