Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8804.c143 if (!wm8804->aif_pwr) in wm8804_aif_event()
145 wm8804->aif_pwr++; in wm8804_aif_event()
149 wm8804->aif_pwr--; in wm8804_aif_event()
150 if (!wm8804->aif_pwr) in wm8804_aif_event()
420 wm8804->mclk_div); in wm8804_set_pll()
497 wm8804->mclk_div = div; in wm8804_set_clkdiv()
570 wm8804 = devm_kzalloc(dev, sizeof(*wm8804), GFP_KERNEL); in wm8804_probe()
571 if (!wm8804) in wm8804_probe()
576 wm8804->dev = dev; in wm8804_probe()
651 if (!wm8804->reset) { in wm8804_probe()
[all …]
H A DMakefile340 snd-soc-wm8804-objs := wm8804.o
341 snd-soc-wm8804-i2c-objs := wm8804-i2c.o
342 snd-soc-wm8804-spi-objs := wm8804-spi.o
725 obj-$(CONFIG_SND_SOC_WM8804) += snd-soc-wm8804.o
726 obj-$(CONFIG_SND_SOC_WM8804_I2C) += snd-soc-wm8804-i2c.o
727 obj-$(CONFIG_SND_SOC_WM8804_SPI) += snd-soc-wm8804-spi.o
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dwm8804.txt8 - compatible : "wlf,wm8804"
22 wm8804: codec@1a {
23 compatible = "wlf,wm8804";
/openbmc/linux/sound/soc/intel/boards/
H A DMakefile9 snd-soc-sst-sof-wm8804-objs := sof_wm8804.o
55 obj-$(CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH) += snd-soc-sst-sof-wm8804.o