/linux/sound/soc/codecs/ |
H A D | wm8962.c | 3 * wm8962.c -- WM8962 ALSA SoC Audio driver 33 #include <sound/wm8962.h> 36 #include "wm8962.h" 95 struct wm8962_priv *wm8962 = container_of(nb, struct wm8962_priv, \ 98 regcache_mark_dirty(wm8962->regmap); \ 1439 static int wm8962_reset(struct wm8962_priv *wm8962) in wm8962_reset() argument 1443 ret = regmap_write(wm8962->regmap, WM8962_SOFTWARE_RESET, 0x6243); in wm8962_reset() 1447 return regmap_write(wm8962->regmap, WM8962_PLL_SOFTWARE_RESET, 0); in wm8962_reset() 1474 struct wm8962_priv *wm8962 = snd_soc_component_get_drvdata(component); in wm8962_dsp2_write_config() local 1476 return regcache_sync_region(wm8962->regmap, in wm8962_dsp2_write_config() [all …]
|
H A D | Makefile | 382 snd-soc-wm8962-y := wm8962.o 804 obj-$(CONFIG_SND_SOC_WM8962) += snd-soc-wm8962.o
|
H A D | Kconfig | 2413 tristate "Wolfson Microelectronics WM8962 CODEC"
|
H A D | wm8962.h | 3 * wm8962.h -- WM8962 ASoC driver
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | wlf,wm8962.yaml | 4 $id: http://devicetree.org/schemas/sound/wlf,wm8962.yaml# 7 title: Wolfson WM8962 Ultra-Low Power Stereo CODEC 17 const: wlf,wm8962 103 wm8962: codec@1a { 104 compatible = "wlf,wm8962";
|
H A D | fsl-asoc-card.yaml | 52 - fsl,imx6q-sabresd-wm8962 55 - fsl,imx6sl-evk-wm8962 57 - fsl,imx6sx-sdb-wm8962 67 - fsl,imx-audio-wm8962 87 - fsl,imx-audio-wm8962 125 of wm8962 and sgtl5000.
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6sl-evk.dts | 65 regulator-name = "wm8962-supply-3v15"; 73 regulator-name = "wm8962-supply-4v2"; 96 compatible = "fsl,imx6sl-evk-wm8962", "fsl,imx-audio-wm8962"; 99 model = "wm8962-audio"; 271 codec: wm8962@1a { 272 compatible = "wlf,wm8962";
|
H A D | imx6sx-sdb.dtsi | 155 compatible = "fsl,imx6sx-sdb-wm8962", "fsl,imx-audio-wm8962"; 158 model = "wm8962-audio"; 267 codec: wm8962@1a { 268 compatible = "wlf,wm8962";
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mn-beacon-baseboard.dtsi | 113 sound-wm8962 { 115 simple-audio-card,name = "wm8962"; 132 sound-dai = <&wm8962>; 216 wm8962: audio-codec@1a { label 217 compatible = "wlf,wm8962";
|
H A D | imx95-19x19-evk.dts | 97 regulator-name = "audio-wm8962"; 178 sound-wm8962 { 179 compatible = "fsl,imx-audio-wm8962"; 182 model = "wm8962-audio"; 184 audio-codec = <&wm8962>; 221 wm8962: audio-codec@1a { label 222 compatible = "wlf,wm8962";
|
H A D | imx8mm-beacon-baseboard.dtsi | 138 sound-wm8962 { 140 simple-audio-card,name = "wm8962"; 157 sound-dai = <&wm8962>; 226 wm8962: audio-codec@1a { label 227 compatible = "wlf,wm8962";
|
H A D | imx93-9x9-qsb.dts | 139 sound-wm8962 { 140 compatible = "fsl,imx-audio-wm8962"; 141 model = "wm8962-audio"; 143 audio-codec = <&wm8962>; 202 wm8962: audio-codec@1a { label 203 compatible = "wlf,wm8962";
|
H A D | imx8mp-beacon-kit.dts | 149 reg_audio: regulator-wm8962 { 209 sound-wm8962 { 211 simple-audio-card,name = "wm8962"; 230 sound-dai = <&wm8962>; 408 wm8962: audio-codec@1a { label 409 compatible = "wlf,wm8962";
|
H A D | imx93-11x11-evk.dts | 159 sound-wm8962 { 160 compatible = "fsl,imx-audio-wm8962"; 161 model = "wm8962-audio"; 163 audio-codec = <&wm8962>; 265 wm8962: codec@1a { label 266 compatible = "wlf,wm8962";
|
H A D | imx8mq-librem5.dtsi | 1040 compatible = "wlf,wm8962";
|
/linux/include/sound/ |
H A D | wm8962.h | 3 * wm8962.h -- WM8962 Soc Audio driver platform data
|
/linux/sound/soc/samsung/ |
H A D | tobermory.c | 13 #include "../codecs/wm8962.h" 114 DAILINK_COMP_ARRAY(COMP_CODEC("wm8962.1-001a", "wm8962")),
|
/linux/arch/arm/mach-s3c/ |
H A D | mach-crag6410-module.c | 25 #include <sound/wm8962.h> 194 { I2C_BOARD_INFO("wm8962", 0x1a),
|
/linux/sound/soc/fsl/ |
H A D | Kconfig | 324 ESAI/SAI/SSI and connect with external CODECs such as WM8962, CS42888,
|