Home
last modified time | relevance | path

Searched full:wm8750 (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/sound/soc/codecs/
H A Dwm8750.c3 * wm8750.c -- WM8750 ALSA SoC audio driver
28 #include "wm8750.h"
31 * wm8750 register cache
32 * We can't read the WM8750 register space when we
89 * WM8750 Controls
494 printk(KERN_ERR "wm8750: could not get coeff for mclk %d @ rate %d\n", in get_coeff()
503 struct wm8750_priv *wm8750 = snd_soc_component_get_drvdata(component); in wm8750_set_dai_sysclk() local
511 wm8750->sysclk = freq; in wm8750_set_dai_sysclk()
580 struct wm8750_priv *wm8750 = snd_soc_component_get_drvdata(component); in wm8750_pcm_hw_params() local
583 int coeff = get_coeff(wm8750->sysclk, params_rate(params)); in wm8750_pcm_hw_params()
[all …]
H A Dwm8750.h13 /* WM8750 register space */
H A DMakefile335 snd-soc-wm8750-objs := wm8750.o
720 obj-$(CONFIG_SND_SOC_WM8750) += snd-soc-wm8750.o
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dwm8750.yaml4 $id: http://devicetree.org/schemas/sound/wm8750.yaml#
7 title: WM8750 and WM8987 audio CODECs
19 - wlf,wm8750
39 compatible = "wlf,wm8750";
/openbmc/linux/arch/arm/boot/dts/vt8500/
H A Dwm8750.dtsi3 * wm8750.dtsi - Device tree file for Wondermedia WM8750 SoC
11 compatible = "wm,wm8750";
63 compatible = "wm,wm8750-pinctrl";
93 compatible = "wm,wm8750-pll-clock";
100 compatible = "wm,wm8750-pll-clock";
107 compatible = "wm,wm8750-pll-clock";
114 compatible = "wm,wm8750-pll-clock";
121 compatible = "wm,wm8750-pll-clock";
H A Dwm8750-apc8750.dts3 * wm8750-apc8750.dts
10 /include/ "wm8750.dtsi"
H A DMakefile6 wm8750-apc8750.dtb \
/openbmc/linux/sound/soc/pxa/
H A Dspitz.c23 #include "../codecs/wm8750.h"
254 SND_SOC_DAILINK_DEFS(wm8750,
256 DAILINK_COMP_ARRAY(COMP_CODEC("wm8750.0-001b", "wm8750-hifi")),
260 .name = "wm8750",
261 .stream_name = "WM8750",
265 SND_SOC_DAILINK_REG(wm8750),
/openbmc/linux/arch/arm/mach-vt8500/
H A DKconfig18 bool "WonderMedia WM8750"
22 Support for WonderMedia WM8750 System-on-Chip.
H A Dvt8500.c153 "wm,wm8750",
/openbmc/linux/drivers/pinctrl/vt8500/
H A DKconfig38 bool "Wondermedia WM8750 pin controller driver"
43 Wondermedia WM8750 SoCs.
H A DMakefile8 obj-$(CONFIG_PINCTRL_WM8750) += pinctrl-wm8750.o
H A Dpinctrl-wm8750.c3 * Pinctrl data for Wondermedia WM8750 SoC
375 { .compatible = "wm,wm8750-pinctrl" },
382 .name = "pinctrl-wm8750",
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Dbrcm,iproc-i2c.yaml67 wm8750@1a {
68 compatible = "wlf,wm8750";
/openbmc/qemu/hw/audio/
H A Dwm8750.c2 * WM8750 audio CODEC.
14 #include "hw/audio/wm8750.h"
21 #define CODEC "wm8750"
30 OBJECT_DECLARE_SIMPLE_TYPE(WM8750State, WM8750)
266 WM8750State *s = WM8750(i2c); in wm8750_reset()
310 WM8750State *s = WM8750(i2c); in wm8750_event()
369 WM8750State *s = WM8750(i2c); in wm8750_tx()
625 WM8750State *s = WM8750(dev); in wm8750_realize()
637 WM8750State *s = WM8750(i2c);
647 WM8750State *s = WM8750(dev); in wm8750_data_req_set()
H A DKconfig41 config WM8750 config
H A Dmeson.build15 system_ss.add(when: 'CONFIG_WM8750', if_true: files('wm8750.c'))
H A Dmarvell_88w8618.c18 #include "hw/audio/wm8750.h"
259 object_property_add_link(OBJECT(dev), "wm8750", TYPE_WM8750, in mv88w8618_audio_init()
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dvt8500.txt11 "wm,wm8750-pll-clock" - for a WM8750 PLL clock
/openbmc/qemu/docs/system/arm/
H A Dmusicpal.rst15 - MV88W8618 audio controller, WM8750 CODEC and mixer
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Dvt8500.yaml22 - wm,wm8750
/openbmc/qemu/include/hw/audio/
H A Dwm8750.h18 #define TYPE_WM8750 "wm8750"
/openbmc/qemu/hw/arm/
H A DKconfig129 select WM8750
172 select WM8750 # audio codec
H A Dmusicpal.c31 #include "hw/audio/wm8750.h"
1327 object_property_set_link(OBJECT(dev), "wm8750", OBJECT(wm8750_dev), in musicpal_init()
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-vt8500.txt8 "wm8750-pinctrl" or "wm,wm8850-pinctrl"

12