Home
last modified time | relevance | path

Searched refs:wm8776 (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/codecs/
Dwm8776.c244 struct wm8776_priv *wm8776 = snd_soc_component_get_drvdata(component); in wm8776_hw_params() local
287 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() local
325 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() local
345 regcache_sync(wm8776->regmap); in wm8776_set_bias_level()
463 struct wm8776_priv *wm8776; in wm8776_spi_probe() local
466 wm8776 = devm_kzalloc(&spi->dev, sizeof(struct wm8776_priv), in wm8776_spi_probe()
[all …]
DMakefile264 snd-soc-wm8776-objs := wm8776.o
573 obj-$(CONFIG_SND_SOC_WM8776) += snd-soc-wm8776.o
/kernel/linux/linux-5.10/sound/pci/ice1712/
Dpsc724.c23 struct snd_wm8776 wm8776; member
148 struct psc724_spec *spec = container_of(wm, struct psc724_spec, wm8776); in psc724_wm8776_write()
182 u16 power = spec->wm8776.regs[WM8776_REG_PWRDOWN] & ~WM8776_PWR_HPPD; in psc724_set_jack_state()
187 snd_wm8776_set_power(&spec->wm8776, power); in psc724_set_jack_state()
197 strlcpy(elem_id.name, spec->wm8776.ctl[WM8776_CTL_HP_SW].name, in psc724_set_jack_state()
312 spec->wm8776.ctl[WM8776_CTL_DAC_VOL].name = front_volume; in psc724_add_controls()
313 spec->wm8776.ctl[WM8776_CTL_DAC_SW].name = front_switch; in psc724_add_controls()
314 spec->wm8776.ctl[WM8776_CTL_DAC_ZC_SW].name = front_zc; in psc724_add_controls()
315 spec->wm8776.ctl[WM8776_CTL_AUX_SW].name = NULL; in psc724_add_controls()
316 spec->wm8776.ctl[WM8776_CTL_DAC_IZD_SW].name = front_izd; in psc724_add_controls()
[all …]
DMakefile9 …prodigy192.o prodigy_hifi.o juli.o phase.o wtm.o se.o maya44.o quartet.o psc724.o wm8766.o wm8776.o
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dwm8776.txt8 - compatible : "wlf,wm8776"
15 wm8776: codec@1a {
16 compatible = "wlf,wm8776";
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/
Dp1022ds.dtsi140 wm8776:codec@1a { label
141 compatible = "wlf,wm8776";
191 codec-handle = <&wm8776>;
/kernel/linux/linux-5.10/Documentation/sound/cards/
Dmaya44.rst64 * i2c/other/wm8776.c - low-level access routines for Wolfson WM8776 codecs
65 * include/wm8776.h
68 Note that the wm8776.c code is meant to be card-independent and does not actually register the code…