Searched refs:wm8962 (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/sound/soc/codecs/ |
D | wm8962.c | 99 struct wm8962_priv *wm8962 = container_of(nb, struct wm8962_priv, \ 102 regcache_mark_dirty(wm8962->regmap); \ 1446 static int wm8962_reset(struct wm8962_priv *wm8962) in wm8962_reset() argument 1450 ret = regmap_write(wm8962->regmap, WM8962_SOFTWARE_RESET, 0x6243); in wm8962_reset() 1454 return regmap_write(wm8962->regmap, WM8962_PLL_SOFTWARE_RESET, 0); in wm8962_reset() 1481 struct wm8962_priv *wm8962 = snd_soc_codec_get_drvdata(codec); in wm8962_dsp2_write_config() local 1483 return regcache_sync_region(wm8962->regmap, in wm8962_dsp2_write_config() 1512 struct wm8962_priv *wm8962 = snd_soc_codec_get_drvdata(codec); in wm8962_dsp2_start() local 1518 wm8962_dsp2_set_enable(codec, wm8962->dsp2_ena); in wm8962_dsp2_start() 1555 struct wm8962_priv *wm8962 = snd_soc_codec_get_drvdata(codec); in wm8962_dsp2_ena_get() local [all …]
|
D | Makefile | 168 snd-soc-wm8962-objs := wm8962.o 359 obj-$(CONFIG_SND_SOC_WM8962) += snd-soc-wm8962.o
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | imx-audio-wm8962.txt | 5 - compatible : "fsl,imx-audio-wm8962" 37 compatible = "fsl,imx6q-sabresd-wm8962", 38 "fsl,imx-audio-wm8962"; 39 model = "wm8962-audio";
|
D | wm8962.txt | 7 - compatible : "wlf,wm8962" 27 codec: wm8962@1a { 28 compatible = "wlf,wm8962";
|
D | fsl-asoc-card.txt | 27 "fsl,imx-audio-wm8962" 28 (compatible with Documentation/devicetree/bindings/sound/imx-audio-wm8962.txt) 57 of wm8962 and sgtl5000.
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | imx6sl-evk.dts | 72 regulator-name = "wm8962-supply-3v15"; 81 regulator-name = "wm8962-supply-4v2"; 97 compatible = "fsl,imx6sl-evk-wm8962", "fsl,imx-audio-wm8962"; 98 model = "wm8962-audio"; 256 codec: wm8962@1a { 257 compatible = "wlf,wm8962";
|
D | imx6qdl-sabresd.dtsi | 55 regulator-name = "wm8962-supply"; 102 compatible = "fsl,imx6q-sabresd-wm8962", 103 "fsl,imx-audio-wm8962"; 104 model = "wm8962-audio"; 186 codec: wm8962@1a { 187 compatible = "wlf,wm8962";
|
D | imx6sx-sdb.dtsi | 135 compatible = "fsl,imx6sx-sdb-wm8962", "fsl,imx-audio-wm8962"; 136 model = "wm8962-audio"; 193 codec: wm8962@1a { 194 compatible = "wlf,wm8962";
|
/linux-4.4.14/sound/soc/fsl/ |
D | Makefile | 57 snd-soc-imx-wm8962-objs := imx-wm8962.o 67 obj-$(CONFIG_SND_SOC_IMX_WM8962) += snd-soc-imx-wm8962.o
|
D | Kconfig | 233 tristate "SoC Audio support for i.MX boards with wm8962" 241 a wm8962 codec.
|