Searched full:wm8978 (Results 1 – 11 of 11) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | wm8978.c | 3 * 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 D | wm8978.h | 3 * wm8978.h -- codec driver for WM8978
|
H A D | Makefile | 385 snd-soc-wm8978-y := wm8978.o 807 obj-$(CONFIG_SND_SOC_WM8978) += snd-soc-wm8978.o
|
H A D | Kconfig | 2425 tristate "Wolfson Microelectronics WM8978 codec"
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | wlf,wm8978.yaml | 4 $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 D | sun5i-gr8-evb.dts | 81 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 D | rzg2ul-smarc.dtsi | 106 wm8978: codec@1a { label 107 compatible = "wlf,wm8978";
|
H A D | rz-smarc-common.dtsi | 12 * SSI-WM8978 53 sound-dai = <&wm8978>;
|
H A D | rzg2l-smarc.dtsi | 114 wm8978: codec@1a { label 115 compatible = "wlf,wm8978";
|
H A D | rzg2lc-smarc.dtsi | 138 wm8978: codec@1a { label 139 compatible = "wlf,wm8978";
|
/linux/arch/sh/boards/mach-migor/ |
H A D | setup.c | 419 I2C_BOARD_INFO("wm8978", 0x1a),
|