Home
last modified time | relevance | path

Searched full:wm8978 (Results 1 – 11 of 11) sorted by relevance

/linux/sound/soc/codecs/
H A Dwm8978.c3 * wm8978.c -- WM8978 ALSA SoC Audio Codec driver
28 #include "wm8978.h"
425 "WM8978 N value exceeds recommended range! N = %u\n", in pll_factors()
469 * "PLL and Clock Select Circuit" in WM8978 datasheet Rev. 2.6
473 struct wm8978_priv *wm8978 = snd_soc_component_get_drvdata(component); in wm8978_configure_pll() local
475 unsigned int f_opclk = wm8978->f_opclk, f_mclk = wm8978->f_mclk, in wm8978_configure_pll()
476 f_256fs = wm8978->f_256fs; in wm8978_configure_pll()
485 wm8978->mclk_idx = -1; in wm8978_configure_pll()
510 wm8978->f_pllout = f_opclk * opclk_div; in wm8978_configure_pll()
522 int idx = wm8978_enum_mclk(f_256fs, f_mclk, &wm8978->f_pllout); in wm8978_configure_pll()
[all …]
H A Dwm8978.h3 * wm8978.h -- codec driver for WM8978
H A DMakefile385 snd-soc-wm8978-y := wm8978.o
807 obj-$(CONFIG_SND_SOC_WM8978) += snd-soc-wm8978.o
H A DKconfig2425 tristate "Wolfson Microelectronics WM8978 codec"
/linux/Documentation/devicetree/bindings/sound/
H A Dwlf,wm8978.yaml4 $id: http://devicetree.org/schemas/sound/wlf,wm8978.yaml#
7 title: Wolfson WM8978 Codec
20 const: wlf,wm8978
43 compatible = "wlf,wm8978";
56 compatible = "wlf,wm8978";
/linux/arch/arm/boot/dts/allwinner/
H A Dsun5i-gr8-evb.dts81 simple-audio-card,name = "gr8-evb-wm8978";
90 sound-dai = <&wm8978>;
146 wm8978: codec@1a { label
148 compatible = "wlf,wm8978";
/linux/arch/arm64/boot/dts/renesas/
H A Drzg2ul-smarc.dtsi106 wm8978: codec@1a { label
107 compatible = "wlf,wm8978";
H A Drz-smarc-common.dtsi12 * SSI-WM8978
53 sound-dai = <&wm8978>;
H A Drzg2l-smarc.dtsi114 wm8978: codec@1a { label
115 compatible = "wlf,wm8978";
H A Drzg2lc-smarc.dtsi138 wm8978: codec@1a { label
139 compatible = "wlf,wm8978";
/linux/arch/sh/boards/mach-migor/
H A Dsetup.c419 I2C_BOARD_INFO("wm8978", 0x1a),