Searched refs:wm8776 (Results 1 – 7 of 7) sorted by relevance
244 struct wm8776_priv *wm8776 = snd_soc_component_get_drvdata(component); in wm8776_hw_params() local287 if (wm8776->sysclk[dai->driver->id] / params_rate(params) in wm8776_hw_params()295 wm8776->sysclk[dai->driver->id], params_rate(params)); in wm8776_hw_params()323 struct wm8776_priv *wm8776 = snd_soc_component_get_drvdata(component); in wm8776_set_sysclk() local325 if (WARN_ON(dai->driver->id >= ARRAY_SIZE(wm8776->sysclk))) in wm8776_set_sysclk()328 wm8776->sysclk[dai->driver->id] = freq; in wm8776_set_sysclk()336 struct wm8776_priv *wm8776 = snd_soc_component_get_drvdata(component); in wm8776_set_bias_level() local345 regcache_sync(wm8776->regmap); in wm8776_set_bias_level()462 struct wm8776_priv *wm8776; in wm8776_spi_probe() local465 wm8776 = devm_kzalloc(&spi->dev, sizeof(struct wm8776_priv), in wm8776_spi_probe()[all …]
338 snd-soc-wm8776-objs := wm8776.o723 obj-$(CONFIG_SND_SOC_WM8776) += snd-soc-wm8776.o
23 struct snd_wm8776 wm8776; member148 struct psc724_spec *spec = container_of(wm, struct psc724_spec, wm8776); in psc724_wm8776_write()181 u16 power = spec->wm8776.regs[WM8776_REG_PWRDOWN] & ~WM8776_PWR_HPPD; in psc724_set_jack_state()186 snd_wm8776_set_power(&spec->wm8776, power); in psc724_set_jack_state()195 spec->wm8776.ctl[WM8776_CTL_HP_SW].name); in psc724_set_jack_state()309 spec->wm8776.ctl[WM8776_CTL_DAC_VOL].name = front_volume; in psc724_add_controls()310 spec->wm8776.ctl[WM8776_CTL_DAC_SW].name = front_switch; in psc724_add_controls()311 spec->wm8776.ctl[WM8776_CTL_DAC_ZC_SW].name = front_zc; in psc724_add_controls()312 spec->wm8776.ctl[WM8776_CTL_AUX_SW].name = NULL; in psc724_add_controls()313 spec->wm8776.ctl[WM8776_CTL_DAC_IZD_SW].name = front_izd; in psc724_add_controls()[all …]
9 …prodigy192.o prodigy_hifi.o juli.o phase.o wtm.o se.o maya44.o quartet.o psc724.o wm8766.o wm8776.o
8 - compatible : "wlf,wm8776"15 wm8776: codec@1a {16 compatible = "wlf,wm8776";
140 wm8776:codec@1a { label141 compatible = "wlf,wm8776";191 codec-handle = <&wm8776>;
64 * i2c/other/wm8776.c - low-level access routines for Wolfson WM8776 codecs 65 * include/wm8776.h68 Note that the wm8776.c code is meant to be card-independent and does not actually register the code…